This is an automated email from the ASF dual-hosted git repository.
noble pushed a change to branch branch_9_1
in repository https://gitbox.apache.org/repos/asf/solr.git
from 33c9eb9d9ab SOLR-16567: KnnQueryParser support for both pre-filters
and post-filter, compilation error fix (#1245)
new c2399dbad4d SOLR-16165: Rare deadlock in SlotAcc initialization (#819)
new b7ec5b5ada3 SOLR-16165 : CHANGES.txt
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
solr/CHANGES.txt | 2 +
.../org/apache/solr/search/facet/Constants.java | 94 ++++++++++++++++++++++
.../search/facet/FacetFieldProcessorByArray.java | 2 +-
.../java/org/apache/solr/search/facet/SlotAcc.java | 61 +-------------
4 files changed, 98 insertions(+), 61 deletions(-)
create mode 100644
solr/core/src/java/org/apache/solr/search/facet/Constants.java