[GitHub] [lucene] apanimesh061 commented on pull request #412: LUCENE-10197: UnifiedHighlighter should use builders for thread-safety

2021-10-29 Thread GitBox
apanimesh061 commented on pull request #412: URL: https://github.com/apache/lucene/pull/412#issuecomment-955147804 The new changes include the following: 1. if `flags` is initialized then boolean flags are ignored 2. Unit test for new `getFlags()` implementation using builders

[jira] [Commented] (LUCENE-10061) CombinedFieldsQuery needs dynamic pruning support

2021-10-29 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17436233#comment-17436233 ] Zach Chen commented on LUCENE-10061: Thanks [~jpountz] for the pointer! I have created a spin-off

[jira] [Updated] (LUCENE-10212) Add luceneutil benchmark task for CombinedFieldsQuery

2021-10-29 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach Chen updated LUCENE-10212: --- Description: This is a spin-off task from https://issues.apache.org/jira/browse/LUCENE-10061  . In

[jira] [Created] (LUCENE-10212) Add luceneutil benchmark task for CombinedFieldsQuery

2021-10-29 Thread Zach Chen (Jira)
Zach Chen created LUCENE-10212: -- Summary: Add luceneutil benchmark task for CombinedFieldsQuery Key: LUCENE-10212 URL: https://issues.apache.org/jira/browse/LUCENE-10212 Project: Lucene - Core

[jira] [Resolved] (LUCENE-10201) Upgrade Spatial4j to 0.8

2021-10-29 Thread David Smiley (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley resolved LUCENE-10201. --- Fix Version/s: main (9.0) Resolution: Fixed > Upgrade Spatial4j to 0.8 >

[GitHub] [lucene] dsmiley merged pull request #409: LUCENE-10201: Upgrade Spatial4j to 0.8

2021-10-29 Thread GitBox
dsmiley merged pull request #409: URL: https://github.com/apache/lucene/pull/409 -- 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:

[jira] [Commented] (LUCENE-10201) Upgrade Spatial4j to 0.8

2021-10-29 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17436224#comment-17436224 ] ASF subversion and git services commented on LUCENE-10201: -- Commit

[jira] [Comment Edited] (LUCENE-10207) Make TermInSetQuery usable with IndexOrDocValuesQuery

2021-10-29 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17436183#comment-17436183 ] Greg Miller edited comment on LUCENE-10207 at 10/29/21, 10:35 PM: -- I

[jira] [Commented] (LUCENE-10207) Make TermInSetQuery usable with IndexOrDocValuesQuery

2021-10-29 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17436183#comment-17436183 ] Greg Miller commented on LUCENE-10207: -- I spent a little more time on this today and would be

[jira] [Updated] (LUCENE-9280) Add ability to skip non-competitive documents on field sort

2021-10-29 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mayya Sharipova updated LUCENE-9280: Fix Version/s: 8.6 > Add ability to skip non-competitive documents on field sort >

[GitHub] [lucene] jpountz commented on a change in pull request #404: LUCENE-10196: Improve IntroSorter with 3-ways partitioning.

2021-10-29 Thread GitBox
jpountz commented on a change in pull request #404: URL: https://github.com/apache/lucene/pull/404#discussion_r739310053 ## File path: lucene/core/src/java/org/apache/lucene/util/IntroSorter.java ## @@ -20,66 +20,120 @@ * {@link Sorter} implementation based on a variant of

[GitHub] [lucene] madrob merged pull request #417: Replace deprecated Gradle 7.2 properties

2021-10-29 Thread GitBox
madrob merged pull request #417: URL: https://github.com/apache/lucene/pull/417 -- 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:

[GitHub] [lucene] jpountz commented on pull request #404: LUCENE-10196: Improve IntroSorter with 3-ways partitioning.

2021-10-29 Thread GitBox
jpountz commented on pull request #404: URL: https://github.com/apache/lucene/pull/404#issuecomment-954799005 Yes! Sorry I saw it and wanted to have a look and then got distracted. I haven't taken the time to take a look yet but I ran indexing with `IndexAndSearchOpenStreetMaps` and saw a

[GitHub] [lucene] bruno-roustant commented on pull request #404: LUCENE-10196: Improve IntroSorter with 3-ways partitioning.

2021-10-29 Thread GitBox
bruno-roustant commented on pull request #404: URL: https://github.com/apache/lucene/pull/404#issuecomment-954746622 @jpountz maybe you could be interested in the review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[jira] [Commented] (LUCENE-10207) Make TermInSetQuery usable with IndexOrDocValuesQuery

2021-10-29 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17435972#comment-17435972 ] Greg Miller commented on LUCENE-10207: -- Sure, I'll see if I can move this forward a little bit.

[jira] [Commented] (LUCENE-10061) CombinedFieldsQuery needs dynamic pruning support

2021-10-29 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17435811#comment-17435811 ] Adrien Grand commented on LUCENE-10061: --- For luceneutil integration, you will need to enhance

[jira] [Commented] (LUCENE-10061) CombinedFieldsQuery needs dynamic pruning support

2021-10-29 Thread Zach Chen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17435789#comment-17435789 ] Zach Chen commented on LUCENE-10061: Thanks for the confirmation [~jpountz]! I've actually given it