jpountz commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629881471
##
File path:
lucene/core/src/java/org/apache/lucene/util/bkd/MutablePointsReaderUtils.java
##
@@ -35,63 +37,60 @@
MutablePointsReaderUtils() {}
- /**
jpountz commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-837909869
Actually you don't need nightlyBench.py, you can use the standard python
script. I think the following should work to test out on larger documents:
- Download
https://home.apac
zacharymorn commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-837880326
> Thanks @mikemccand and @jpountz for the uploads!
>
> > The nightly benchmarks uses the binary form of wikibigall, to reduce
thread bottleneck when reading/parsing docum
zacharymorn commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-837864536
Thanks @mikemccand and @jpountz for the uploads!
> The nightly benchmarks uses the binary form of wikibigall, to reduce
thread bottleneck when reading/parsing documents
zacharymorn commented on pull request #113:
URL: https://github.com/apache/lucene/pull/113#issuecomment-837753531
I've also tried out smaller window sizes in the latest 2 commits (benchmark
results in the git commit message), and it appears that window size of 1024
might have better perfor
zacharymorn commented on a change in pull request #113:
URL: https://github.com/apache/lucene/pull/113#discussion_r629825600
##
File path: lucene/core/src/java/org/apache/lucene/search/BMMBulkScorer.java
##
@@ -0,0 +1,317 @@
+/*
+ * Licensed to the Apache Software Foundation (A
zacharymorn commented on a change in pull request #113:
URL: https://github.com/apache/lucene/pull/113#discussion_r629794667
##
File path: lucene/core/src/java/org/apache/lucene/search/BMMBulkScorer.java
##
@@ -0,0 +1,317 @@
+/*
+ * Licensed to the Apache Software Foundation (A
[
https://issues.apache.org/jira/browse/LUCENE-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller updated LUCENE-9952:
Affects Version/s: (was: 8.9)
main (9.0)
> FacetResult#value can be ina
[
https://issues.apache.org/jira/browse/LUCENE-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller updated LUCENE-9952:
Description:
As described in a dev@ list
[thread|http://mail-archives.apache.org/mod_mbox/lucene-
[
https://issues.apache.org/jira/browse/LUCENE-9953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342119#comment-17342119
]
Greg Miller commented on LUCENE-9953:
-
Created two PRs: one against {{branch_8x}} (i
[
https://issues.apache.org/jira/browse/LUCENE-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller updated LUCENE-9952:
Summary: FacetResult#value can be inaccurate in
SortedSetDocValueFacetCounts (was: FacetResult#va
gsmiller commented on pull request #2491:
URL: https://github.com/apache/lucene-solr/pull/2491#issuecomment-837256853
I've also created a pull request against the new repo here:
https://github.com/apache/lucene/pull/131
--
This is an automated message from the Apache Git Service.
To resp
gsmiller opened a new pull request #131:
URL: https://github.com/apache/lucene/pull/131
# Description
`LongValueFacetCounts` may produce inaccurate counts for `FacetResult#value`
in cases where docs are multi-valued. This fixes the bug. Note that I'm
proposing this change be include
gsmiller opened a new pull request #2491:
URL: https://github.com/apache/lucene-solr/pull/2491
LongValueFacetCounts is not populating FacetResult#value correctly for cases
where a doc is multi-valued. This addresses the bug.
--
This is an automated message from the Apache Git Service.
To
[
https://issues.apache.org/jira/browse/LUCENE-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342079#comment-17342079
]
Greg Miller commented on LUCENE-9952:
-
I've spun off LUCENE-9953 to track just the f
Greg Miller created LUCENE-9953:
---
Summary: FacetResult#value is inaccurate in LongValueFacetCounts
for multi-value docs
Key: LUCENE-9953
URL: https://issues.apache.org/jira/browse/LUCENE-9953
Project: L
[
https://issues.apache.org/jira/browse/LUCENE-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17342068#comment-17342068
]
Greg Miller commented on LUCENE-9952:
-
Hmm, this is actually a bit trickier for {{So
jpountz commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629535798
##
File path: lucene/core/src/java/org/apache/lucene/util/StableMSBRadixSorter.java
##
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
jpountz commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629526267
##
File path: lucene/core/src/java/org/apache/lucene/util/StableMSBRadixSorter.java
##
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
[
https://issues.apache.org/jira/browse/LUCENE-9952?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341997#comment-17341997
]
Greg Miller commented on LUCENE-9952:
-
I've made this change locally and just need t
Greg Miller created LUCENE-9952:
---
Summary: FacetResult#value should consistently report doc count,
not field count
Key: LUCENE-9952
URL: https://issues.apache.org/jira/browse/LUCENE-9952
Project: Lucene
neoremind commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629484180
##
File path:
lucene/core/src/java/org/apache/lucene/util/bkd/MutablePointsReaderUtils.java
##
@@ -35,63 +37,60 @@
MutablePointsReaderUtils() {}
- /
neoremind commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629482757
##
File path: lucene/core/src/java/org/apache/lucene/codecs/MutablePointValues.java
##
@@ -41,4 +41,10 @@ protected MutablePointValues() {}
/** Swap the
[
https://issues.apache.org/jira/browse/LUCENE-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341985#comment-17341985
]
David Smiley commented on LUCENE-9836:
--
Is there any chance this is related to the
jpountz commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-836880288
Wonderful, thanks @mikemccand !
--
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
mikemccand commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-836879100
> FWIW the file I have locally is enwiki-20130102-lines.txt, not the
enwiki-20100302-pages-articles-lines.txt file that luceneutil refers to.
Aha! I have that one locally
neoremind commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629480227
##
File path: lucene/core/src/java/org/apache/lucene/util/StableMSBRadixSorter.java
##
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software Foundation (A
jpountz commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-836811596
@mikemccand I'll try to do it overnight as I have a terrible uplink. FWIW
the file I have locally is `enwiki-20130102-lines.txt`, not the
`enwiki-20100302-pages-articles-lines.txt`
mikemccand commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-836788286
> > I also tried to run wikibigall as well, which seems to require
enwiki-20100302-pages-articles-lines.txt but it's not downloaded by the util.
It appears the archive should be
jpountz commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629124298
##
File path: lucene/core/src/java/org/apache/lucene/codecs/MutablePointValues.java
##
@@ -41,4 +41,10 @@ protected MutablePointValues() {}
/** Swap the i
jpountz commented on a change in pull request #91:
URL: https://github.com/apache/lucene/pull/91#discussion_r629121558
##
File path: lucene/core/src/java/org/apache/lucene/util/StableMSBRadixSorter.java
##
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
jpountz commented on a change in pull request #113:
URL: https://github.com/apache/lucene/pull/113#discussion_r629112286
##
File path: lucene/core/src/java/org/apache/lucene/search/BMMBulkScorer.java
##
@@ -0,0 +1,317 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
jpountz commented on pull request #101:
URL: https://github.com/apache/lucene/pull/101#issuecomment-836296845
> I cherry-picked your commit and pushed to this branch / PR to further
explore the changes and their effect, hope that's ok.
Of course!
> I also tried to run wikibiga
33 matches
Mail list logo