[GitHub] [lucene] craigtaverner opened a new pull request, #933: LUCENE-10563: Unable to Tessellate polygon

2022-05-31 Thread GitBox
craigtaverner opened a new pull request, #933: URL: https://github.com/apache/lucene/pull/933 Fixes unable to tessellate complex polygon LUCENE-10563 https://issues.apache.org/jira/browse/LUCENE-10563 This issue included three polygons: * Polygon-1 which jammed during tri

[GitHub] [lucene] gsmiller commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-05-31 Thread GitBox
gsmiller commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1141887260 @shaie thanks for providing the use case doc. Very helpful! As far as an API proposal, I really like the "facet set" concept for the actual `Facets` implementation. Longer-term, I'd b

[GitHub] [lucene] mocobeta commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-05-31 Thread GitBox
mocobeta commented on code in PR #932: URL: https://github.com/apache/lucene/pull/932#discussion_r885435733 ## lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java: ## @@ -730,4 +774,79 @@ protected int comparePivot(int j) { return Float.compare(score[pivo

[GitHub] [lucene] mocobeta commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-05-31 Thread GitBox
mocobeta commented on code in PR #932: URL: https://github.com/apache/lucene/pull/932#discussion_r885439874 ## lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java: ## @@ -730,4 +774,79 @@ protected int comparePivot(int j) { return Float.compare(score[pivo

[jira] [Assigned] (LUCENE-10557) Migrate to GitHub issue from Jira?

2022-05-31 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tomoko Uchida reassigned LUCENE-10557: -- Assignee: Tomoko Uchida > Migrate to GitHub issue from Jira? > -

[jira] [Commented] (LUCENE-10557) Migrate to GitHub issue from Jira?

2022-05-31 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544289#comment-17544289 ] Tomoko Uchida commented on LUCENE-10557: Sure - it's not a big problem I think.

[GitHub] [lucene] kaivalnp commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-05-31 Thread GitBox
kaivalnp commented on code in PR #932: URL: https://github.com/apache/lucene/pull/932#discussion_r885501069 ## lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java: ## @@ -730,4 +774,79 @@ protected int comparePivot(int j) { return Float.compare(score[pivo

[GitHub] [lucene] msokolov commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
msokolov commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885611627 ## lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborQueue.java: ## @@ -109,12 +117,15 @@ public int[] nodes() { /** Returns the top element's node id. */ p

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885636403 ## lucene/core/src/java/org/apache/lucene/util/hnsw/NeighborQueue.java: ## @@ -109,12 +117,15 @@ public int[] nodes() { /** Returns the top element's node

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885637733 ## lucene/core/src/java/org/apache/lucene/index/VectorSimilarityFunction.java: ## @@ -47,63 +42,30 @@ public float convertToScore(float similarity) { DOT_PRO

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885640429 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java: ## @@ -245,11 +244,11 @@ private boolean diversityCheck( NeighborArray neighbo

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885641501 ## lucene/core/src/test/org/apache/lucene/search/TestKnnVectorQuery.java: ## @@ -193,25 +204,36 @@ public void testAdvanceShallow() throws IOException {

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885643646 ## lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphBuilder.java: ## @@ -264,13 +263,13 @@ private int findWorstNonDiverse(NeighborArray neighbors) th

[GitHub] [lucene] LuXugang opened a new pull request, #934: LUCENE-10598: SortedSetDocValues#docValueCount() should be always greater than zero

2022-05-31 Thread GitBox
LuXugang opened a new pull request, #934: URL: https://github.com/apache/lucene/pull/934 See [LUCENE-10598](https://issues.apache.org/jira/browse/LUCENE-10598) . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885670206 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene90/Lucene90HnswGraphBuilder.java: ## @@ -51,7 +50,7 @@ public final class Lucene90Hns

[GitHub] [lucene] alessandrobenedetti commented on pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on PR #926: URL: https://github.com/apache/lucene/pull/926#issuecomment-1142173916 Ok, so the two remaining points are: 1) is adding a division to org.apache.lucene.index.VectorSimilarityFunction#compare a performance problem? 2) is the change of o

[GitHub] [lucene] alessandrobenedetti commented on a diff in pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
alessandrobenedetti commented on code in PR #926: URL: https://github.com/apache/lucene/pull/926#discussion_r885670206 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene90/Lucene90HnswGraphBuilder.java: ## @@ -51,7 +50,7 @@ public final class Lucene90Hns

[GitHub] [lucene] msokolov commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-05-31 Thread GitBox
msokolov commented on code in PR #932: URL: https://github.com/apache/lucene/pull/932#discussion_r885693494 ## lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java: ## @@ -225,6 +225,11 @@ public BitSetIterator getIterator(int contextOrd) { return new BitSetI

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-05-31 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1142206707 > Longer-term, I'd be more in favor of keeping the new field more generic (e.g., a generic "points" doc values field that can be used for faceting but also "slow" queries) There are two

[jira] [Commented] (LUCENE-10557) Migrate to GitHub issue from Jira?

