0
0
bleve/search/query
Marty Schoch 4e38c49287 move phrase search logic into phrase searcher
the logic of how a phrase search works should be an internal
detail of the phrase searcher.  further, these changes will
allow proper scoring of phrase matches, which require access
to the underlying searcher objects, which were hidden in the
previous approach.
2017-02-10 12:05:01 -05:00
..
bool_field.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
boolean.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
boost.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
conjunction.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
date_range_test.go fix BleveQueryTime json marshaling with double-quoting 2016-10-12 11:39:08 -07:00
date_range.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
disjunction.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
docid.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
fuzzy.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
match_all.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
match_none.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
match_phrase.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
match.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
numeric_range.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
phrase.go move phrase search logic into phrase searcher 2017-02-10 12:05:01 -05:00
prefix.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
query_string_lex.go fix misspellings 2016-10-02 12:11:15 -04:00
query_string_parser_test.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
query_string_parser.go nicer formatting of license header 2016-10-02 10:13:14 -04:00
query_string.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
query_string.y don't export unnecessary method 2016-10-02 11:50:58 -04:00
query_string.y.go don't export unnecessary method 2016-10-02 11:50:58 -04:00
query_test.go add support for parsing BoolFieldQuery from JSON 2016-11-15 10:29:11 -05:00
query.go move phrase search logic into phrase searcher 2017-02-10 12:05:01 -05:00
regexp.go improve performance of regular expression and wildcard queries 2017-01-18 16:22:16 -05:00
term.go API change: optional SearchRequest.IncludeLocations flag 2017-01-05 21:11:22 -08:00
wildcard.go improve performance of regular expression and wildcard queries 2017-01-18 16:22:16 -05:00