0
0
bleve/search
Marty Schoch 97902e2619 text analysis now moved out of index write lock onto goroutine
1. text analysis is now done before the write lock is acquired
2. there is now a pool of analysis workers
3. the size of this pool is configurable
4. this allows for documents in a batch to be analyzed concurrently

as a part of benchmarking these changes i've also introduce a new
null storage implementation.  this should never be used, as it
does not actualy build an index.  it does however let us go
through all the normal indexing machinery, without incuring
any indexing I/O.  this is very helpful in measuring improvements
made to the text analsysis pipeline, which are often overshadowed
by indexing times in benchmarks actually building an index.
2014-09-24 08:13:14 -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 text analysis now moved out of index write lock onto goroutine 2014-09-24 08:13:14 -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