2022-05-31 Thread Jira
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544426#comment-17544426 ] Jan Høydahl commented on LUCENE-10557: -- The "Project" grouping could for sure be u

[GitHub] [lucene] msokolov commented on a diff in pull request #927: LUCENE-10151: Adding Timeout Support to IndexSearcher

2022-05-31 Thread GitBox
msokolov commented on code in PR #927: URL: https://github.com/apache/lucene/pull/927#discussion_r885712790 ## lucene/core/src/java/org/apache/lucene/search/TimeLimitingBulkScorer.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

[GitHub] [lucene] jpountz opened a new pull request, #935: LUCENE-10599: Improve LogMergePolicy's handling of maxMergeSize.

2022-05-31 Thread GitBox
jpountz opened a new pull request, #935: URL: https://github.com/apache/lucene/pull/935 With this change, segments are more likely to be considered for merging until they reach the max merge size. Before this change, LogMergePolicy would exclude an entire window of `mergeFactor` segmen

[jira] [Commented] (LUCENE-7398) Nested Span Queries are buggy

2022-05-31 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544438#comment-17544438 ] Mayya Sharipova commented on LUCENE-7398: - We are still experiencing this issue

[jira] [Comment Edited] (LUCENE-7398) Nested Span Queries are buggy

2022-05-31 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544438#comment-17544438 ] Mayya Sharipova edited comment on LUCENE-7398 at 5/31/22 2:51 PM:

[jira] [Comment Edited] (LUCENE-7398) Nested Span Queries are buggy

2022-05-31 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544438#comment-17544438 ] Mayya Sharipova edited comment on LUCENE-7398 at 5/31/22 2:51 PM:

[jira] [Comment Edited] (LUCENE-7398) Nested Span Queries are buggy

2022-05-31 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-7398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544438#comment-17544438 ] Mayya Sharipova edited comment on LUCENE-7398 at 5/31/22 2:52 PM:

[GitHub] [lucene-solr] madrob merged pull request #2641: SOLR-15965 Use proper signatures for SolrAuth

2022-05-31 Thread GitBox
madrob merged PR #2641: URL: https://github.com/apache/lucene-solr/pull/2641 -- 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.a

[jira] [Reopened] (LUCENE-10574) Remove O(n^2) from TieredMergePolicy or change defaults to one that doesn't do this

2022-05-31 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand reopened LUCENE-10574: --- Reopening: the change to LogMergePolicy isn't good. The way that the change ignores unbalanced

[GitHub] [lucene-solr] madrob commented on pull request #2637: LUCENE-10236: Update field-weight used in CombinedFieldQuery scoring calculation (8.11.2 Backporting)

2022-05-31 Thread GitBox
madrob commented on PR #2637: URL: https://github.com/apache/lucene-solr/pull/2637#issuecomment-1142310664 @zacharymorn I plan to cut 8.11.2 release soon, are you still interested in this? -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [lucene-solr] madrob commented on pull request #2643: SOLR-9359 Make Config API work for warming queries

2022-05-31 Thread GitBox
madrob commented on PR #2643: URL: https://github.com/apache/lucene-solr/pull/2643#issuecomment-1142312071 Closing this one in favor of https://github.com/apache/solr/pull/875 and then we can backport the results of that work when it lands. -- This is an automated message from the Apache

[GitHub] [lucene-solr] madrob closed pull request #2643: SOLR-9359 Make Config API work for warming queries

2022-05-31 Thread GitBox
madrob closed pull request #2643: SOLR-9359 Make Config API work for warming queries URL: https://github.com/apache/lucene-solr/pull/2643 -- 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

[GitHub] [lucene-solr] madrob merged pull request #2660: SOLR-16209 Improve PKIAuthenticationPlugin Logging

2022-05-31 Thread GitBox
madrob merged PR #2660: URL: https://github.com/apache/lucene-solr/pull/2660 -- 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.a

[GitHub] [lucene-solr] anshumg closed pull request #2649: Remove '-' between base.version and version.suffix and change common-build to allow the new format

2022-05-31 Thread GitBox
anshumg closed pull request #2649: Remove '-' between base.version and version.suffix and change common-build to allow the new format URL: https://github.com/apache/lucene-solr/pull/2649 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [lucene-solr] anshumg commented on pull request #2649: Remove '-' between base.version and version.suffix and change common-build to allow the new format

2022-05-31 Thread GitBox
anshumg commented on PR #2649: URL: https://github.com/apache/lucene-solr/pull/2649#issuecomment-1142343899 Sorry, missed the mention. After thinking about this enough, I'm not comfortable merging this in - thanks to everyone who reviewed and also got me to rethink my approach :) -

[GitHub] [lucene] jpountz opened a new pull request, #936: LUCENE-10574: Avoid O(n^2) merging with LogMergePolicy

2022-05-31 Thread GitBox
jpountz opened a new pull request, #936: URL: https://github.com/apache/lucene/pull/936 Originally I had tried to remove O(n^2) merging from LogMergePolicy using the same approach as for TieredMergePolicy, but this did not work well as it fought against invariants that LogMergePolicy

