0
0
A modern text indexing library for go. (this is a mirror of the github repository) http://www.blevesearch.com/
Go to file
Marty Schoch f225d484b3 overhauled search
many bugs fixed in existing search
phrase query updated to support gaps in term sequence
new query types
all,none,match,phrase match
and new query syntax search, like google search:
+/-(optional field qualifier:)<term or quoted phrase>
2014-07-11 14:49:59 -04:00
analysis changed to not use pkg-config, brittle on some platforms 2014-04-18 11:50:14 -04:00
document added support for document mapping 2014-07-11 14:26:56 -04:00
examples added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
index added DocIdReader to Index interface 2014-07-11 14:24:28 -04:00
samples/beer-sample added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
search overhauled search 2014-07-11 14:49:59 -04:00
shredder enhanced jsonpointer shredder to be functional 2014-07-11 14:26:25 -04:00
utils/bleve_dump refactored index to separate out kv storage 2014-05-09 16:37:04 -04:00
.gitignore added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
LICENSE adding license file 2014-04-17 17:03:15 -04:00
README.md changed readme heading level 2014-04-18 13:53:23 -04:00

bleve

Build Status Coverage Status

A modern text indexing library for go.