[GitHub] [lucene] zhaih merged pull request #12160: Concurrent rewrite for KnnVectorQuery

2023-03-04 Thread via GitHub
zhaih merged PR #12160: URL: https://github.com/apache/lucene/pull/12160 -- 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.apach

[GitHub] [lucene] rmuir commented on pull request #12172: Add Romanian stopwords with s&t with comma

2023-03-04 Thread via GitHub
rmuir commented on PR #12172: URL: https://github.com/apache/lucene/pull/12172#issuecomment-1454694589 > For corectness' sake, I'd like to point out 2 things: > > * the s-cedilla counts probably also include the Turkish names present in the Romanian Wikipedia, as well as file name

[GitHub] [lucene] mkhludnev commented on pull request #12160: Concurrent rewrite for KnnVectorQuery

2023-03-04 Thread via GitHub
mkhludnev commented on PR #12160: URL: https://github.com/apache/lucene/pull/12160#issuecomment-1454736416 May this failure relevant to this https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/8927/testReport/junit/org.apache.lucene.search/TestKnnFloatVectorQuery/testDocAndScoreQueryBasics/

[GitHub] [lucene] kaivalnp commented on pull request #12160: Concurrent rewrite for KnnVectorQuery

2023-03-04 Thread via GitHub
kaivalnp commented on PR #12160: URL: https://github.com/apache/lucene/pull/12160#issuecomment-1454759322 > May this failure relevant to this https://jenkins.thetaphi.de/job/Lucene-9.x-Linux/8927/testReport/junit/org.apache.lucene.search/TestKnnFloatVectorQuery/testDocAndScoreQueryBasics/

[GitHub] [lucene] shubhamvishu commented on a diff in pull request #12183: Make some heavy query rewrites concurrent

2023-03-04 Thread via GitHub
shubhamvishu commented on code in PR #12183: URL: https://github.com/apache/lucene/pull/12183#discussion_r1125496317 ## lucene/core/src/java/org/apache/lucene/search/BlendedTermQuery.java: ## @@ -269,28 +273,55 @@ public String toString(String field) { @Override public fin

[GitHub] [lucene] shubhamvishu commented on pull request #12183: Make some heavy query rewrites concurrent

2023-03-04 Thread via GitHub
shubhamvishu commented on PR #12183: URL: https://github.com/apache/lucene/pull/12183#issuecomment-1454792105 Thanks for the quick feedback @rmuir @uschindler ! > the change to BlendedTermQuery makes the code nearly unreadable. It is important to be able to understand how it is litera

[GitHub] [lucene] dsmiley commented on pull request #11998: Migrate away from per-segment-per-threadlocals on SegmentReader

2023-03-04 Thread via GitHub
dsmiley commented on PR #11998: URL: https://github.com/apache/lucene/pull/11998#issuecomment-1454862916 Love the change here to migrate away from per-segment-per-threadlocals! When [porting this to Solr](https://github.com/apache/solr/pull/1360), I noticed a new assertion that previo

[GitHub] [lucene] rmuir commented on pull request #11998: Migrate away from per-segment-per-threadlocals on SegmentReader

2023-03-04 Thread via GitHub
rmuir commented on PR #11998: URL: https://github.com/apache/lucene/pull/11998#issuecomment-1454871129 This was done on purpose as there's no such guarantee on `Terms` instances. Of particular concern are the ones returned back from `TermVectors` class. You can see above in the itera