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
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
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
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
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
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
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
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.
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
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
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
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
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
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
14 matches
Mail list logo