[GitHub] [lucene] dweiss commented on pull request #696: Custom GitHub action to generate build matrix

2022-02-23 Thread GitBox
dweiss commented on pull request #696: URL: https://github.com/apache/lucene/pull/696#issuecomment-1048561226 Hi @mocobeta . This looks impressive that it can be done! I kind of like the verbose version because then you can tell what's going on, whereas the custom action is much more diffi

[jira] [Created] (LUCENE-10436) Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery into a single FieldExistsQuery?

2022-02-23 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10436: - Summary: Combine DocValuesFieldExistsQuery, NormsFieldExistsQuery and KnnVectorFieldExistsQuery into a single FieldExistsQuery? Key: LUCENE-10436 URL: https://issues.apache.org/

[GitHub] [lucene] LuXugang commented on pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread GitBox
LuXugang commented on pull request #701: URL: https://github.com/apache/lucene/pull/701#issuecomment-1048582255 > much more thoughtful! -- 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 th

[GitHub] [lucene] LuXugang removed a comment on pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread GitBox
LuXugang removed a comment on pull request #701: URL: https://github.com/apache/lucene/pull/701#issuecomment-1048582255 > much more thoughtful! -- 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

[GitHub] [lucene] LuXugang commented on pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread GitBox
LuXugang commented on pull request #701: URL: https://github.com/apache/lucene/pull/701#issuecomment-1048582999 > then we don't need to maintain the `rewritableReaders` counter? Much more thoughtful! -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [lucene] jpountz opened a new pull request #702: LUCENE-10382: Use `IndexReaderContext#id` to check reader identity.

2022-02-23 Thread GitBox
jpountz opened a new pull request #702: URL: https://github.com/apache/lucene/pull/702 `KnnVectorQuery` currently uses the index reader's hashcode to make sure that the query it builds runs on the right reader. We had added `IndexContextReader#id` a while back for a similar purpose wit

[GitHub] [lucene] jpountz commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jpountz commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r812722194 ## File path: lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java ## @@ -821,6 +822,64 @@ public void testRandom(

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

2022-02-23 Thread GitBox
epugh commented on pull request #2643: URL: https://github.com/apache/lucene-solr/pull/2643#issuecomment-1048668234 I like what this does, but I totally agree about all the `getClass()`/`instanceof` stuff! I wonder if burying all that logic into a method with a name like `normalizeArgsTo

[jira] [Created] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear

2022-02-23 Thread Ignacio Vera (Jira)
Ignacio Vera created LUCENE-10437: - Summary: Improve error message in the Tessellator for polygon with all points collinear Key: LUCENE-10437 URL: https://issues.apache.org/jira/browse/LUCENE-10437 Pr

[GitHub] [lucene] iverase opened a new pull request #703: LUCENE-10437: Improve error message in the Tessellator for polygon with all points collinear

2022-02-23 Thread GitBox
iverase opened a new pull request #703: URL: https://github.com/apache/lucene/pull/703 Polygon tessellator throws a more informative error message when the provided polygon does not contain enough no-collinear points. -- This is an automated message from the Apache Git Service. To r

[GitHub] [lucene] romseygeek commented on a change in pull request #679: Monitor Improvements LUCENE-10422

2022-02-23 Thread GitBox
romseygeek commented on a change in pull request #679: URL: https://github.com/apache/lucene/pull/679#discussion_r812845233 ## File path: lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Foun

[GitHub] [lucene] iverase merged pull request #703: LUCENE-10437: Improve error message in the Tessellator for polygon with all points collinear

2022-02-23 Thread GitBox
iverase merged pull request #703: URL: https://github.com/apache/lucene/pull/703 -- 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..

[jira] [Commented] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496734#comment-17496734 ] ASF subversion and git services commented on LUCENE-10437: -- Co

[GitHub] [lucene] jpountz merged pull request #701: LUCENE-10435: Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread GitBox
jpountz merged pull request #701: URL: https://github.com/apache/lucene/pull/701 -- 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..

[jira] [Commented] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496740#comment-17496740 ] ASF subversion and git services commented on LUCENE-10437: -- Co

[jira] [Commented] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496739#comment-17496739 ] ASF subversion and git services commented on LUCENE-10435: -- Co

[jira] [Resolved] (LUCENE-10437) Improve error message in the Tessellator for polygon with all points collinear

