[GitHub] [lucene-jira-archive] mocobeta commented on issue #104: Should we regenerate another full export?

2022-08-04 Thread GitBox
mocobeta commented on issue #104: URL: https://github.com/apache/lucene-jira-archive/issues/104#issuecomment-1206028981 All issues were successfully imported to https://github.com/mocobeta/forks-migration-test-2/issues with the latest main. Issue link remapping is ongoing. -- This is

[GitHub] [lucene] tang-hi commented on pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-08-04 Thread GitBox
tang-hi commented on PR #1016: URL: https://github.com/apache/lucene/pull/1016#issuecomment-1205985454 > Did you try `toDot()` again and confirm the weird as-of-yet unexplained dead states are pruned? Yes! It now looks like below (input -> "abcd" ,trans -> true, distance -> 1)

[jira] [Created] (LUCENE-10675) MonitorConfiguration should support disabling scheduled purgeCache

2022-08-04 Thread Chris M. Hostetter (Jira)
Chris M. Hostetter created LUCENE-10675: --- Summary: MonitorConfiguration should support disabling scheduled purgeCache Key: LUCENE-10675 URL: https://issues.apache.org/jira/browse/LUCENE-10675

[jira] [Commented] (LUCENE-10570) Monitor Presearcher to reject registration of "ANYTOKEN" queries

2022-08-04 Thread Chris M. Hostetter (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575492#comment-17575492 ] Chris M. Hostetter commented on LUCENE-10570: - FWIW: I've found that in practice, this kind

[GitHub] [lucene] mikemccand commented on pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-08-04 Thread GitBox
mikemccand commented on PR #1016: URL: https://github.com/apache/lucene/pull/1016#issuecomment-1205835328 Did you try `toDot()` again and confirm the weird as-of-yet unexplained dead states are pruned? -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [lucene] mikemccand commented on a diff in pull request #1016: LUCENE-10646: Add some comment on LevenshteinAutomata

2022-08-04 Thread GitBox
mikemccand commented on code in PR #1016: URL: https://github.com/apache/lucene/pull/1016#discussion_r938296312 ## lucene/core/src/java/org/apache/lucene/util/automaton/Automaton.java: ## @@ -576,8 +573,6 @@ public void writeDot(String fileName) { * visualizing the

[jira] [Updated] (LUCENE-10674) BitSetConjunctionDISI iterators fall out of sync when lead doc >= minlength of bitsets

2022-08-04 Thread Jack Mazanec (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Mazanec updated LUCENE-10674: -- Description: In

[jira] [Updated] (LUCENE-10674) BitSetConjunctionDISI iterators fall out of sync when lead doc >= minlength of bitsets

2022-08-04 Thread Jack Mazanec (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Mazanec updated LUCENE-10674: -- Description: In

[jira] [Updated] (LUCENE-10674) BitSetConjunctionDISI iterators fall out of sync when lead doc >= minlength of bitsets

2022-08-04 Thread Jack Mazanec (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jack Mazanec updated LUCENE-10674: -- Description: In

[jira] [Created] (LUCENE-10674) BitSetConjunctionDISI iterators fall out of sync when lead doc >= minlength of bitsets

2022-08-04 Thread Jack Mazanec (Jira)
Jack Mazanec created LUCENE-10674: - Summary: BitSetConjunctionDISI iterators fall out of sync when lead doc >= minlength of bitsets Key: LUCENE-10674 URL: https://issues.apache.org/jira/browse/LUCENE-10674

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

2022-08-04 Thread Greg Miller (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-10207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575402#comment-17575402 ] Greg Miller commented on LUCENE-10207: -- I'm coming back to this work now as I'm working on another

[GitHub] [lucene] gsmiller opened a new pull request, #1058: LUCENE-10207: TermInSetQuery now provides a ScoreSupplier with cost estimation for use in TermInSetQuery

2022-08-04 Thread GitBox
gsmiller opened a new pull request, #1058: URL: https://github.com/apache/lucene/pull/1058 This makes incremental progress against LUCENE-10207, allowing `TermInSetQuery` to provide cost estimation so it might be used in an `IndexOrDocValuesQuery`. -- This is an automated message from

[jira] [Commented] (LUCENE-8675) Divide Segment Search Amongst Multiple Threads

2022-08-04 Thread Michael McCandless (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575323#comment-17575323 ] Michael McCandless commented on LUCENE-8675: bq. I wonder if we could avoid paying the cost

[jira] [Commented] (LUCENE-8675) Divide Segment Search Amongst Multiple Threads

2022-08-04 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17575251#comment-17575251 ] Adrien Grand commented on LUCENE-8675: -- I wonder if we could avoid paying the cost of