[
https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356196#comment-17356196
]
Dawid Weiss commented on LUCENE-9976:
-
Hmm... I just tried on a different machine an
[
https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356192#comment-17356192
]
Dawid Weiss commented on LUCENE-9976:
-
That's really bad. If you look at jenkins, th
zhaih commented on pull request #163:
URL: https://github.com/apache/lucene/pull/163#issuecomment-853538280
Thank you @mikemccand @dweiss and @bruno-roustant all for reviewing this PR!
Since this PR is more of an optimization for adversarial cases so we don't want
to sacrifice performance
[
https://issues.apache.org/jira/browse/LUCENE-7321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356136#comment-17356136
]
Marcus Eagan commented on LUCENE-7321:
--
Hi [~iprovalo] I'm curious if you have been
[
https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356092#comment-17356092
]
Zach Chen commented on LUCENE-9976:
---
Hi Dawid and Michael! I tried again with the comm
[
https://issues.apache.org/jira/browse/LUCENE-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julie Tibshirani resolved LUCENE-9823.
--
Fix Version/s: main (9.0)
Resolution: Fixed
> SynonymQuery rewrite can change f
[
https://issues.apache.org/jira/browse/LUCENE-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356058#comment-17356058
]
ASF subversion and git services commented on LUCENE-9823:
-
Commi
jtibshirani merged pull request #160:
URL: https://github.com/apache/lucene/pull/160
--
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.
For queries about this service, pleas
jtibshirani commented on a change in pull request #166:
URL: https://github.com/apache/lucene/pull/166#discussion_r644395730
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/Lucene90HnswVectorFormat.java
##
@@ -76,14 +79,55 @@
static final int VERSION_ST
jtibshirani opened a new pull request #166:
URL: https://github.com/apache/lucene/pull/166
Previously, the max connections and beam width parameters could be
configured as
field type attributes. This PR moves them to be parameters on
Lucene90HnswVectorFormat, to avoid exposing details
chlorochrule commented on pull request #160:
URL: https://github.com/apache/lucene/pull/160#issuecomment-853248112
Thanks for explaining and reviewing again!
I fixed :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
zhaih commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r644172488
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -255,6 +260,32 @@ private boolean releaseBufferedT
zhaih commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r644165757
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -362,6 +394,48 @@ public boolean incrementToken()
zhaih commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r644165438
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -362,6 +378,40 @@ public boolean incrementToken()
jtibshirani commented on a change in pull request #160:
URL: https://github.com/apache/lucene/pull/160#discussion_r644158197
##
File path: lucene/core/src/test/org/apache/lucene/search/TestSynonymQuery.java
##
@@ -466,4 +467,26 @@ public void testRandomTopDocs() throws IOExcept
zhaih commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r644146024
##
File path: lucene/core/src/java/org/apache/lucene/util/automaton/StateSet.java
##
@@ -0,0 +1,107 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
zhaih commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r644142000
##
File path: lucene/core/src/java/org/apache/lucene/util/automaton/StateSet.java
##
@@ -0,0 +1,107 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
zhaih commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r644141734
##
File path: lucene/core/src/java/org/apache/lucene/util/automaton/Operations.java
##
@@ -676,7 +677,7 @@ public static Automaton determinize(Automaton a, int
zhaih commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r644138606
##
File path: lucene/core/build.gradle
##
@@ -20,6 +20,8 @@ apply plugin: 'java-library'
description = 'Lucene core library'
dependencies {
+ implementati
zhaih commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r644138606
##
File path: lucene/core/build.gradle
##
@@ -20,6 +20,8 @@ apply plugin: 'java-library'
description = 'Lucene core library'
dependencies {
+ implementati
[
https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355852#comment-17355852
]
Haoyu Zhai commented on LUCENE-9983:
+1 to have a set of regexps so that we can benc
[
https://issues.apache.org/jira/browse/LUCENE-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355808#comment-17355808
]
ASF subversion and git services commented on LUCENE-9905:
-
Commi
jtibshirani merged pull request #164:
URL: https://github.com/apache/lucene/pull/164
--
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.
For queries about this service, pleas
jtibshirani commented on pull request #164:
URL: https://github.com/apache/lucene/pull/164#issuecomment-853136935
Thanks for reviewing !
--
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 speci
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355764#comment-17355764
]
Michael McCandless commented on LUCENE-9987:
OK good to know, thanks everyon
chlorochrule commented on pull request #160:
URL: https://github.com/apache/lucene/pull/160#issuecomment-853065004
Thanks for reviewing, @jtibshirani !
I added `TestSynonymQuery#testRewrite` and fixed the same problem of
`CombinedFieldQuery`. I may not fully understand the meaning of:
janhoy commented on pull request #2503:
URL: https://github.com/apache/lucene-solr/pull/2503#issuecomment-853050898
Thanks, now let's see if this works...
--
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
janhoy merged pull request #2503:
URL: https://github.com/apache/lucene-solr/pull/2503
--
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.
For queries about this service, ple
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355745#comment-17355745
]
Uwe Schindler commented on LUCENE-9987:
---
Again: JDK 11 is unstable and was used to
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355737#comment-17355737
]
Uwe Schindler commented on LUCENE-9987:
---
ZGC in Java 11 is very early release. So
[
https://issues.apache.org/jira/browse/LUCENE-9962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-9962.
-
Fix Version/s: main (9.0)
Resolution: Fixed
> DrillSideways users should be able to opt-o
[
https://issues.apache.org/jira/browse/LUCENE-9979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller updated LUCENE-9979:
Component/s: (was: core/search)
modules/facet
> Implement negation of facet p
[
https://issues.apache.org/jira/browse/LUCENE-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-9944.
-
Fix Version/s: main (9.0)
Resolution: Fixed
> Implement alternative drill sideways faceti
[
https://issues.apache.org/jira/browse/LUCENE-9944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355718#comment-17355718
]
ASF subversion and git services commented on LUCENE-9944:
-
Commi
gsmiller merged pull request #142:
URL: https://github.com/apache/lucene/pull/142
--
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.
For queries about this service, please c
dweiss commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r643959663
##
File path: lucene/core/src/java/org/apache/lucene/util/automaton/StateSet.java
##
@@ -0,0 +1,107 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
gsmiller commented on a change in pull request #142:
URL: https://github.com/apache/lucene/pull/142#discussion_r643959302
##
File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSidewaysQuery.java
##
@@ -131,8 +185,24 @@ public boolean isCacheable(LeafReaderContext ctx
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355714#comment-17355714
]
Dawid Weiss commented on LUCENE-9987:
-
See build failure history here:
https://jenki
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355713#comment-17355713
]
Dawid Weiss commented on LUCENE-9987:
-
This is happening all the time on jenkins. Al
gsmiller commented on a change in pull request #142:
URL: https://github.com/apache/lucene/pull/142#discussion_r643949418
##
File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
##
@@ -233,11 +251,32 @@ public ScoreMode scoreMode() {
}
searcher.
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355694#comment-17355694
]
Robert Muir commented on LUCENE-9987:
-
ZAC though. Workaround: don't use ZGC
> JVM
msokolov commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r643925065
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -273,6 +260,32 @@ private boolean releaseBuffer
[
https://issues.apache.org/jira/browse/LUCENE-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355687#comment-17355687
]
Michael McCandless commented on LUCENE-9976:
Spooky that the seed only somet
[
https://issues.apache.org/jira/browse/LUCENE-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355684#comment-17355684
]
Michael Sokolov commented on LUCENE-9986:
-
[This SO
post|https://stackoverflow.
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-9987:
---
Attachment: hs_err_pid536810.log
> JVM 11.0.6 crash while trying to read term vector
[
https://issues.apache.org/jira/browse/LUCENE-9987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-9987:
---
Attachment: hs_err_pid529873.log
> JVM 11.0.6 crash while trying to read term vector
Michael McCandless created LUCENE-9987:
--
Summary: JVM 11.0.6 crash while trying to read term vectors in
CheckIndex?
Key: LUCENE-9987
URL: https://issues.apache.org/jira/browse/LUCENE-9987
Project
msokolov commented on a change in pull request #164:
URL: https://github.com/apache/lucene/pull/164#discussion_r643912033
##
File path:
lucene/core/src/test/org/apache/lucene/codecs/perfield/TestPerFieldVectorFormat.java
##
@@ -52,53 +52,54 @@ protected Codec getCodec() {
msokolov commented on a change in pull request #142:
URL: https://github.com/apache/lucene/pull/142#discussion_r643904768
##
File path: lucene/facet/src/java/org/apache/lucene/facet/DrillSideways.java
##
@@ -233,11 +251,32 @@ public ScoreMode scoreMode() {
}
searcher.
mikemccand commented on a change in pull request #163:
URL: https://github.com/apache/lucene/pull/163#discussion_r643866949
##
File path: lucene/core/build.gradle
##
@@ -20,6 +20,8 @@ apply plugin: 'java-library'
description = 'Lucene core library'
dependencies {
+ impleme
[
https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355644#comment-17355644
]
Michael McCandless commented on LUCENE-9983:
OK I opened LUCENE-9986.
> Sto
Michael McCandless created LUCENE-9986:
--
Summary: Create a simple "real world" regexp benchmark
Key: LUCENE-9986
URL: https://issues.apache.org/jira/browse/LUCENE-9986
Project: Lucene - Core
[
https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355642#comment-17355642
]
Michael McCandless commented on LUCENE-9983:
In the sort of "opposite extrem
glawson0 commented on pull request #157:
URL: https://github.com/apache/lucene/pull/157#issuecomment-852856814
I've fleshed out the comments for the 4 change areas explaining each area
and what tests exercise them. Do they help? are there areas you feel aren't
fully explained or that I cou
glawson0 commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r643770929
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -362,6 +378,40 @@ public boolean incrementToken
[
https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355600#comment-17355600
]
Bruno Roustant commented on LUCENE-9983:
How many states are manipulated?
If the
janhoy opened a new pull request #2503:
URL: https://github.com/apache/lucene-solr/pull/2503
This PR re-introduces the `ant precommit` github action for branch_8x, which
was removed when "wiping" master branch after the split.
--
This is an automated message from the Apache Git Service.
[
https://issues.apache.org/jira/browse/LUCENE-9985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355533#comment-17355533
]
Jan Høydahl edited comment on LUCENE-9985 at 6/2/21, 7:49 AM:
janhoy opened a new pull request #2502:
URL: https://github.com/apache/lucene-solr/pull/2502
See https://issues.apache.org/jira/browse/SOLR-15316
This is a backport of SOLR-15316 with mostly ivy changes. But in this 8x
branch, the upgrade also affects lucene-replicator module. So I f
[
https://issues.apache.org/jira/browse/LUCENE-9985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17355533#comment-17355533
]
Jan Høydahl commented on LUCENE-9985:
-
I tag this change in Lucene's CHANGES under 8
janhoy opened a new pull request #165:
URL: https://github.com/apache/lucene/pull/165
See https://issues.apache.org/jira/browse/LUCENE-9985
--
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 sp
Jan Høydahl created LUCENE-9985:
---
Summary: Upgrade Jetty to 9.4.41
Key: LUCENE-9985
URL: https://issues.apache.org/jira/browse/LUCENE-9985
Project: Lucene - Core
Issue Type: Task
Re
62 matches
Mail list logo