mirror of https://github.com/apache/lucene.git
* SOLR-12366: A slow "live docs" implementation was being used instead of a bitset.
Affects classic faceting enum method, JSON Facets enum method, UnInvertedField faceting, GraphTermsQParser, JoinQParser. Renamed SolrIndexSearcher.getLiveDocs to getLiveDocSet.
This commit is contained in:
parent
1e63b32731
commit
ce8735556d
|
@ -315,6 +315,9 @@ Optimizations
|
|||
|
||||
* SOLR-12338: Replay buffering tlog in parallel. (Cao Manh Dat, David Smiley)
|
||||
|
||||
* SOLR-12366: A slow "live docs" implementation was being used instead of a bitset. Affects classic faceting
|
||||
enum method, JSON Facets enum method, UnInvertedField faceting, GraphTermsQParser, JoinQParser. (David Smiley)
|
||||
|
||||
Other Changes
|
||||
----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue