[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353956#comment-17353956
]
Robert Muir commented on LUCENE-9981:
-
There's no reason to rush fixes/backports for
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353964#comment-17353964
]
Ori D commented on LUCENE-9981:
---
[~rcmuir],
We don't expose the entire elasticsearch DSL
chlorochrule opened a new pull request #160:
URL: https://github.com/apache/lucene/pull/160
# Description
> When rewriting a SynonymQuery with a single term, we create a BoostQuery
wrapping a TermQuery.
However,
> it now multiplies the final TermQuery sco
[
https://issues.apache.org/jira/browse/LUCENE-9823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353967#comment-17353967
]
Naoto Minami commented on LUCENE-9823:
--
+1
I created a PR to fix this.
Thanks.
>
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353970#comment-17353970
]
Michael McCandless commented on LUCENE-9981:
{quote}We can add a simple note
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353972#comment-17353972
]
Robert Muir commented on LUCENE-9981:
-
It is probably enough bits? I originally like
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353993#comment-17353993
]
Michael McCandless commented on LUCENE-9981:
{quote}So if the user has {{new
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17353994#comment-17353994
]
Robert Muir commented on LUCENE-9981:
-
Even with no API break, I don't want these ch
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354008#comment-17354008
]
Michael McCandless commented on LUCENE-9981:
{quote}Even with no API break,
gsmiller opened a new pull request #58:
URL: https://github.com/apache/lucene-site/pull/58
--
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,
[
https://issues.apache.org/jira/browse/LUCENE-9981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-9981:
---
Attachment: LUCENE-9981.patch
Status: Open (was: Open)
Another iteration!
gsmiller commented on a change in pull request #149:
URL: https://github.com/apache/lucene/pull/149#discussion_r642091782
##
File path:
lucene/facet/src/java/org/apache/lucene/facet/taxonomy/TaxonomyFacets.java
##
@@ -16,15 +16,17 @@
*/
package org.apache.lucene.facet.taxon
zacharymorn commented on pull request #128:
URL: https://github.com/apache/lucene/pull/128#issuecomment-851028668
I've gone ahead and reverted the changes to parallelize within segment, and
then added the code that used many of the same ideas to parallelize across
segments - with 11 thread
zacharymorn commented on pull request #128:
URL: https://github.com/apache/lucene/pull/128#issuecomment-851030385
Oh one more thing. As the log output was buffered during parallel execution
and printed later in sequential fashion to maintain order, to help out those
who might be eager to s
zhaih commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r642115419
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -193,14 +194,25 @@ private boolean releaseBuffered
zhaih commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r642115585
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -240,7 +252,13 @@ private boolean releaseBufferedT
zhaih commented on a change in pull request #157:
URL: https://github.com/apache/lucene/pull/157#discussion_r642116290
##
File path:
lucene/analysis/common/src/java/org/apache/lucene/analysis/core/FlattenGraphFilter.java
##
@@ -362,6 +378,40 @@ public boolean incrementToken()
sqshq commented on a change in pull request #149:
URL: https://github.com/apache/lucene/pull/149#discussion_r642119150
##
File path: lucene/facet/src/java/org/apache/lucene/facet/FacetsConfig.java
##
@@ -157,6 +157,11 @@ public DimConfig getDimConfig(String dimName) {
retu
gsmiller commented on pull request #58:
URL: https://github.com/apache/lucene-site/pull/58#issuecomment-851066900
Thanks @zacharymorn. It looks like my write permissions aren’t there yet so
I’ll get that sorted out and merge this.
--
This is an automated message from the Apache Git Serv
zacharymorn commented on pull request #58:
URL: https://github.com/apache/lucene-site/pull/58#issuecomment-851074580
Oh have you performed this setup? :D
https://github.com/apache/lucene-site/pull/56#issuecomment-823772980
--
This is an automated message from the Apache Git Service.
To r
zacharymorn commented on pull request #128:
URL: https://github.com/apache/lucene/pull/128#issuecomment-851080738
Latest ok output from 12 threads (my machine actually only has 6 physical
cores though) :
```
4:39:26 PM: Executing task 'CheckIndex.main()'...
> Task :buildSr
gsmiller commented on pull request #58:
URL: https://github.com/apache/lucene-site/pull/58#issuecomment-851128062
@zacharymorn ah, that's what I needed. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
gsmiller merged pull request #58:
URL: https://github.com/apache/lucene-site/pull/58
--
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
gsmiller merged pull request #127:
URL: https://github.com/apache/lucene/pull/127
--
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
[
https://issues.apache.org/jira/browse/LUCENE-9946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354184#comment-17354184
]
ASF subversion and git services commented on LUCENE-9946:
-
Commi
gsmiller opened a new pull request #59:
URL: https://github.com/apache/lucene-site/pull/59
--
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,
gsmiller closed pull request #59:
URL: https://github.com/apache/lucene-site/pull/59
--
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
zacharymorn commented on pull request #128:
URL: https://github.com/apache/lucene/pull/128#issuecomment-851169333
Some test results with corrupted index (`_gx_Lucene90_0.dvd`):
### Full check
```
> Task :lucene:core:CheckIndex.main()
NOTE: testing will be more thorough if
[
https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354225#comment-17354225
]
Haoyu Zhai commented on LUCENE-9983:
Hi Mike,
So if I understand correctly what we
[
https://issues.apache.org/jira/browse/LUCENE-9983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17354237#comment-17354237
]
Haoyu Zhai commented on LUCENE-9983:
Oh I realized we're still gonna iterate on thos
30 matches
Mail list logo