[GitHub] [lucene] almogtavor commented on issue #12406: Register nested queries (ToParentBlockJoinQuery) to Lucene Monitor

2023-07-19 Thread via GitHub
almogtavor commented on issue #12406: URL: https://github.com/apache/lucene/issues/12406#issuecomment-1642686227 @mkhludnev The issue is that the `lucene-monitor` enables one to percolate a single document, and therefore there's no easy option for using BJQ. ES managed to create a percolato

[GitHub] [lucene] mikemccand commented on issue #12243: Add a new static method for KeywordField#newSetQuery to support collections parameter

2023-07-19 Thread via GitHub
mikemccand commented on issue #12243: URL: https://github.com/apache/lucene/issues/12243#issuecomment-1642446823 > I don't think the fact that TermInSetQuery has a Collection ctor should impact this at all. Maybe that should be removed? +1 It's weird to take both array and Coll

[GitHub] [lucene] jpountz closed issue #12439: Switch from MAXSCORE to BS1 with high numbers of clauses

2023-07-19 Thread via GitHub
jpountz closed issue #12439: Switch from MAXSCORE to BS1 with high numbers of clauses URL: https://github.com/apache/lucene/issues/12439 -- 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

[GitHub] [lucene] jpountz merged pull request #12444: Add BS1 optimization to MaxScoreBulkScorer.

2023-07-19 Thread via GitHub
jpountz merged PR #12444: URL: https://github.com/apache/lucene/pull/12444 -- 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...@lucene.apa

[GitHub] [lucene] MartinDemberger commented on issue #9231: HyphenationCompoundWordTokenFilter creates overlapping tokens with onlyLongestMatch enabled [LUCENE-8183]

2023-07-19 Thread via GitHub
MartinDemberger commented on issue #9231: URL: https://github.com/apache/lucene/issues/9231#issuecomment-1641916828 Hi, thank you very much. My company is waiting for this fix for several years. I will create the ES/OS issue and try to update the README in the next days. -- This

[GitHub] [lucene] uschindler commented on issue #9231: HyphenationCompoundWordTokenFilter creates overlapping tokens with onlyLongestMatch enabled [LUCENE-8183]

2023-07-19 Thread via GitHub
uschindler commented on issue #9231: URL: https://github.com/apache/lucene/issues/9231#issuecomment-1641907188 Hi, i backported (cherry-picked) the PR also to Lucene 9.8. Would it be possible that you maybe give a PR for the german-decompounder with an updated configuration in READ

[GitHub] [lucene] uschindler closed issue #9231: HyphenationCompoundWordTokenFilter creates overlapping tokens with onlyLongestMatch enabled [LUCENE-8183]

2023-07-19 Thread via GitHub
uschindler closed issue #9231: HyphenationCompoundWordTokenFilter creates overlapping tokens with onlyLongestMatch enabled [LUCENE-8183] URL: https://github.com/apache/lucene/issues/9231 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [lucene] uschindler merged pull request #12437: LUCENE-8183: Added the abbility to get noSubMatches and noOverlapping Matches

2023-07-19 Thread via GitHub
uschindler merged PR #12437: URL: https://github.com/apache/lucene/pull/12437 -- 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...@lucene.

[GitHub] [lucene] MartinDemberger commented on a diff in pull request #12437: LUCENE-8183: Added the abbility to get noSubMatches and noOverlapping Matches

2023-07-19 Thread via GitHub
MartinDemberger commented on code in PR #12437: URL: https://github.com/apache/lucene/pull/12437#discussion_r1267919504 ## lucene/CHANGES.txt: ## @@ -65,6 +65,8 @@ New Features * LUCENE-10626 Hunspell: add tools to aid dictionary editing: analysis introspection, stem expansi

[GitHub] [lucene] uschindler commented on a diff in pull request #12437: LUCENE-8183: Added the abbility to get noSubMatches and noOverlapping Matches

2023-07-19 Thread via GitHub
uschindler commented on code in PR #12437: URL: https://github.com/apache/lucene/pull/12437#discussion_r1267903574 ## lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java: ## @@ -47,6 +47,33 @@ public void testHyp

[GitHub] [lucene] uschindler commented on a diff in pull request #12437: LUCENE-8183: Added the abbility to get noSubMatches and noOverlapping Matches

2023-07-19 Thread via GitHub
uschindler commented on code in PR #12437: URL: https://github.com/apache/lucene/pull/12437#discussion_r1267297167 ## lucene/analysis/common/src/test/org/apache/lucene/analysis/compound/TestHyphenationCompoundWordTokenFilterFactory.java: ## @@ -47,6 +47,33 @@ public void testHyp

[GitHub] [lucene] uschindler commented on issue #9231: HyphenationCompoundWordTokenFilter creates overlapping tokens with onlyLongestMatch enabled [LUCENE-8183]

2023-07-19 Thread via GitHub
uschindler commented on issue #9231: URL: https://github.com/apache/lucene/issues/9231#issuecomment-1641848161 > > Does this also fix #4096 ? > > I'm sorry but no. #4096 notifies DictionaryCompoundWordTokenFilter but this one is about HyphenationCompoundWordTokenFilter Maybe the chang

[GitHub] [lucene] texophen opened a new issue, #12450: Fixing 'Missing java.lang.ClassValue class' in Android

2023-07-19 Thread via GitHub
texophen opened a new issue, #12450: URL: https://github.com/apache/lucene/issues/12450 ### Description I successfully modified Lucene 7.3.0 for using in Android: https://github.com/texophen/lucene-android The modification includes: + Add log feature in org.apache.lucene.Lu

[GitHub] [lucene] jpountz commented on pull request #12444: Add BS1 optimization to MaxScoreBulkScorer.

2023-07-19 Thread via GitHub
jpountz commented on PR #12444: URL: https://github.com/apache/lucene/pull/12444#issuecomment-1641631325 I pushed a couple changes that helped improve performance on sparse clauses a bit, and updated the above performance numbers: - Inner windows are no longer aligned with multiples of 2