Yuti-G commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r909238996
##
lucene/demo/src/java/org/apache/lucene/demo/facet/DistanceFacetsExample.java:
##
@@ -212,7 +212,26 @@ public static Query getBoundingBoxQuery(
}
/** User runs a q
Yuti-G commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r909227446
##
lucene/facet/src/java/org/apache/lucene/facet/range/RangeFacetCounts.java:
##
@@ -232,20 +233,43 @@ public FacetResult getAllChildren(String dim, String...
path) throws
Yuti-G commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r909227446
##
lucene/facet/src/java/org/apache/lucene/facet/range/RangeFacetCounts.java:
##
@@ -232,20 +233,43 @@ public FacetResult getAllChildren(String dim, String...
path) throws
Title: Message Title
Ignacio Vera commente
mocobeta commented on issue #993:
URL: https://github.com/apache/lucene/issues/993#issuecomment-1169535375
Thanks @LuXugang for noticing this.
To devs,
I will keep issues enabled for a while, please feel free to test and play
around it.
--
This is an automated message from the A
LuXugang commented on issue #993:
URL: https://github.com/apache/lucene/issues/993#issuecomment-1169533099
A new start, Thanks for your great work 😊
--
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 t
mocobeta commented on issue #994:
URL: https://github.com/apache/lucene/issues/994#issuecomment-1169533110
Confirmed that notification mails were sent to issues@lucene.apache.org when
opening/closing an issue, and adding comments.
Looks fine.
--
This is an automated message from the Ap
mocobeta closed issue #994: Notification test
URL: https://github.com/apache/lucene/issues/994
--
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-un
mocobeta opened a new issue, #994:
URL: https://github.com/apache/lucene/issues/994
Notifications should be sent to `issues@lucene.apache.org`
--
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
zacharymorn commented on PR #972:
URL: https://github.com/apache/lucene/pull/972#issuecomment-1169526849
Here are the latest benchmark results after the update:
```
TaskQPS baseline StdDevQPS
my_modified_version StdDevPct diff p-val
mocobeta commented on issue #993:
URL: https://github.com/apache/lucene/issues/993#issuecomment-1169525142
Verified that external contributors cannot modify labels.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
U
mocobeta opened a new issue, #993:
URL: https://github.com/apache/lucene/issues/993
It's a test issue.
Please do not use GitHub issues until the migration will have done; Issues
should be raised in [Jira](https://issues.apache.org/jira/projects/LUCENE/).
--
This is an automated message
Title: Message Title
ASF subversion and gi
mocobeta merged PR #988:
URL: https://github.com/apache/lucene/pull/988
--
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.apache
zacharymorn commented on code in PR #972:
URL: https://github.com/apache/lucene/pull/972#discussion_r909134436
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -0,0 +1,314 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
zacharymorn commented on code in PR #972:
URL: https://github.com/apache/lucene/pull/972#discussion_r909131493
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -0,0 +1,314 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
zacharymorn commented on code in PR #972:
URL: https://github.com/apache/lucene/pull/972#discussion_r909131198
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -0,0 +1,314 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
mayya-sharipova commented on PR #992:
URL: https://github.com/apache/lucene/pull/992#issuecomment-1169371144
I still need to run benchmarking to make sure there are no regression, but
opening a PR to get an initial review.
--
This is an automated message from the Apache Git Service.
To re
mayya-sharipova opened a new pull request, #992:
URL: https://github.com/apache/lucene/pull/992
Currently, when indexing knn vectors, we buffer them in memory and
on flush during a segment construction we build an HNSW graph.
As building an HNSW graph is very expensive, this makes flush
gsmiller commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r908942536
##
lucene/demo/src/java/org/apache/lucene/demo/facet/DistanceFacetsExample.java:
##
@@ -212,7 +212,26 @@ public static Query getBoundingBoxQuery(
}
/** User runs a
gsmiller commented on code in PR #974:
URL: https://github.com/apache/lucene/pull/974#discussion_r908941811
##
lucene/facet/src/java/org/apache/lucene/facet/range/RangeFacetCounts.java:
##
@@ -232,20 +233,43 @@ public FacetResult getAllChildren(String dim, String...
path) throw
jtibshirani commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r908941633
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -225,6 +225,11 @@ public BitSetIterator getIterator(int contextOrd) {
return new BitS
Title: Message Title
Robert Muir commented
Title: Message Title
Robert Muir commented
kaivalnp commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r908869810
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -225,6 +225,11 @@ public BitSetIterator getIterator(int contextOrd) {
return new BitSetI
kaivalnp commented on code in PR #951:
URL: https://github.com/apache/lucene/pull/951#discussion_r908867024
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k,
Query filter) {
Title: Message Title
Marc D'Mello created
Title: Message Title
Marc D'Mello created
Title: Message Title
Greg Miller resolved
Title: Message Title
Ignacio Vera commente
Title: Message Title
Ignacio Vera commente
Title: Message Title
Robert Muir commented
Title: Message Title
Robert Muir commented
madrob commented on PR #989:
URL: https://github.com/apache/lucene/pull/989#issuecomment-1168939508
Both the old index in d64900e and the regenerated index in f158be9 came off
of branch_8_11, and more specifically the 8.11.2 release tag. I don't
understand why they are different though. Old
jpountz commented on code in PR #972:
URL: https://github.com/apache/lucene/pull/972#discussion_r908672681
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -0,0 +1,314 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
zacharymorn commented on code in PR #972:
URL: https://github.com/apache/lucene/pull/972#discussion_r908663130
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -0,0 +1,314 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or
msokolov commented on PR #926:
URL: https://github.com/apache/lucene/pull/926#issuecomment-1168906824
Yes please go ahead and backport the codec version upgrade to 9.x
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
msokolov commented on PR #924:
URL: https://github.com/apache/lucene/pull/924#issuecomment-1168905880
Well, maybe we should wait until there is some actual change to be applied?
Otherwise ... no, it should be fine to cherry-pick
On Tue, Jun 28, 2022 at 9:52 AM Alessandro Benedet
Title: Message Title
Tomoko Uchida edited
Title: Message Title
Tomoko Uchida comment
Title: Message Title
Ignacio Vera commente
alessandrobenedetti commented on PR #926:
URL: https://github.com/apache/lucene/pull/926#issuecomment-1168758957
I was planning to cherry pick this to
[branch_9x](https://github.com/apache/lucene/tree/branch_9x) but I found a
conflict related to the lack of cherry picking of this commit:
h
alessandrobenedetti commented on PR #924:
URL: https://github.com/apache/lucene/pull/924#issuecomment-1168755985
Any reason this has not been cherry-picked to
[branch_9x](https://github.com/apache/lucene/tree/branch_9x) ?
--
This is an automated message from the Apache Git Service.
To res
dweiss merged PR #991:
URL: https://github.com/apache/lucene/pull/991
--
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.apache.o
Title: Message Title
Dawid Weiss commented
Title: Message Title
ASF subversion and gi
alessandrobenedetti merged PR #926:
URL: https://github.com/apache/lucene/pull/926
--
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...@lu
Title: Message Title
Tomoko Uchida edited
Title: Message Title
Robert Muir commented
Title: Message Title
Greg Miller commented
Title: Message Title
Robert Muir commented
msokolov commented on code in PR #951:
URL: https://github.com/apache/lucene/pull/951#discussion_r908461540
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k,
Query filter) {
Title: Message Title
Tomoko Uchida comment
Title: Message Title
Ignacio Vera commente
Title: Message Title
Robert Muir commented
uschindler commented on code in PR #978:
URL: https://github.com/apache/lucene/pull/978#discussion_r908355653
##
lucene/core/src/java/org/apache/lucene/index/IndexWriter.java:
##
@@ -4775,14 +4775,14 @@ private static void setDiagnostics(SegmentInfo info,
String source, Map
Title: Message Title
Uwe Schindler edited
Title: Message Title
Uwe Schindler comment
Title: Message Title
Tomoko Uchida comment
Title: Message Title
Tomoko Uchida edited
Title: Message Title
Tomoko Uchida comment
Title: Message Title
Uwe Schindler edited
Title: Message Title
Tomoko Uchida edited
Title: Message Title
Uwe Schindler edited
Title: Message Title
Uwe Schindler comment
Title: Message Title
Tomoko Uchida comment
iverase commented on PR #979:
URL: https://github.com/apache/lucene/pull/979#issuecomment-1168539694
I make a quick check if this patch by indexing 50 million documents in a
sorted index. The documents just contain a SortedDocValues with a 10 bytes
term. I checked the index size and the spe
Title: Message Title
Tomoko Uchida updated
Title: Message Title
Tomoko Uchida comment
Title: Message Title
Tomoko Uchida updated
Title: Message Title
fang hou commented on
Title: Message Title
Dawid Weiss commented
uschindler commented on code in PR #978:
URL: https://github.com/apache/lucene/pull/978#discussion_r908184454
##
lucene/core/src/java/org/apache/lucene/util/Constants.java:
##
@@ -84,10 +97,27 @@ private Constants() {} // can't construct
JRE_IS_64BIT = is64Bit;
}
- pu
Title: Message Title
Uwe Schindler comment
Title: Message Title
Adrien Grand commente
Title: Message Title
Uwe Schindler comment
uschindler commented on code in PR #978:
URL: https://github.com/apache/lucene/pull/978#discussion_r908210561
##
lucene/core/src/java/org/apache/lucene/index/IndexWriter.java:
##
@@ -4775,14 +4775,14 @@ private static void setDiagnostics(SegmentInfo info,
String source, Map
uschindler commented on code in PR #978:
URL: https://github.com/apache/lucene/pull/978#discussion_r908185028
##
lucene/core/src/java/org/apache/lucene/util/Constants.java:
##
@@ -84,10 +97,27 @@ private Constants() {} // can't construct
JRE_IS_64BIT = is64Bit;
}
- pu
uschindler commented on code in PR #978:
URL: https://github.com/apache/lucene/pull/978#discussion_r908184454
##
lucene/core/src/java/org/apache/lucene/util/Constants.java:
##
@@ -84,10 +97,27 @@ private Constants() {} // can't construct
JRE_IS_64BIT = is64Bit;
}
- pu
uschindler commented on code in PR #978:
URL: https://github.com/apache/lucene/pull/978#discussion_r908181282
##
lucene/core/src/java/org/apache/lucene/index/IndexWriter.java:
##
@@ -4775,14 +4775,14 @@ private static void setDiagnostics(SegmentInfo info,
String source, Map
jpountz commented on PR #989:
URL: https://github.com/apache/lucene/pull/989#issuecomment-1168391661
What sort of failures did you get? I wonder if it would make things easier
to copy indexes that have been produced on `branch_8_11` instead of
regenerating them from the `main` branch.
--
jpountz commented on code in PR #967:
URL: https://github.com/apache/lucene/pull/967#discussion_r908179203
##
lucene/core/src/java/org/apache/lucene/index/SortedSetDocValuesWriter.java:
##
@@ -415,34 +419,45 @@ public BytesRef lookupOrd(long ord) throws IOException {
public
jpountz commented on code in PR #972:
URL: https://github.com/apache/lucene/pull/972#discussion_r908131031
##
lucene/core/src/java/org/apache/lucene/search/BlockMaxMaxscoreScorer.java:
##
@@ -0,0 +1,314 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
83 matches
Mail list logo