[GitHub] [lucene] LuXugang opened a new issue, #11981: Implementation of count() in TermInSetQuery

2022-11-28 Thread GitBox
LuXugang opened a new issue, #11981: URL: https://github.com/apache/lucene/issues/11981 ### Description Since [LUCENE-10608](https://issues.apache.org/jira/browse/LUCENE-10608) , could we implement count() in TermInSetQuery by rewriting TermInSetQuery to a pure disjunction BooleanQue

[GitHub] [lucene] thecoop opened a new pull request, #11982: Change ByteBuffersDataInput and ByteBuffersIndexInput to use absolute addressing

2022-11-28 Thread GitBox
thecoop opened a new pull request, #11982: URL: https://github.com/apache/lucene/pull/11982 Use absolute ByteBuffer addressing in `ByteBuffersDataInput` and some of `ByteBuffersIndexInput`, rather than relative addressing on duplicated bytebuffers. This is to address #11430 -- Thi

[GitHub] [lucene-solr] risdenk merged pull request #2675: SOLR-16555: SolrIndexSearcher - FilterCache intersections/andNot should not clone bitsets repeatedly (#1184)

2022-11-28 Thread GitBox
risdenk merged PR #2675: URL: https://github.com/apache/lucene-solr/pull/2675 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.

[GitHub] [lucene] romseygeek opened a new pull request, #11983: Give OffsetsRetrievalStrategy implementations public constructors

2022-11-28 Thread GitBox
romseygeek opened a new pull request, #11983: URL: https://github.com/apache/lucene/pull/11983 `OffsetsFromMatchIterator` and `OffsetsFromPositions` both have package- private constructors, which makes them difficult to use as components in a separate highlighter implementation. -- T

[GitHub] [lucene] msokolov commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-28 Thread GitBox
msokolov commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1033651433 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene94/ExpandingVectorValues.java: ## @@ -0,0 +1,49 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene] msokolov commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-28 Thread GitBox
msokolov commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1033652827 ## lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsFormat.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] [lucene] msokolov commented on a diff in pull request #11860: GITHUB-11830 Better optimize storage for vector connections

2022-11-28 Thread GitBox
msokolov commented on code in PR #11860: URL: https://github.com/apache/lucene/pull/11860#discussion_r1033654352 ## lucene/core/src/java/org/apache/lucene/codecs/lucene95/Lucene95HnswVectorsFormat.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] [lucene] msokolov commented on pull request #11946: add similarity threshold for hnsw

2022-11-28 Thread GitBox
msokolov commented on PR #11946: URL: https://github.com/apache/lucene/pull/11946#issuecomment-1329282101 Hi, I was taking time off for a few days, back now. Have you tried post-filtering? When we added support for existing pre-filter (accepting Query) there was some extensive testing to de

[GitHub] [lucene] romseygeek merged pull request #11983: Give OffsetsRetrievalStrategy implementations public constructors

2022-11-28 Thread GitBox
romseygeek merged PR #11983: URL: https://github.com/apache/lucene/pull/11983 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.

[GitHub] [lucene] costin opened a new pull request, #11984: Add exponential growth to TimeLimitingBulkScorer

2022-11-28 Thread GitBox
costin opened a new pull request, #11984: URL: https://github.com/apache/lucene/pull/11984 Fix #11676 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail