0
0
bleve/search
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
..
base_test.go added phrase search 2014-07-03 14:54:50 -04:00
build.sh overhauled search 2014-07-11 14:49:59 -04:00
collector_top_score_test.go improving coverage in top score collector 2014-04-25 10:28:02 -06:00
collector_top_score.go initial commit 2014-04-17 16:55:53 -04:00
collector.go initial commit 2014-04-17 16:55:53 -04:00
explanation.go initial commit 2014-04-17 16:55:53 -04:00
fragment_formatter_ansi.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
fragment_formatter_html.go add html fragment formatter 2014-07-03 14:54:12 -04:00
fragment_scorer_simple_test.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
fragment_scorer_simple.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
fragmenter_simple_test.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
fragmenter_simple.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
highlighter_simple_test.go fix test to correspond with overlapping highlights fix 2014-07-03 15:00:18 -04:00
highlighter_simple.go fix bug in simple highlighter 2014-07-11 14:25:32 -04:00
highlighter.go fix unused import 2014-07-03 14:55:38 -04:00
ordered_searchers_list.go added conjunction term search/query/score 2014-04-24 10:24:19 -06:00
query_boolean.go overhauled search 2014-07-11 14:49:59 -04:00
query_match_all.go overhauled search 2014-07-11 14:49:59 -04:00
query_match_none.go overhauled search 2014-07-11 14:49:59 -04:00
query_match_phrase.go overhauled search 2014-07-11 14:49:59 -04:00
query_match.go overhauled search 2014-07-11 14:49:59 -04:00
query_phrase.go overhauled search 2014-07-11 14:49:59 -04:00
query_syntax_parser_test.go overhauled search 2014-07-11 14:49:59 -04:00
query_syntax_parser.go overhauled search 2014-07-11 14:49:59 -04:00
query_syntax.go overhauled search 2014-07-11 14:49:59 -04:00
query_syntax.nex overhauled search 2014-07-11 14:49:59 -04:00
query_syntax.nn.go overhauled search 2014-07-11 14:49:59 -04:00
query_syntax.y overhauled search 2014-07-11 14:49:59 -04:00
query_term_conjunction.go overhauled search 2014-07-11 14:49:59 -04:00
query_term_disjunction.go overhauled search 2014-07-11 14:49:59 -04:00
query_term.go initial commit 2014-04-17 16:55:53 -04:00
query.go overhauled search 2014-07-11 14:49:59 -04:00
scorer_contsant.go overhauled search 2014-07-11 14:49:59 -04:00
scorer_term_conjunction.go added conjunction term search/query/score 2014-04-24 10:24:19 -06:00
scorer_term_disjunction.go added support for disjunction search 2014-04-25 09:31:28 -06:00
scorer_term_test.go added test of query weight 2014-04-19 15:11:29 -04:00
scorer_term.go removed score caching, was breaking results 2014-07-11 14:45:32 -04:00
search_boolean_test.go overhauled search 2014-07-11 14:49:59 -04:00
search_boolean.go fix nil checking and add test for nested boolean query 2014-04-25 12:47:15 -06:00
search_match_all_test.go overhauled search 2014-07-11 14:49:59 -04:00
search_match_all.go overhauled search 2014-07-11 14:49:59 -04:00
search_match_none_test.go overhauled search 2014-07-11 14:49:59 -04:00
search_match_none.go overhauled search 2014-07-11 14:49:59 -04:00
search_phrase_test.go added phrase search 2014-07-03 14:54:50 -04:00
search_phrase.go overhauled search 2014-07-11 14:49:59 -04:00
search_term_conjunction_test.go overhauled search 2014-07-11 14:49:59 -04:00
search_term_conjunction.go added test for more complex nested conjunction 2014-04-25 09:01:27 -06:00
search_term_disjunction_test.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
search_term_disjunction.go added support for disjunction search 2014-04-25 09:31:28 -06:00
search_term_test.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
search_term.go initial commit 2014-04-17 16:55:53 -04:00
search_test.go initial commit 2014-04-17 16:55:53 -04:00
search.go change higlight api to store in document match 2014-07-03 14:53:44 -04:00
sqrt_cache.go initial commit 2014-04-17 16:55:53 -04:00
term_locations.go added support for stored fields and highlighting results 2014-06-26 11:43:13 -04:00
util_test.go cover another case in the merge 2014-04-25 09:44:07 -06:00
util.go added conjunction term search/query/score 2014-04-24 10:24:19 -06:00
y.go overhauled search 2014-07-11 14:49:59 -04:00
y.output overhauled search 2014-07-11 14:49:59 -04:00