[
https://issues.apache.org/jira/browse/LUCENE-10601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17550849#comment-17550849
]
Adrien Grand commented on LUCENE-10601:
---
This is an old version, but this bit of
shaie commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1148322035
> Ok, if this is the case, then should we provide more out of the box
`FacetSetMatcher` classes (like a `double` and a `long` implementation for
starters)
Yes absolutely! I wrote somewh
craigtaverner opened a new pull request, #946:
URL: https://github.com/apache/lucene/pull/946
### Add Tessellation monitor for easier debugging of triangulation algorithm
While working on https://github.com/apache/lucene/pull/933, it was found to
be very, very helpful to visualize the
gsmiller commented on PR #927:
URL: https://github.com/apache/lucene/pull/927#issuecomment-1148572509
> [...] if you are running a distributed search, the search would fan out to
shards, and there might be some networking and queueing involved. The time that
matters to users is the total ti
msokolov commented on code in PR #932:
URL: https://github.com/apache/lucene/pull/932#discussion_r891169857
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -225,6 +225,11 @@ public BitSetIterator getIterator(int contextOrd) {
return new BitSetI
jpountz commented on PR #921:
URL: https://github.com/apache/lucene/pull/921#issuecomment-1148717128
Good call, I added a warning to javadocs on
`IndexWriterConfig#setMaxFullFlushMergeWaitMillis`.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
jpountz merged PR #921:
URL: https://github.com/apache/lucene/pull/921
--
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.
[
https://issues.apache.org/jira/browse/LUCENE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551138#comment-17551138
]
ASF subversion and git services commented on LUCENE-10078:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551139#comment-17551139
]
ASF subversion and git services commented on LUCENE-10078:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10078.
---
Fix Version/s: 9.3
Resolution: Fixed
> Enable merge-on-refresh by default?
> ---
gsmiller opened a new pull request, #65:
URL: https://github.com/apache/lucene-site/pull/65
Publish PMC list additions
--
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 un
gsmiller merged PR #65:
URL: https://github.com/apache/lucene-site/pull/65
--
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.apa
gsmiller commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1148846237
OK, I've (somewhat) caught up on the conversation here and will follow up on
my original questions/comments (but am not going to jump in right now on the
latest API discussion).
1. I
LuXugang merged PR #66:
URL: https://github.com/apache/lucene-site/pull/66
--
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.apa
mdmarshmallow commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1148871572
Hey Greg, I had a question about point 4. Are you saying we should have a
separate hyper rectangle implementation in addition to facet sets in order to
implement the R-tree and KD-tree
[
https://issues.apache.org/jira/browse/LUCENE-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551199#comment-17551199
]
Adrien Grand commented on LUCENE-10592:
---
+1
In general I have a preference for "
[
https://issues.apache.org/jira/browse/LUCENE-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551231#comment-17551231
]
Mayya Sharipova commented on LUCENE-10592:
--
Thanks Adrien, this is a great fee
msokolov opened a new pull request, #947:
URL: https://github.com/apache/lucene/pull/947
This is PR #3 for this feature. It is very close to the previous one, just
"rebased" on top of the Lucene93 Codec. In this PR I moved the new vector
utility methods as package private in util.hnsw so th
msokolov commented on code in PR #947:
URL: https://github.com/apache/lucene/pull/947#discussion_r891642180
##
lucene/backward-codecs/src/test/org/apache/lucene/backward_codecs/lucene92/Lucene92HnswVectorsWriter.java:
##
@@ -129,6 +128,12 @@ public void writeField(FieldInfo fiel
shaie commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1149113591
> look forward to seeing the "range" implementation sketched out
I pushed a commit w/ `RangeFacetSetMatcher` which is basically very similar
to `HyperRectangle`, but w/ some different na
mdmarshmallow commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1149153824
I want to summarize the open questions we have right now to help figure out
what we should do next:
1. Should we split the `ExactFSM` and range multidim implementations into
separat
[
https://issues.apache.org/jira/browse/LUCENE-10602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Earle updated LUCENE-10602:
-
Description:
Working with Lucene's filter cache, it has become apparent that it can be an
enor
Chris Earle created LUCENE-10602:
Summary: Dynamic Index Cache Sizing
Key: LUCENE-10602
URL: https://issues.apache.org/jira/browse/LUCENE-10602
Project: Lucene - Core
Issue Type: Improvement
shahrs87 commented on PR #897:
URL: https://github.com/apache/lucene/pull/897#issuecomment-1149268621
@jpountz Addressed all of your previous comments. Please review again. Thank
you.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
[
https://issues.apache.org/jira/browse/LUCENE-10602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551337#comment-17551337
]
Robert Muir commented on LUCENE-10602:
--
I'm confused about "give GBs of heap back"
[
https://issues.apache.org/jira/browse/LUCENE-10602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551338#comment-17551338
]
Chris Earle commented on LUCENE-10602:
--
The GBs would be outside of defaults or in
[
https://issues.apache.org/jira/browse/LUCENE-10602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17551355#comment-17551355
]
Robert Muir commented on LUCENE-10602:
--
well the default impl is a singleton, so e
Lu Xugang created LUCENE-10603:
--
Summary: Improve iteration of ords for SortedSetDocValues
Key: LUCENE-10603
URL: https://issues.apache.org/jira/browse/LUCENE-10603
Project: Lucene - Core
Issue
iverase commented on PR #933:
URL: https://github.com/apache/lucene/pull/933#issuecomment-1149491161
@craigtaverner I forgot to ask you to add an entry in CHANGES.txt with
regards this change. Could you do it?
--
This is an automated message from the Apache Git Service.
To respond to the
vigyasharma opened a new pull request, #948:
URL: https://github.com/apache/lucene/pull/948
The docstring for `PostingsReaderBase` seems to have an extra `{@link
PostingsEnum}`. Minor change to fix it.
--
This is an automated message from the Apache Git Service.
To respond to
zhaih commented on code in PR #935:
URL: https://github.com/apache/lucene/pull/935#discussion_r891966944
##
lucene/core/src/java/org/apache/lucene/index/LogMergePolicy.java:
##
@@ -568,23 +568,41 @@ public MergeSpecification findMerges(
// Finally, record all merges that
31 matches
Mail list logo