msokolov commented on issue #14431:
URL: https://github.com/apache/lucene/issues/14431#issuecomment-2781449497
We're operating in a setup where we have an initial phase that builds an
index while it is offline, not accepting query traffic. Once that is complete,
we enable the index to take
jainankitk commented on code in PR #14413:
URL: https://github.com/apache/lucene/pull/14413#discussion_r2030073871
##
lucene/sandbox/src/java/org/apache/lucene/sandbox/search/QueryProfilerBreakdown.java:
##
@@ -17,46 +17,113 @@
package org.apache.lucene.sandbox.search;
+imp
expani opened a new issue, #14445:
URL: https://github.com/apache/lucene/issues/14445
### Description
A simple term query `searcher.search(new TermQuery(new Term(fieldName,
fieldValue)), hits)` on a field which is only indexed with `IndexOptions.DOCS`
is slower from 9.12.0 onward