0
0
bleve/search/searchers
Marty Schoch 3fd2a64872 BREAKING CHANGE - removed DumpXXX() methods from bleve.Index
The DumpXXX() methods were always documented as internal and
unsupported.  However, now they are being removed from the
public top-level API.  They are still available on the internal
IndexReader, which can be accessed using the Advanced() method.

The DocCount() and DumpXXX() methods on the internal index
have moved to the internal index reader, since they logically
operate on a snapshot of an index.
2016-09-13 12:40:01 -04:00
..
base_test.go major kvstore interface and impl overhaul 2015-09-23 11:25:47 -07:00
ordered_searchers_list.go add newline between license and package 2014-09-02 10:54:50 -04:00
search_boolean_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_boolean.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_conjunction_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_conjunction.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_disjunction_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_disjunction.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_docid_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_docid.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_fuzzy_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_fuzzy.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_match_all_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_match_all.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
search_match_none_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_match_none.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_numeric_range_test.go major refactor of search package 2014-09-01 11:15:38 -04:00
search_numeric_range.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_phrase_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_phrase.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_regexp_test.go switch sort impl to use interface 2016-08-24 19:02:22 -04:00
search_regexp.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_term_prefix.go refactor search package to reuse DocumentMatch and ID []byte's 2016-08-08 22:21:47 -04:00
search_term_test.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00
search_term.go BREAKING CHANGE - removed DumpXXX() methods from bleve.Index 2016-09-13 12:40:01 -04:00