0
0
bleve/search
Marty Schoch 56a79528c3 update match_phrase query to handle multiple tokens in same pos
we now use a multiphrase query in all cases
internally its optimized to be the same as regular phrase query
anyway, and we simplly map all the tokens in the stream into
a multi-phrase query with the appropriate structure
2017-02-10 17:12:13 -05:00
..
collector simplify, per gofmt -s recommendation 2016-10-02 12:14:53 -04:00
facet actually rename packages to singular, not just directory name 2016-10-02 10:29:39 -04:00
highlight remove use of float64 to represent int things 2017-02-09 20:15:59 -05:00
query update match_phrase query to handle multiple tokens in same pos 2017-02-10 17:12:13 -05:00
scorer remove use of float64 to represent int things 2017-02-09 20:15:59 -05:00
searcher address initial code review comments 2017-02-10 15:22:14 -05:00
collector.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
explanation.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
facets_builder_test.go numeric range facet merging compare range values not pointers 2016-11-03 15:48:46 -04:00
facets_builder.go numeric range facet merging compare range values not pointers 2016-11-03 15:48:46 -04:00
levenshtein_test.go removed extra ptr indirection from LevenshteinDistance 2016-10-11 08:49:10 -07:00
levenshtein.go removed extra ptr indirection from LevenshteinDistance 2016-10-11 08:49:10 -07:00
pool_test.go fix misspellings 2016-10-02 12:11:15 -04:00
pool.go DocumentMatchPool hits allocator outside of loop 2017-02-06 14:26:59 -08:00
search.go remove use of float64 to represent int things 2017-02-09 20:15:59 -05:00
sort.go fix misspellings 2016-10-02 12:11:15 -04:00
util_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
util.go nicer formatting of license header 2016-10-02 10:13:14 -04:00