[GitHub] [lucene] MarcusSorealheis commented on a diff in pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
MarcusSorealheis commented on code in PR #12208: URL: https://github.com/apache/lucene/pull/12208#discussion_r1160478745 ## lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java: ## @@ -842,6 +843,96 @@ public void testRewriteSimplePhrase() throws

[GitHub] [lucene] zacharymorn commented on pull request #12194: [GITHUB-11915] [Discussion Only] Make Lucene smarter about long runs of matches via new API on DISI

2023-04-06 Thread via GitHub
zacharymorn commented on PR #12194: URL: https://github.com/apache/lucene/pull/12194#issuecomment-1499988872 Thanks @mikemccand for the additional context! > Thanks for testing this. We've debated the merits of disabling background compilation (-Xbatch) in the past, but decided it's t

[GitHub] [lucene] MarcusSorealheis commented on pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
MarcusSorealheis commented on PR #12208: URL: https://github.com/apache/lucene/pull/12208#issuecomment-1499452503 What I did to test if there was no match was hacky and basically non-functional. Your suggestion is the right way. -- This is an automated message from the Apache Git Service.

[GitHub] [lucene] MarcusSorealheis commented on pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
MarcusSorealheis commented on PR #12208: URL: https://github.com/apache/lucene/pull/12208#issuecomment-1499406344 You're right again. Thanks for the help. The tests were the hardest part and taught me the most. On Thu, Apr 6, 2023 at 9:17 AM Patrick Zhai ***@***.***> wrote:

[GitHub] [lucene] zhaih commented on a diff in pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
zhaih commented on code in PR #12208: URL: https://github.com/apache/lucene/pull/12208#discussion_r1160010214 ## lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java: ## @@ -842,6 +844,95 @@ public void testRewriteSimplePhrase() throws Exception {

[GitHub] [lucene] HoustonPutman commented on issue #12226: Update Lucene's NOTICE.txt to clarify what is ASL2 and what is CPL1

2023-04-06 Thread via GitHub
HoustonPutman commented on issue #12226: URL: https://github.com/apache/lucene/issues/12226#issuecomment-1499125356 I created a PR for this. According to Apache policy, when a release has a NOTICE.txt file, that file should only contain information on the source/binaries included in that re

[GitHub] [lucene] HoustonPutman opened a new pull request, #12227: Cleanup NOTICE.txt

2023-04-06 Thread via GitHub
HoustonPutman opened a new pull request, #12227: URL: https://github.com/apache/lucene/pull/12227 Resolves #12226 - Ant is no longer used as the build system for Lucene (Some classes are used in gradle tasks, but I'm not sure it needs to be called out still) - JUnit is not package

[GitHub] [lucene] mikemccand opened a new issue, #12226: Update Lucene's NOTICE.txt to clarify what is ASL2 and what is CPL1

2023-04-06 Thread via GitHub
mikemccand opened a new issue, #12226: URL: https://github.com/apache/lucene/issues/12226 ### Description Spinoff from [this discussion on java-user](https://lists.apache.org/thread/zg01tkq8wtmym27q3dolcg1msbtoxoxl): There is confusion about why our `NOTICE.txt` for some module

[GitHub] [lucene] mikemccand commented on issue #12224: Find forever home for `KnnGraphTester`

2023-04-06 Thread via GitHub
mikemccand commented on issue #12224: URL: https://github.com/apache/lucene/issues/12224#issuecomment-1498801223 I like this term "forever home"! It is like a forever memory. Though, it may not live here forever? Healthy code is still alive and twitching... maybe just its next / bet

[GitHub] [lucene] mikemccand commented on pull request #12194: [GITHUB-11915] [Discussion Only] Make Lucene smarter about long runs of matches via new API on DISI

2023-04-06 Thread via GitHub
mikemccand commented on PR #12194: URL: https://github.com/apache/lucene/pull/12194#issuecomment-1498797871 > PKLookup seems varies a lot as well when there are no changes. I wonder if `luceneutil` maybe has a bug where `PKLookup` task is not using the specified random seed to derive

[GitHub] [lucene] MarcusSorealheis commented on a diff in pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
MarcusSorealheis commented on code in PR #12208: URL: https://github.com/apache/lucene/pull/12208#discussion_r1159444007 ## lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java: ## @@ -842,6 +843,92 @@ public void testRewriteSimplePhrase() throws

[GitHub] [lucene] MarcusSorealheis commented on a diff in pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
MarcusSorealheis commented on code in PR #12208: URL: https://github.com/apache/lucene/pull/12208#discussion_r1159415882 ## lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java: ## @@ -842,6 +843,92 @@ public void testRewriteSimplePhrase() throws

[GitHub] [lucene] MarcusSorealheis commented on a diff in pull request #12208: Explain term automaton queries

2023-04-06 Thread via GitHub
MarcusSorealheis commented on code in PR #12208: URL: https://github.com/apache/lucene/pull/12208#discussion_r1159363981 ## lucene/sandbox/src/test/org/apache/lucene/sandbox/search/TestTermAutomatonQuery.java: ## @@ -842,6 +843,92 @@ public void testRewriteSimplePhrase() throws