shaie commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1163904822
Thanks @mdmarshmallow. You added the CHANGES entry under `Lucene 9.30` so am
just verifying -- we're going to merge it both to `main` and `9.x` branches?
--
This is an automated message from
zacharymorn commented on PR #972:
URL: https://github.com/apache/lucene/pull/972#issuecomment-1163861983
Thanks @jpountz for looking into this! I did further experiments on this and
the result seems to suggest it may be caused by bug / caching in the util or
lucene itself.
What I did
jtibshirani commented on PR #951:
URL: https://github.com/apache/lucene/pull/951#issuecomment-1163800086
I looked into this more deeply and realized that there are a bunch of times
we decide not to cache a query into a `BitSet`. For example
`UsageTrackingQueryCachingPolicy#shouldNeverCache`
jtibshirani commented on code in PR #951:
URL: https://github.com/apache/lucene/pull/951#discussion_r904419498
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k,
Query filter) {
gsmiller commented on PR #973:
URL: https://github.com/apache/lucene/pull/973#issuecomment-116356
Thanks @gautamworah96 !
--
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.
gsmiller merged PR #973:
URL: https://github.com/apache/lucene/pull/973
--
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
gautamworah96 commented on PR #973:
URL: https://github.com/apache/lucene/pull/973#issuecomment-1163744134
Yes, Thanks for the quick turnaround.
--
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 th
madrob commented on PR #973:
URL: https://github.com/apache/lucene/pull/973#issuecomment-1163718444
I reverted that commit for now, you might need to rebase your changes or
merge the latest branch_9x to get the tests back to passing. Will continue to
investigate, but you should be unblocked
gautamworah96 commented on PR #973:
URL: https://github.com/apache/lucene/pull/973#issuecomment-1163618390
Gradlew tests are failing on the
`TestBackwardsCompatibility.testSortedIndex` test. I binary searched through
recent commits. Tests after the 84133e7aecbf7ece459ebd3c3ce4e3266f30d558 c
Yuti-G opened a new pull request, #974:
URL: https://github.com/apache/lucene/pull/974
### Description
https://issues.apache.org/jira/browse/LUCENE-10614
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use t
madrob commented on PR #973:
URL: https://github.com/apache/lucene/pull/973#issuecomment-1163628381
Hmm... I had some issues with forward porting the backward compatibility
indices because the release wizards didn't quite do it for me. Apologies for
the spill over, let me figure this out.
mdmarshmallow commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1163620698
I think the rebase was somehow messed up, I cleaned up the history and force
pushed. Everything should be included in this push.
--
This is an automated message from the Apache Git S
gautamworah96 opened a new pull request, #973:
URL: https://github.com/apache/lucene/pull/973
cc: @gsmiller
Previous PR: #922
I've retained the same PR number in the CHANGES entry as that PR contains
the original discussions around the issue.
--
This is an automated message f
jpountz commented on PR #972:
URL: https://github.com/apache/lucene/pull/972#issuecomment-1163599006
My best guess would be that you are seeing different results mostly because
luceneutil picks random queries, and the run that only had disjunctions picked
queries that happened to like your
jpountz commented on PR #964:
URL: https://github.com/apache/lucene/pull/964#issuecomment-1163587114
Thanks for looking @gsmiller ! This helps leverage `TotalHitCountCollector`
internally from `IndexSearcher#count`, but if users wish to use
`IndexSearcher#search(Query, Collector)`, how can
[
https://issues.apache.org/jira/browse/LUCENE-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557681#comment-17557681
]
ASF subversion and git services commented on LUCENE-10607:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-10607.
--
Fix Version/s: 9.3
Resolution: Fixed
> NRTSuggesterBuilder扩展input时溢出
> ---
[
https://issues.apache.org/jira/browse/LUCENE-10607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557680#comment-17557680
]
ASF subversion and git services commented on LUCENE-10607:
--
Co
dweiss commented on PR #970:
URL: https://github.com/apache/lucene/pull/970#issuecomment-1163564976
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 above to go to the specific comment.
To unsubscribe,
dweiss merged PR #970:
URL: https://github.com/apache/lucene/pull/970
--
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
wuwm commented on PR #968:
URL: https://github.com/apache/lucene/pull/968#issuecomment-1163529556
Thanks @zacharymorn for comments!
There are some implementation diff inside binary search between two methods
to handle some edge cases. To make binary search into a single common method
gsmiller commented on PR #922:
URL: https://github.com/apache/lucene/pull/922#issuecomment-1163504036
@gautamworah96 merged; thanks again! Would you mind opening a separate PR to
backport?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log o
gsmiller merged PR #922:
URL: https://github.com/apache/lucene/pull/922
--
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
gautamworah96 commented on code in PR #922:
URL: https://github.com/apache/lucene/pull/922#discussion_r904112058
##
lucene/CHANGES.txt:
##
@@ -67,6 +67,8 @@ Other
* LUCENE-10493: Factor out Viterbi algorithm in Kuromoji and Nori to
analysis-common. (Tomoko Uchida)
+* GITHU
gsmiller commented on PR #964:
URL: https://github.com/apache/lucene/pull/964#issuecomment-1163388135
Got it, thanks @jpountz. I haven't looked at this proposed PR in much
detail, so apologies in advance if this suggestion is nonsense, but if we want
to optimize hit counting for users that
Mike Drob created LUCENE-10625:
--
Summary: addBackcompatIndexes.py on 9x can't handle 8x indices
Key: LUCENE-10625
URL: https://issues.apache.org/jira/browse/LUCENE-10625
Project: Lucene - Core
I
alessandrobenedetti commented on PR #926:
URL: https://github.com/apache/lucene/pull/926#issuecomment-1163269198
Hi @msokolov @mayya-sharipova and @jtibshirani , I have finally finished my
performance tests.
Initially the results were worse in this branch, I found that suspicious as
I e
tang-hi commented on code in PR #970:
URL: https://github.com/apache/lucene/pull/970#discussion_r903912271
##
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/NRTSuggesterBuilder.java:
##
@@ -124,11 +124,15 @@ public boolean store(DataOutput output) throws
IOEx
jpountz commented on PR #964:
URL: https://github.com/apache/lucene/pull/964#issuecomment-1163172835
I guess I was implicitly raising the question of whether it's worth
optimizing `TotalHitCountCollector` to leverage `Weight#count` given that
`IndexSearcher#count` is already optimized to le
gsmiller commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1163142014
From my point of view, I think we're ready to ship this thing! Thanks
@mdmarshmallow and @shaie!
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
gsmiller commented on PR #964:
URL: https://github.com/apache/lucene/pull/964#issuecomment-1163113856
> I've been wondering if it was worth adding a new API only for
TotalHitCountCollector but looking at how facets use this collector, I suspect
that many users set up their collectors manual
[
https://issues.apache.org/jira/browse/LUCENE-10550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10550.
--
Fix Version/s: 9.3
Resolution: Fixed
Thanks again [~yutinggan] !
> Add getAllChildren
[
https://issues.apache.org/jira/browse/LUCENE-10614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17557453#comment-17557453
]
Greg Miller commented on LUCENE-10614:
--
Great, thanks [~yutinggan] !
> Properly s
dweiss commented on code in PR #970:
URL: https://github.com/apache/lucene/pull/970#discussion_r903736402
##
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/NRTSuggesterBuilder.java:
##
@@ -124,11 +124,15 @@ public boolean store(DataOutput output) throws
IOExc
tang-hi commented on code in PR #970:
URL: https://github.com/apache/lucene/pull/970#discussion_r903515469
##
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/NRTSuggesterBuilder.java:
##
@@ -124,11 +124,15 @@ public boolean store(DataOutput output) throws
IOEx
shaie commented on PR #841:
URL: https://github.com/apache/lucene/pull/841#issuecomment-1162752539
I don't know if what I've done is OK, but the last commit that I pushed
failed the distribution tests because the API of `Facets` has changed and
introduced a new `abstract` method. So I rebas
dweiss commented on code in PR #970:
URL: https://github.com/apache/lucene/pull/970#discussion_r903362582
##
lucene/suggest/src/java/org/apache/lucene/search/suggest/document/NRTSuggesterBuilder.java:
##
@@ -124,11 +124,15 @@ public boolean store(DataOutput output) throws
IOExc
jpountz commented on code in PR #951:
URL: https://github.com/apache/lucene/pull/951#discussion_r903360932
##
lucene/core/src/java/org/apache/lucene/search/KnnVectorQuery.java:
##
@@ -92,20 +91,40 @@ public KnnVectorQuery(String field, float[] target, int k,
Query filter) {
38 matches
Mail list logo