0
0
bleve/search
Marty Schoch 51a59cb05c initial impl of Index Aliases
an IndexAlias allows you easily work with one logical Index
while changing the actual Index its pointing to behind the scenes
Changing which actual Index is backing an IndexAlias can be done
atomically so that your application smoothly transitions from
one Index to another.
A separate use of IndexAlias is allowed when the IndexAlias is
defined to point to multiple Indexes.  In this case only the
Search() operation is supported, but the Search will be run
on each of the underlying indexes in parallel, and the results
will be merged.
2014-10-29 09:22:11 -04:00
..
collectors more golint cleanups 2014-09-03 18:47:02 -04:00
facets initial impl of Index Aliases 2014-10-29 09:22:11 -04:00
highlight another round of golint cleanup 2014-09-03 19:16:46 -04:00
scorers converted ALL_CAPS constants to CamelCase 2014-09-03 17:48:40 -04:00
searchers finished initial impl of fuzzy search 2014-10-24 13:39:48 -04:00
collector.go add newline between license and package 2014-09-02 10:54:50 -04:00
explanation.go add newline between license and package 2014-09-02 10:54:50 -04:00
facets_builder_test.go initial impl of Index Aliases 2014-10-29 09:22:11 -04:00
facets_builder.go initial impl of Index Aliases 2014-10-29 09:22:11 -04:00
search.go initial impl of Index Aliases 2014-10-29 09:22:11 -04:00
util_test.go add newline between license and package 2014-09-02 10:54:50 -04:00
util.go add newline between license and package 2014-09-02 10:54:50 -04:00