Re: [I] Add a timeout for forceMergeDeletes in IndexWriter [lucene]

2025-04-06 Thread via GitHub
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

Re: [PR] Adding profiling support for concurrent segment search [lucene]

2025-04-06 Thread via GitHub
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

[I] Term Query are slower post Lucene 9.12 for fields with IndexOptions.DOCS [lucene]

2025-04-06 Thread via GitHub
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