[GitHub] [lucene] jpountz commented on a diff in pull request #936: LUCENE-10574: Avoid O(n^2) merging with LogMergePolicy

2022-05-31 Thread GitBox
jpountz commented on code in PR #936: URL: https://github.com/apache/lucene/pull/936#discussion_r885852033 ## lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseMergePolicyTestCase.java: ## @@ -328,21 +328,31 @@ public Set getPendingDeletions() throws IOException

[jira] [Updated] (LUCENE-10564) SparseFixedBitSet#or doesn't update memory accounting

2022-05-31 Thread Mike Drob (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Drob updated LUCENE-10564: --- Fix Version/s: 8.11.2 > SparseFixedBitSet#or doesn't update memory accounting > ---

[GitHub] [lucene] msokolov commented on pull request #924: Create Lucene93 Codec and move Lucene92 to backwards_codecs

2022-05-31 Thread GitBox
msokolov commented on PR #924: URL: https://github.com/apache/lucene/pull/924#issuecomment-1142390745 No comments here since @jtibshirani's 5 days ago, which I think I've addressed, so I'll take that as consensus and push later today. Julie - I left some of the minor refactoring changes in

[GitHub] [lucene] mdmarshmallow commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-05-31 Thread GitBox
mdmarshmallow commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1142403496 There was an email thread where some other commiters suggested also developing this in sandbox. It does seem like this API could go through some heavy changes (I think we all agree on

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-05-31 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1142433913 > Is there a benefit to having it in `facets` vs `sandbox` I personally am not sure that we should worry about the big changes that the module will go under. API-wise we tag the classes

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-05-31 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1142451787 I pushed a new package with the `FacetSet` API I had in mind. As I wrote before, while thinking about it I realized that there are few issues to handle, so I've decided to implement one of the

[GitHub] [lucene] shaie commented on pull request #841: LUCENE-10274: Add hyperrectangle faceting capabilities

2022-05-31 Thread GitBox
shaie commented on PR #841: URL: https://github.com/apache/lucene/pull/841#issuecomment-1142455129 > As for creating a new multidimensional version of the `Facets` API, I think what you're saying makes sense, but could we extend the existing `Facets` API as well, I think those methods would

[GitHub] [lucene] jtibshirani commented on a diff in pull request #924: Create Lucene93 Codec and move Lucene92 to backwards_codecs

2022-05-31 Thread GitBox
jtibshirani commented on code in PR #924: URL: https://github.com/apache/lucene/pull/924#discussion_r885948710 ## lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene92/Lucene92RWHnswVectorsFormat.java: ## @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache Softw

[GitHub] [lucene] jtibshirani commented on a diff in pull request #924: Create Lucene93 Codec and move Lucene92 to backwards_codecs

2022-05-31 Thread GitBox
jtibshirani commented on code in PR #924: URL: https://github.com/apache/lucene/pull/924#discussion_r885955544 ## lucene/backward-codecs/src/java/org/apache/lucene/backward_codecs/lucene92/Lucene92HnswVectorsFormat.java: ## @@ -151,10 +131,6 @@ public KnnVectorsReader fieldsRead

[GitHub] [lucene] mayya-sharipova commented on pull request #926: VectorSimilarityFunction reverse removal

2022-05-31 Thread GitBox
mayya-sharipova commented on PR #926: URL: https://github.com/apache/lucene/pull/926#issuecomment-1142595894 @alessandrobenedetti For measuring the performance impact, you can run [ann benchmarks](https://github.com/msokolov/ann-benchmarks). I have a small [change](https://github.com/msokol

[GitHub] [lucene] msokolov commented on a diff in pull request #924: Create Lucene93 Codec and move Lucene92 to backwards_codecs

2022-05-31 Thread GitBox
msokolov commented on code in PR #924: URL: https://github.com/apache/lucene/pull/924#discussion_r886117116 ## lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene92/Lucene92RWHnswVectorsFormat.java: ## @@ -0,0 +1,44 @@ +/* + * Licensed to the Apache Software

[GitHub] [lucene] msokolov merged pull request #924: Create Lucene93 Codec and move Lucene92 to backwards_codecs

2022-05-31 Thread GitBox
msokolov merged PR #924: URL: https://github.com/apache/lucene/pull/924 -- 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.apache

[GitHub] [lucene] mocobeta commented on a diff in pull request #932: LUCENE-10559: Add Prefilter Option to KnnGraphTester

2022-05-31 Thread GitBox
mocobeta commented on code in PR #932: URL: https://github.com/apache/lucene/pull/932#discussion_r886226757 ## lucene/core/src/test/org/apache/lucene/util/hnsw/KnnGraphTester.java: ## @@ -730,4 +774,79 @@ protected int comparePivot(int j) { return Float.compare(score[pivo

[jira] [Commented] (LUCENE-10557) Migrate to GitHub issue from Jira?

2022-05-31 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17544657#comment-17544657 ] Tomoko Uchida commented on LUCENE-10557: Thanks, it looks like a plain Kanban B