[jira] [Commented] (LUCENE-5572) JapaneseTokenizer is sensitive to interrupts

2021-09-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419574#comment-17419574 ] Dawid Weiss commented on LUCENE-5572: - Exactly - I can't imagine a situation when the resource from

[jira] [Resolved] (LUCENE-10119) singleSort should not be set when after is non-null

2021-09-23 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen resolved LUCENE-10119. -- Resolution: Fixed > singleSort should not be set when after is non-null >

[jira] [Commented] (LUCENE-10119) singleSort should not be set when after is non-null

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

[GitHub] [lucene-solr] dnhatn merged pull request #2583: LUCENE-10119: Do not set single sort with search after

2021-09-23 Thread GitBox
dnhatn merged pull request #2583: URL: https://github.com/apache/lucene-solr/pull/2583 -- 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] [Comment Edited] (LUCENE-5572) JapaneseTokenizer is sensitive to interrupts

2021-09-23 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419524#comment-17419524 ] Tomoko Uchida edited comment on LUCENE-5572 at 9/24/21, 2:39 AM: - The

[jira] [Commented] (LUCENE-5572) JapaneseTokenizer is sensitive to interrupts

2021-09-23 Thread Tomoko Uchida (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419524#comment-17419524 ] Tomoko Uchida commented on LUCENE-5572: --- The dictionary data does not reside at users' file

[jira] [Updated] (LUCENE-10119) singleSort should not be set when after is non-null

2021-09-23 Thread Nhat Nguyen (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nhat Nguyen updated LUCENE-10119: - Fix Version/s: 8.11 main (9.0) > singleSort should not be set when after is

[jira] [Commented] (LUCENE-5572) JapaneseTokenizer is sensitive to interrupts

2021-09-23 Thread Trejkaz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419495#comment-17419495 ] Trejkaz commented on LUCENE-5572: - Option 1: After getting interrupted, unset the interrupt flag, read

[GitHub] [lucene] gsmiller commented on a change in pull request #319: LUCENE-10121: More skipping in WANDScorer.

2021-09-23 Thread GitBox
gsmiller commented on a change in pull request #319: URL: https://github.com/apache/lucene/pull/319#discussion_r715177324 ## File path: lucene/core/src/java/org/apache/lucene/search/WANDScorer.java ## @@ -385,42 +387,69 @@ private void advanceTail() throws IOException { }

[GitHub] [lucene-solr] dnhatn opened a new pull request #2583: LUCENE-10119: Do not set single sort with search after

2021-09-23 Thread GitBox
dnhatn opened a new pull request #2583: URL: https://github.com/apache/lucene-solr/pull/2583 We should not set single sort when the search_after is non-null; otherwise, we will incorrectly skip documents whose values are equal to the value from the search_after and docIDs are greater

[jira] [Commented] (LUCENE-10119) singleSort should not be set when after is non-null

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

[GitHub] [lucene-solr] dnhatn merged pull request #2582: LUCENE-10119: Do not set single sort with search after

2021-09-23 Thread GitBox
dnhatn merged pull request #2582: URL: https://github.com/apache/lucene-solr/pull/2582 -- 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-solr] dnhatn opened a new pull request #2582: LUCENE-10119: Do not set single sort with search after

2021-09-23 Thread GitBox
dnhatn opened a new pull request #2582: URL: https://github.com/apache/lucene-solr/pull/2582 We should not set single sort when the search_after is non-null; otherwise, we will incorrectly skip documents whose values are equal to the value from the search_after and docIDs are greater

[jira] [Commented] (LUCENE-10080) Use a bit set to count long-tail of singleton FacetLabels?

2021-09-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419389#comment-17419389 ] Greg Miller commented on LUCENE-10080: -- Hey [~mdmarshmallow] thanks for the PR! It looks like you

[jira] [Commented] (LUCENE-10121) WANDScorer could skip more

2021-09-23 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419385#comment-17419385 ] Adrien Grand commented on LUCENE-10121: --- I opened a pull request that tries to avoid this issue

[GitHub] [lucene] jpountz commented on pull request #319: LUCENE-10121: More skipping in WANDScorer.

2021-09-23 Thread GitBox
jpountz commented on pull request #319: URL: https://github.com/apache/lucene/pull/319#issuecomment-926050158 I had to add a loop, which makes the patch bigger than it should be due to indentation changes. It's best to review the patch with `?w=1`:

[jira] [Updated] (LUCENE-10121) WANDScorer could skip more

2021-09-23 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-10121: -- Description: I was looking at the NYC Taxis benchmark recently and got puzzled by the fact

[jira] [Created] (LUCENE-10121) WANDScorer could skip more

2021-09-23 Thread Adrien Grand (Jira)
Adrien Grand created LUCENE-10121: - Summary: WANDScorer could skip more Key: LUCENE-10121 URL: https://issues.apache.org/jira/browse/LUCENE-10121 Project: Lucene - Core Issue Type:

[jira] [Commented] (LUCENE-10062) Explore using SORTED_NUMERIC doc values to encode taxonomy ordinals for faceting

2021-09-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419349#comment-17419349 ] Greg Miller commented on LUCENE-10062: -- I re-ran {{luceneutil}} benchmarks {{wikimedium10m}} since

[jira] [Commented] (LUCENE-10119) singleSort should not be set when after is non-null

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

[GitHub] [lucene] dnhatn merged pull request #317: LUCENE-10119: Do not set singleSort with search after

2021-09-23 Thread GitBox
dnhatn merged pull request #317: URL: https://github.com/apache/lucene/pull/317 -- 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] dnhatn commented on pull request #317: LUCENE-10119: Do not set singleSort with search after

2021-09-23 Thread GitBox
dnhatn commented on pull request #317: URL: https://github.com/apache/lucene/pull/317#issuecomment-92658 Thanks Mayya! -- 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.

[GitHub] [lucene] dnhatn commented on a change in pull request #317: LUCENE-10119: Do not set singleSort with search after

2021-09-23 Thread GitBox
dnhatn commented on a change in pull request #317: URL: https://github.com/apache/lucene/pull/317#discussion_r714888021 ## File path: lucene/core/src/test/org/apache/lucene/search/TestSortOptimization.java ## @@ -675,7 +674,23 @@ public void testMaxDocVisited() throws

[GitHub] [lucene] mayya-sharipova commented on a change in pull request #317: LUCENE-10119: Do not set singleSort with search after

2021-09-23 Thread GitBox
mayya-sharipova commented on a change in pull request #317: URL: https://github.com/apache/lucene/pull/317#discussion_r714782981 ## File path: lucene/core/src/test/org/apache/lucene/search/TestSortOptimization.java ## @@ -675,7 +674,23 @@ public void testMaxDocVisited()

[jira] [Commented] (LUCENE-10068) Switch to a "double barrel" HPPC cache for the taxonomy LRU cache

2021-09-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419202#comment-17419202 ] Greg Miller commented on LUCENE-10068: -- [~gworah] would you mind re-running benchmarks now that

[jira] [Commented] (LUCENE-10080) Use a bit set to count long-tail of singleton FacetLabels?

2021-09-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419198#comment-17419198 ] Greg Miller commented on LUCENE-10080: -- [~mdmarshmallow] thanks for diving into this! I'll see if

[jira] [Commented] (LUCENE-9969) DirectoryTaxonomyReader.taxoArray占用内存较大导致系统OOM宕机

2021-09-23 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419185#comment-17419185 ] Greg Miller commented on LUCENE-9969: - [~zhai7631] I don't think there's any good reason for doing

[jira] [Updated] (LUCENE-10120) Lazy initialize FixedBitSet in LRUQueryCache

2021-09-23 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10120: --- Description: Basing on the implement of collecting docIds in DocsWithFieldSet, may be we could do

[jira] [Updated] (LUCENE-10120) Lazy initialize FixedBitSet in LRUQueryCache

2021-09-23 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lu Xugang updated LUCENE-10120: --- Description: Basing on the implement of collecting docIds in DocsWithFieldSet, may be we could do

[jira] [Commented] (LUCENE-10120) Lazy initialize FixedBitSet in LRUQueryCache

2021-09-23 Thread Lu Xugang (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17419056#comment-17419056 ] Lu Xugang commented on LUCENE-10120: hi, [~jpountz] , could you give some advice. thanks~ > Lazy

[jira] [Created] (LUCENE-10120) Lazy initialize FixedBitSet in LRUQueryCache

2021-09-23 Thread Lu Xugang (Jira)
Lu Xugang created LUCENE-10120: -- Summary: Lazy initialize FixedBitSet in LRUQueryCache Key: LUCENE-10120 URL: https://issues.apache.org/jira/browse/LUCENE-10120 Project: Lucene - Core Issue

[jira] [Commented] (LUCENE-5572) JapaneseTokenizer is sensitive to interrupts

2021-09-23 Thread Dawid Weiss (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17418987#comment-17418987 ] Dawid Weiss commented on LUCENE-5572: - What do you mean by "sensitive to I/O exceptions" though? Is