2022-02-23 Thread Ignacio Vera (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ignacio Vera resolved LUCENE-10437. --- Fix Version/s: 9.1 Assignee: Ignacio Vera Resolution: Fixed > Improve error

[jira] [Updated] (LUCENE-10432) Add optional 'name' property to org.apache.lucene.search.Explanation

2022-02-23 Thread Andriy Redko (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andriy Redko updated LUCENE-10432: -- Affects Version/s: 8.10.1 9.0 > Add optional 'name' property to org.ap

[GitHub] [lucene] jpountz commented on pull request #687: LUCENE-10425:speed up IndexSortSortedNumericDocValuesRangeQuery#count using bkd binary search

2022-02-23 Thread GitBox
jpountz commented on pull request #687: URL: https://github.com/apache/lucene/pull/687#issuecomment-1048791215 This looks very similar to the implementation of `Weight#count` on `PointRangeQuery` and should only perform marginally faster? It's uncreal to me whether this PR buys us much.

[jira] [Commented] (LUCENE-10425) count aggregation optimization inside one segment in log scenario

2022-02-23 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496766#comment-17496766 ] Adrien Grand commented on LUCENE-10425: --- I'm not sure #687 actually helps compare

[jira] [Created] (LUCENE-10438) Leverage Weight#count in lucene/facets

2022-02-23 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10438: - Summary: Leverage Weight#count in lucene/facets Key: LUCENE-10438 URL: https://issues.apache.org/jira/browse/LUCENE-10438 Project: Lucene - Core Issue Type

[GitHub] [lucene] mogui commented on a change in pull request #679: Monitor Improvements LUCENE-10422

2022-02-23 Thread GitBox
mogui commented on a change in pull request #679: URL: https://github.com/apache/lucene/pull/679#discussion_r812915950 ## File path: lucene/monitor/src/java/org/apache/lucene/monitor/ReadonlyQueryIndex.java ## @@ -0,0 +1,117 @@ +/* + * Licensed to the Apache Software Foundatio

[GitHub] [lucene] jpountz commented on pull request #686: LUCENE-10421: use Constant instead of relying upon timestamp

2022-02-23 Thread GitBox
jpountz commented on pull request #686: URL: https://github.com/apache/lucene/pull/686#issuecomment-1048810781 Hard not to think of [this XKCD](https://xkcd.com/221/). :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [lucene] LuXugang opened a new pull request #704: LUCENE-10435: add CHANGES.txt entry

2022-02-23 Thread GitBox
LuXugang opened a new pull request #704: URL: https://github.com/apache/lucene/pull/704 Add entry for [#701](https://github.com/apache/lucene/pull/701) -- 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

[GitHub] [lucene] mocobeta commented on pull request #696: Custom GitHub action to generate build matrix

2022-02-23 Thread GitBox
mocobeta commented on pull request #696: URL: https://github.com/apache/lucene/pull/696#issuecomment-104455 I didn't explain the implementation so it might be hard to figure out what's happening here at the first glance; the matrix value is propagated from the custom action to each job

[GitHub] [lucene] mocobeta commented on pull request #696: Custom GitHub action to generate build matrix

2022-02-23 Thread GitBox
mocobeta commented on pull request #696: URL: https://github.com/apache/lucene/pull/696#issuecomment-1048944204 This is a kind of exercise to see how the Actions runner works to me, but we wouldn't need it unless we have a lot more jobs to run. -- This is an automated message from the Ap

[GitHub] [lucene] jtibshirani merged pull request #699: LUCENE-10054: Make sure to use Lucene90 codec in unit tests

2022-02-23 Thread GitBox
jtibshirani merged pull request #699: URL: https://github.com/apache/lucene/pull/699 -- 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-unsubs

[jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496888#comment-17496888 ] ASF subversion and git services commented on LUCENE-10054: -- Co

[GitHub] [lucene] jtibshirani commented on a change in pull request #704: LUCENE-10435: add CHANGES.txt entry

2022-02-23 Thread GitBox
jtibshirani commented on a change in pull request #704: URL: https://github.com/apache/lucene/pull/704#discussion_r813077353 ## File path: lucene/CHANGES.txt ## @@ -191,6 +191,9 @@ Improvements * LUCENE-10371: Make IndexRearranger able to arrange segment in a determined order

[GitHub] [lucene] jtibshirani commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jtibshirani commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813083832 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java ## @@ -186,6 +188,7 @@ private NeighborQueue searchLevel(

[GitHub] [lucene] jtibshirani commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jtibshirani commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813084279 ## File path: lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java ## @@ -821,6 +822,64 @@ public void testRan

[GitHub] [lucene] LuXugang commented on a change in pull request #704: LUCENE-10435: add CHANGES.txt entry

2022-02-23 Thread GitBox
LuXugang commented on a change in pull request #704: URL: https://github.com/apache/lucene/pull/704#discussion_r813093098 ## File path: lucene/CHANGES.txt ## @@ -191,6 +191,9 @@ Improvements * LUCENE-10371: Make IndexRearranger able to arrange segment in a determined order.

[GitHub] [lucene] jtibshirani commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jtibshirani commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813116025 ## File path: lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java ## @@ -821,6 +822,64 @@ public void testRan

[jira] [Commented] (LUCENE-10054) Handle hierarchy in HNSW graph

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496910#comment-17496910 ] ASF subversion and git services commented on LUCENE-10054: -- Co

[GitHub] [lucene] jpountz commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jpountz commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813130011 ## File path: lucene/test-framework/src/java/org/apache/lucene/tests/index/BaseKnnVectorsFormatTestCase.java ## @@ -821,6 +822,64 @@ public void testRandom(

[jira] [Commented] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17496920#comment-17496920 ] ASF subversion and git services commented on LUCENE-10435: -- Co

[GitHub] [lucene] jtibshirani commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jtibshirani commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813130908 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java ## @@ -155,18 +159,13 @@ private NeighborQueue searchLevel( i

[GitHub] [lucene] jpountz commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jpountz commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813134067 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java ## @@ -155,18 +159,13 @@ private NeighborQueue searchLevel( if (r

[GitHub] [lucene] jpountz commented on a change in pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jpountz commented on a change in pull request #700: URL: https://github.com/apache/lucene/pull/700#discussion_r813135325 ## File path: lucene/core/src/java/org/apache/lucene/util/hnsw/HnswGraphSearcher.java ## @@ -186,6 +188,7 @@ private NeighborQueue searchLevel(

[jira] [Commented] (LUCENE-10438) Leverage Weight#count in lucene/facets

2022-02-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497020#comment-17497020 ] Greg Miller commented on LUCENE-10438: -- Interesting thought. So off the top of my

[jira] [Updated] (LUCENE-10438) Leverage Weight#count in lucene/facets

2022-02-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller updated LUCENE-10438: - Component/s: modules/facet > Leverage Weight#count in lucene/facets > -

[jira] [Commented] (LUCENE-10438) Leverage Weight#count in lucene/facets

2022-02-23 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497023#comment-17497023 ] Adrien Grand commented on LUCENE-10438: --- I believe that it is mostly applicable t

[GitHub] [lucene] jtibshirani merged pull request #700: LUCENE-10382: Ensure kNN filtering works with other codecs

2022-02-23 Thread GitBox
jtibshirani merged pull request #700: URL: https://github.com/apache/lucene/pull/700 -- 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-unsubs

[jira] [Commented] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497061#comment-17497061 ] ASF subversion and git services commented on LUCENE-10382: -- Co

[jira] [Commented] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497066#comment-17497066 ] ASF subversion and git services commented on LUCENE-10382: -- Co

[jira] [Commented] (LUCENE-10438) Leverage Weight#count in lucene/facets

2022-02-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497068#comment-17497068 ] Greg Miller commented on LUCENE-10438: -- Thanks [~jpountz]. Yep, that's exactly was

[GitHub] [lucene] jtibshirani merged pull request #704: LUCENE-10435: add CHANGES.txt entry

2022-02-23 Thread GitBox
jtibshirani merged pull request #704: URL: https://github.com/apache/lucene/pull/704 -- 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-unsubs

[jira] [Assigned] (LUCENE-10438) Leverage Weight#count in lucene/facets

2022-02-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Miller reassigned LUCENE-10438: Assignee: Greg Miller > Leverage Weight#count in lucene/facets > ---

[jira] [Commented] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497069#comment-17497069 ] ASF subversion and git services commented on LUCENE-10435: -- Co

[jira] [Commented] (LUCENE-10435) Break loop early while checking whether DocValuesFieldExistsQuery can be rewrite to MatchAllDocsQuery

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497071#comment-17497071 ] ASF subversion and git services commented on LUCENE-10435: -- Co

[jira] [Commented] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497159#comment-17497159 ] ASF subversion and git services commented on LUCENE-10382: -- Co

[jira] [Commented] (LUCENE-10382) Allow KnnVectorQuery to operate over a subset of liveDocs

2022-02-23 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497161#comment-17497161 ] ASF subversion and git services commented on LUCENE-10382: -- Co

[jira] [Created] (LUCENE-10439) Support multi-valued and multiple dimensions for count query in PointRangeQuery

2022-02-23 Thread Lu Xugang (Jira)
Lu Xugang created LUCENE-10439: -- Summary: Support multi-valued and multiple dimensions for count query in PointRangeQuery Key: LUCENE-10439 URL: https://issues.apache.org/jira/browse/LUCENE-10439 Project

[GitHub] [lucene] LuXugang opened a new pull request #705: LUCENE-10439: Support multi-valued and multiple dimensions for count query in PointRangeQuery

2022-02-23 Thread GitBox
LuXugang opened a new pull request #705: URL: https://github.com/apache/lucene/pull/705 Follow-up of  [LUCENE-10424](https://issues.apache.org/jira/browse/LUCENE-10424), it also works with fields that have multiple dimensions and/or that are multi-valued. -- This is an automated message