0
0
A modern text indexing library for go. (this is a mirror of the github repository) http://www.blevesearch.com/
Go to file
Steve Yen a60ff96457 mention of license in README
For the folks like me who are too lazy to make just
one more click on LICENSE.
2014-08-29 07:34:15 -07:00
analysis rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
docs upaated README 2014-07-31 10:58:20 -04:00
document rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
examples rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
http rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
index rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
numeric_util fix go vet 2014-08-02 19:17:53 -04:00
registry rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
samples/beer-sample added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
search rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
utils rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
.gitignore compile libcld2 statically 2014-08-24 03:44:57 +10:00
byte_array_converter.go further streamlined the API 2014-08-11 12:47:29 -04:00
config_cld2.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
config_icu.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
config_leveldb.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
config_stemmer.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
config.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
error.go made it safe to use bleve.Index object from multiple threads 2014-08-25 09:06:53 -04:00
genparser.sh major refactor, apologies for the large commit 2014-07-30 12:30:38 -04:00
index_impl.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
index_meta_test.go added build tag 'leveldb' to enable this kv store 2014-08-25 15:18:24 -04:00
index_meta.go overhauled top-level New/Open API 2014-08-20 16:58:20 -04:00
index_test.go new test for numeric queries 2014-08-25 22:38:43 -04:00
index.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
LICENSE adding license file 2014-04-17 17:03:15 -04:00
mapping_document.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
mapping_field.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
mapping_index.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
mapping_test.go improving test coverage 2014-08-15 16:50:34 -04:00
query_boolean.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_conjunction.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_date_range.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_disjunction.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_match_all.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_match_none.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_match_phrase.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_match.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_numeric_range.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_phrase.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_prefix.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_syntax_parser_test.go added support for boost with ^boostval in syntax query 2014-08-06 19:36:23 -04:00
query_syntax_parser.go added support for boost with ^boostval in syntax query 2014-08-06 19:36:23 -04:00
query_syntax.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_syntax.nex support range queries in syntax query 2014-08-25 23:24:26 -04:00
query_syntax.nn.go support range queries in syntax query 2014-08-25 23:24:26 -04:00
query_syntax.y support range queries in syntax query 2014-08-25 23:24:26 -04:00
query_term.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
query_test.go added tests to top level 2014-08-15 15:49:35 -04:00
query.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
README.md mention of license in README 2014-08-29 07:34:15 -07:00
reflect.go major refactor, apologies for the large commit 2014-07-30 12:30:38 -04:00
search.go rename imports from couchbaselabs to blevesearch 2014-08-28 15:38:57 -04:00
y.go support range queries in syntax query 2014-08-25 23:24:26 -04:00

bleve bleve

modern text indexing in go - blevesearch.com

Features

  • Index any go data structure (including JSON)
  • Intelligent defaults backed up by powerful configuration
  • Supported field types:
    • Text, Numeric, Date
  • Supported query types:
    • Term, Phrase, Match, Match Phrase
    • Conjunction, Disjunction, Boolean
    • Numeric Range, Date Range
    • Simple query syntax for human entry
  • Search result match highlighting

Discussion

Discuss usage and development of bleve in the google group.

Indexing

	message := struct{
		From: "marty.schoch@gmail.com",
		Body: "bleve indexing is easy",
	}

	mapping := bleve.NewIndexMapping()
	index, _ := bleve.New("example.bleve", mapping)
	index.Index(message)

Querying

	index, _ := bleve.Open("example.bleve")
	query := bleve.NewSyntaxQuery("bleve")
	searchRequest := bleve.NewSearchRequest(query)
	searchResult, _ := index.Search(searchRequest)

License

Apache License Version 2.0

Status

Build Status Coverage Status