jpountz commented on a change in pull request #262:
URL: https://github.com/apache/lucene/pull/262#discussion_r696363685
##
File path:
lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextKnnVectorsReader.java
##
@@ -140,7 +147,38 @@ public VectorValues getVect
jpountz merged pull request #260:
URL: https://github.com/apache/lucene/pull/260
--
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..
[
https://issues.apache.org/jira/browse/LUCENE-9613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405028#comment-17405028
]
ASF subversion and git services commented on LUCENE-9613:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405029#comment-17405029
]
ASF subversion and git services commented on LUCENE-10067:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405034#comment-17405034
]
Dawid Weiss commented on LUCENE-9990:
-
I actually ran those already. One of the gene
[
https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405039#comment-17405039
]
Uwe Schindler commented on LUCENE-9990:
---
Hi,
Jenkins seems Happy on Windows, Linux
[
https://issues.apache.org/jira/browse/LUCENE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405043#comment-17405043
]
Dawid Weiss commented on LUCENE-9990:
-
Everything works up to JDK16 -- I'll commit L
dweiss commented on pull request #259:
URL: https://github.com/apache/lucene/pull/259#issuecomment-906189898
Things are always easy, once solved. :)
--
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
dweiss merged pull request #259:
URL: https://github.com/apache/lucene/pull/259
--
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...
[
https://issues.apache.org/jira/browse/LUCENE-10066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-10066.
--
Fix Version/s: main (9.0)
Assignee: Dawid Weiss
Resolution: Fixed
> Build doe
[
https://issues.apache.org/jira/browse/LUCENE-10066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405045#comment-17405045
]
ASF subversion and git services commented on LUCENE-10066:
--
Co
Dawid Weiss created LUCENE-10072:
Summary: Regenerate FST dictionaries (they're out of sync)
Key: LUCENE-10072
URL: https://issues.apache.org/jira/browse/LUCENE-10072
Project: Lucene - Core
I
[
https://issues.apache.org/jira/browse/LUCENE-10072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405063#comment-17405063
]
Dawid Weiss commented on LUCENE-10072:
--
The change is due to: LUCENE-9047: Directo
dweiss merged pull request #265:
URL: https://github.com/apache/lucene/pull/265
--
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...
[
https://issues.apache.org/jira/browse/LUCENE-10072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405095#comment-17405095
]
ASF subversion and git services commented on LUCENE-10072:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405096#comment-17405096
]
ASF subversion and git services commented on LUCENE-9047:
-
Commi
[
https://issues.apache.org/jira/browse/LUCENE-10072?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-10072.
--
Fix Version/s: main (9.0)
Resolution: Fixed
> Regenerate FST dictionaries (they're out
[
https://issues.apache.org/jira/browse/LUCENE-10068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405108#comment-17405108
]
Gautam Worah commented on LUCENE-10068:
---
Some history here: We previously had a[
[
https://issues.apache.org/jira/browse/LUCENE-10068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405108#comment-17405108
]
Gautam Worah edited comment on LUCENE-10068 at 8/26/21, 9:48 AM:
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r696495553
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +348,140 @@ public FacetLabe
mikemccand commented on pull request #264:
URL: https://github.com/apache/lucene/pull/264#issuecomment-906312429
> In benchmarks, using numeric doc values to store taxonomy facet ordinals
shows almost a 400% qps improvement in browse-related taxonomy-based tasks
(instead of custom delta-en
mikemccand commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696530876
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -410,7 +411,16 @@ private void processFacetFields(
// Facet c
mikemccand commented on pull request #264:
URL: https://github.com/apache/lucene/pull/264#issuecomment-906343623
I think a simple approach for the back-compat is to switch on
`SegmentInfos.getIndexCreatedVersionMajor()`. If the index was created
pre-8.10, then we use the legacy encoding (
jpountz commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696569831
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -410,7 +411,16 @@ private void processFacetFields(
// Facet coun
Adrien Grand created LUCENE-10073:
-
Summary: Allow very small merges to merge more than
segmentsPerTier segments?
Key: LUCENE-10073
URL: https://issues.apache.org/jira/browse/LUCENE-10073
Project: Luc
[
https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405211#comment-17405211
]
ASF subversion and git services commented on LUCENE-9917:
-
Commi
jpountz merged pull request #257:
URL: https://github.com/apache/lucene/pull/257
--
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..
gsmiller merged pull request #261:
URL: https://github.com/apache/lucene/pull/261
--
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.
gsmiller commented on pull request #261:
URL: https://github.com/apache/lucene/pull/261#issuecomment-906397479
Thanks @zacharymorn for the quick review and double-checking the fix against
your PR!
--
This is an automated message from the Apache Git Service.
To respond to the message, ple
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405215#comment-17405215
]
ASF subversion and git services commented on LUCENE-10060:
--
Co
colvinco commented on pull request #2560:
URL: https://github.com/apache/lucene-solr/pull/2560#issuecomment-906404688
@epugh fyi
--
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 comm
[
https://issues.apache.org/jira/browse/LUCENE-10062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405218#comment-17405218
]
Greg Miller commented on LUCENE-10062:
--
Hmm, so I ran an internal benchmarking too
gsmiller opened a new pull request #2561:
URL: https://github.com/apache/lucene-solr/pull/2561
Backport of a bug fix from `main`
--
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 comm
wuda0112 commented on pull request #224:
URL: https://github.com/apache/lucene/pull/224#issuecomment-906430050
> This looks good to me. Since we don't need to encode these numbers
differently maybe we could have a single abstract method, e.g.
>
> MultiLevelSkipListWriter
>
> `
gsmiller merged pull request #2561:
URL: https://github.com/apache/lucene-solr/pull/2561
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10060.
--
Fix Version/s: 8.10
main (9.0)
Resolution: Fixed
> Ensure DrillSide
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405242#comment-17405242
]
ASF subversion and git services commented on LUCENE-10060:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405244#comment-17405244
]
ASF subversion and git services commented on LUCENE-9917:
-
Commi
jpountz commented on pull request #224:
URL: https://github.com/apache/lucene/pull/224#issuecomment-906442903
Ah, I see what you mean. Let's ignore my suggestion then and go with your
initial suggestion.
--
This is an automated message from the Apache Git Service.
To respond to the messa
[
https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-9917.
--
Fix Version/s: 8.10
Resolution: Fixed
> Reduce block size for BEST_SPEED
>
[
https://issues.apache.org/jira/browse/LUCENE-9917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405249#comment-17405249
]
Adrien Grand commented on LUCENE-9917:
--
Thank you [~rcmuir]!
> Reduce block size f
wuda0112 commented on pull request #224:
URL: https://github.com/apache/lucene/pull/224#issuecomment-906451844
Ok , got it. I will keep work on it. Thanks for your patience
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
xiaoshi2013 removed a comment on pull request #253:
URL: https://github.com/apache/lucene/pull/253#issuecomment-905706189
> Thanks @xiaoshi2013! Could you also open a backport PR against
[`branch_8x` in `lucene-solr` github
repository](https://github.com/apache/lucene-solr/tree/branch_8x)?
xiaoshi2013 commented on pull request #2559:
URL: https://github.com/apache/lucene-solr/pull/2559#issuecomment-906463308
Hi @mikemccand As you suggested, I have also submitted a PR for lucene_8x:
LUCENE-10051.
--
This is an automated message from the Apache Git Service.
To respon
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405269#comment-17405269
]
Adrien Grand commented on LUCENE-10060:
---
bq. I assume what's going on here is th
mikemccand commented on pull request #2559:
URL: https://github.com/apache/lucene-solr/pull/2559#issuecomment-906475832
Awesome, thanks! I'll review and push.
Mike McCandless
http://blog.mikemccandless.com
On Thu, Aug 26, 2021 at 10:28 AM xiaoshi ***@***.***> wrote:
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405278#comment-17405278
]
Adrien Grand commented on LUCENE-10060:
---
[~gsmiller] Your recent push seems to be
msokolov commented on a change in pull request #262:
URL: https://github.com/apache/lucene/pull/262#discussion_r696706087
##
File path:
lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextKnnVectorsReader.java
##
@@ -140,7 +147,38 @@ public VectorValues getVec
jpountz commented on a change in pull request #262:
URL: https://github.com/apache/lucene/pull/262#discussion_r696747416
##
File path:
lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextKnnVectorsReader.java
##
@@ -140,7 +145,36 @@ public VectorValues getVect
rmuir commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696756609
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/DocValuesOrdinalsReader.java
##
@@ -59,16 +53,21 @@ public void get(int docID, IntsRef or
rmuir commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696757277
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/DocValuesOrdinalsReader.java
##
@@ -59,16 +53,21 @@ public void get(int docID, IntsRef or
mayya-sharipova opened a new pull request #267:
URL: https://github.com/apache/lucene/pull/267
This patch handles hierarchy in graph construction and search,
but only in memory.
Work left for future: handle hierarchy on disk
--
This is an automated message from the Apache Git Se
epugh merged pull request #2560:
URL: https://github.com/apache/lucene-solr/pull/2560
--
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-unsub
gsmiller commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696806470
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -410,7 +411,16 @@ private void processFacetFields(
// Facet cou
gsmiller commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696809143
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -410,7 +411,16 @@ private void processFacetFields(
// Facet cou
gsmiller commented on a change in pull request #264:
URL: https://github.com/apache/lucene/pull/264#discussion_r696810061
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/DocValuesOrdinalsReader.java
##
@@ -41,12 +40,7 @@ public DocValuesOrdinalsReader(Stri
jtibshirani commented on a change in pull request #262:
URL: https://github.com/apache/lucene/pull/262#discussion_r696839771
##
File path:
lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextKnnVectorsReader.java
##
@@ -140,7 +147,38 @@ public VectorValues get
jtibshirani commented on a change in pull request #262:
URL: https://github.com/apache/lucene/pull/262#discussion_r696842465
##
File path:
lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextKnnVectorsReader.java
##
@@ -140,7 +147,38 @@ public VectorValues get
[
https://issues.apache.org/jira/browse/LUCENE-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10067.
---
Fix Version/s: main (9.0)
Resolution: Fixed
New benchmark results look good:
https:/
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405441#comment-17405441
]
Greg Miller commented on LUCENE-10060:
--
[~jpountz] thanks for the heads up. I'll d
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405449#comment-17405449
]
Greg Miller commented on LUCENE-10060:
--
OK, I think I actually broke the tests, no
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r696969300
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +349,139 @@ public FacetLabe
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r696973661
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestDirectoryTaxonomyReader.java
##
@@ -567,4 +567,39 @@ public void te
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r696973661
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestDirectoryTaxonomyReader.java
##
@@ -567,4 +567,39 @@ public void te
[
https://issues.apache.org/jira/browse/LUCENE-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405467#comment-17405467
]
Greg Miller edited comment on LUCENE-10033 at 8/26/21, 9:07 PM:
-
[
https://issues.apache.org/jira/browse/LUCENE-10033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405467#comment-17405467
]
Greg Miller commented on LUCENE-10033:
--
[~weizijun] thanks for running this! The "
[
https://issues.apache.org/jira/browse/LUCENE-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405470#comment-17405470
]
Greg Miller commented on LUCENE-9969:
-
[~chengfengfeng] glad you were able to find a
[
https://issues.apache.org/jira/browse/LUCENE-9969?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-9969.
-
Resolution: Information Provided
> DirectoryTaxonomyReader.taxoArray占用内存较大导致系统OOM宕机
> --
[
https://issues.apache.org/jira/browse/LUCENE-10067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405480#comment-17405480
]
Robert Muir commented on LUCENE-10067:
--
Thank you [~jpountz], now we are better of
damianparus closed pull request #175:
URL: https://github.com/apache/lucene-solr/pull/175
--
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-u
gsmiller merged pull request #268:
URL: https://github.com/apache/lucene/pull/268
--
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.
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405481#comment-17405481
]
ASF subversion and git services commented on LUCENE-10060:
--
Co
gsmiller merged pull request #2562:
URL: https://github.com/apache/lucene-solr/pull/2562
--
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
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405483#comment-17405483
]
ASF subversion and git services commented on LUCENE-10060:
--
Co
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r697014864
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +348,140 @@ public FacetLabe
gautamworah96 commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r696973661
##
File path:
lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestDirectoryTaxonomyReader.java
##
@@ -567,4 +567,39 @@ public void te
[
https://issues.apache.org/jira/browse/LUCENE-10059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405507#comment-17405507
]
Anh Dung Bui commented on LUCENE-10059:
---
Since both of them are depending on anal
sonatype-lift[bot] commented on a change in pull request #179:
URL: https://github.com/apache/lucene/pull/179#discussion_r697042596
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyReader.java
##
@@ -351,12 +348,140 @@ public Face
gsmiller commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r697046771
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/ReadTask.java
##
@@ -180,6 +185,7 @@ protected int withTopDocs(IndexSearch
gsmiller commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r697047554
##
File path: lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java
##
@@ -527,7 +503,10 @@ public TopDocs search(Query query, int n) throws
IOE
gsmiller commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r697049547
##
File path:
lucene/core/src/java/org/apache/lucene/search/TopScoreDocCollectorManager.java
##
@@ -0,0 +1,142 @@
+/*
+ * Licensed to the Apache Software F
[
https://issues.apache.org/jira/browse/LUCENE-10060?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17405515#comment-17405515
]
Greg Miller commented on LUCENE-10060:
--
[~jpountz] agreed that it would be nice to
Zach Chen created LUCENE-10074:
--
Summary: Remove unneeded default value assignment
Key: LUCENE-10074
URL: https://issues.apache.org/jira/browse/LUCENE-10074
Project: Lucene - Core
Issue Type: Ta
zacharymorn commented on a change in pull request #128:
URL: https://github.com/apache/lucene/pull/128#discussion_r697140951
##
File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java
##
@@ -3622,6 +3860,7 @@ public static void main(String[] args) throws
IOExce
zacharymorn commented on a change in pull request #128:
URL: https://github.com/apache/lucene/pull/128#discussion_r697140979
##
File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java
##
@@ -605,209 +681,115 @@ public Status checkIndex(List onlySegments)
throws
zacharymorn commented on a change in pull request #128:
URL: https://github.com/apache/lucene/pull/128#discussion_r697141222
##
File path:
lucene/test-framework/src/java/org/apache/lucene/store/MockDirectoryWrapper.java
##
@@ -895,7 +895,11 @@ public synchronized void close()
zacharymorn commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r697150848
##
File path:
lucene/core/src/java/org/apache/lucene/search/TopScoreDocCollectorManager.java
##
@@ -0,0 +1,142 @@
+/*
+ * Licensed to the Apache Softwar
zacharymorn commented on a change in pull request #240:
URL: https://github.com/apache/lucene/pull/240#discussion_r697155622
##
File path:
lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/ReadTask.java
##
@@ -180,6 +185,7 @@ protected int withTopDocs(IndexSea
wuda0112 commented on pull request #224:
URL: https://github.com/apache/lucene/pull/224#issuecomment-906934607
Now, there has no binary content gets written to the file !
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
89 matches
Mail list logo