0
0
bleve/search
Marty Schoch 198ca1ad4d major refactor of kvstore/index internals, see below
In the index/store package
introduce KVReader
  creates snapshot
  all read operations consistent from this snapshot
  must close to release

introduce KVWriter
  only one writer active
  access to all operations
  allows for consisten read-modify-write
  must close to release

introduce AssociativeMerge operation on batch
  allows efficient read-modify-write
  for associative operations
  used to consolidate updates to the term summary rows
  saves 1 set and 1 get op per shared instance of term in field

In the index package
introduced an IndexReader
  exposes a consisten snapshot of the index for searching

At top level
  All searches now operate on a consisten snapshot of the index
2014-09-12 17:21:35 -04:00
..
collectors more golint cleanups 2014-09-03 18:47:02 -04:00
facets add newline between license and package 2014-09-02 10:54:50 -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 major refactor of kvstore/index internals, see below 2014-09-12 17:21:35 -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.go major refactor of kvstore/index internals, see below 2014-09-12 17:21:35 -04:00
search.go add newline between license and package 2014-09-02 10:54:50 -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