mocobeta commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799940540
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictionary
mocobeta commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799940540
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictionary
mocobeta commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799936524
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictionary
mocobeta commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799940540
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictionary
mocobeta commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799936766
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/ConnectionCosts.java
##
@@ -61,8 +68,63 @@ public ConnectionCosts(Binary
mocobeta commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799936524
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictionary
jtibshirani commented on a change in pull request #649:
URL: https://github.com/apache/lucene/pull/649#discussion_r799925962
##
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene91/Lucene91HnswVectorsWriter.java
##
@@ -140,7 +142,10 @@ public void writeField(Field
[
https://issues.apache.org/jira/browse/LUCENE-10050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Greg Miller resolved LUCENE-10050.
--
Fix Version/s: 9.1
10.0 (main)
Resolution: Fixed
Merged onto {{main
gsmiller commented on pull request #650:
URL: https://github.com/apache/lucene/pull/650#issuecomment-1030451682
Thanks again @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
[
https://issues.apache.org/jira/browse/LUCENE-10050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487377#comment-17487377
]
ASF subversion and git services commented on LUCENE-10050:
--
Co
gsmiller merged pull request #650:
URL: https://github.com/apache/lucene/pull/650
--
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 #644:
URL: https://github.com/apache/lucene/pull/644#issuecomment-1030444352
Thanks @msokolov. It's a little sneaky as a number of places appear to be
good candidates to use the new method because they're doing a `+ 1`, but
they're adding 1 to something o
gsmiller commented on pull request #650:
URL: https://github.com/apache/lucene/pull/650#issuecomment-1030430764
@gautamworah96 would you mind giving this a look when you have a moment to
make sure I didn't miss anything? This is just a backport of your change to 9.x
but leaving in DS#searc
gsmiller opened a new pull request #650:
URL: https://github.com/apache/lucene/pull/650
Backport (but marking `DrillSideways#search(DrillDownQuery,Collector)` as
deprecated instead of removing it completely for 9.x)
--
This is an automated message from the Apache Git Service.
To respond
[
https://issues.apache.org/jira/browse/LUCENE-10050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487369#comment-17487369
]
ASF subversion and git services commented on LUCENE-10050:
--
Co
gsmiller merged pull request #632:
URL: https://github.com/apache/lucene/pull/632
--
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.
mayya-sharipova opened a new pull request #649:
URL: https://github.com/apache/lucene/pull/649
Better encoding of doc Ids in Lucene91HnswVectorsFormat
Currently we write doc Ids of all documents that have vectors
not very efficiently.
This improve their encoding by:
- for a c
Mayya Sharipova created LUCENE-10408:
Summary: Better encoding of doc Ids in Lucene91HnswVectorsFormat
Key: LUCENE-10408
URL: https://issues.apache.org/jira/browse/LUCENE-10408
Project: Lucene - Co
[
https://issues.apache.org/jira/browse/LUCENE-10408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova reassigned LUCENE-10408:
Assignee: Mayya Sharipova
> Better encoding of doc Ids in Lucene91HnswVectorsFor
[
https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487278#comment-17487278
]
ASF subversion and git services commented on LUCENE-10054:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova closed LUCENE-10054.
> Handle hierarchy in HNSW graph
> --
>
> Key: LU
[
https://issues.apache.org/jira/browse/LUCENE-10054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova resolved LUCENE-10054.
--
Fix Version/s: 9.1
Resolution: Fixed
> Handle hierarchy in HNSW graph
> --
[
https://issues.apache.org/jira/browse/LUCENE-9573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova resolved LUCENE-9573.
-
Fix Version/s: 10.0 (main)
Resolution: Fixed
> Add back compat tests for VectorFo
[
https://issues.apache.org/jira/browse/LUCENE-9573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mayya Sharipova closed LUCENE-9573.
---
> Add back compat tests for VectorFormat to TestBackwardsCompatibility
> ---
[
https://issues.apache.org/jira/browse/LUCENE-9573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487272#comment-17487272
]
ASF subversion and git services commented on LUCENE-9573:
-
Commi
zhaih commented on a change in pull request #630:
URL: https://github.com/apache/lucene/pull/630#discussion_r799744915
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/IndexRearranger.java
##
@@ -84,6 +112,28 @@ public void execute() throws Exception {
}
zhaih commented on a change in pull request #630:
URL: https://github.com/apache/lucene/pull/630#discussion_r799744597
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/IndexRearranger.java
##
@@ -49,16 +53,40 @@
protected final Directory input, output;
pro
[
https://issues.apache.org/jira/browse/LUCENE-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward resolved LUCENE-10407.
Fix Version/s: 9.1
Resolution: Fixed
> ContainingIntervalIterator can incorrectly
[
https://issues.apache.org/jira/browse/LUCENE-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487188#comment-17487188
]
ASF subversion and git services commented on LUCENE-10407:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487187#comment-17487187
]
ASF subversion and git services commented on LUCENE-10402:
--
Co
jtibshirani commented on pull request #641:
URL: https://github.com/apache/lucene/pull/641#issuecomment-1030190957
> I think we cannot use intinthashset in core
I used `IntIntHashMap` as a quick test, which was recently copied in from
hppc to `org.apache.lucene.util.hppc`.
--
Th
[
https://issues.apache.org/jira/browse/LUCENE-10407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487182#comment-17487182
]
ASF subversion and git services commented on LUCENE-10407:
--
Co
romseygeek merged pull request #648:
URL: https://github.com/apache/lucene/pull/648
--
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-unsubsc
uschindler commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799620611
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictiona
[
https://issues.apache.org/jira/browse/LUCENE-10406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-10406.
--
Resolution: Duplicate
https://issues.apache.org/jira/browse/LUCENE-10407
> Incorrect match w
[
https://issues.apache.org/jira/browse/LUCENE-10406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487157#comment-17487157
]
Alan Woodward commented on LUCENE-10406:
Oops, didn't check that you'd already
romseygeek opened a new pull request #648:
URL: https://github.com/apache/lucene/pull/648
ContainedByIntervalIterator and OverlappingIntervalIterator set their 'is
the filter
interval exhausted' flag to `false` once it has returned NO_MORE_POSITIONS
on
a document, so that subsequen
Alan Woodward created LUCENE-10407:
--
Summary: ContainingIntervalIterator can incorrectly report
positions after exhaustion
Key: LUCENE-10407
URL: https://issues.apache.org/jira/browse/LUCENE-10407
Pr
uschindler commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799601412
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictiona
mikemccand commented on a change in pull request #630:
URL: https://github.com/apache/lucene/pull/630#discussion_r799585879
##
File path:
lucene/misc/src/java/org/apache/lucene/misc/index/IndexRearranger.java
##
@@ -84,6 +112,28 @@ public void execute() throws Exception {
msokolov commented on pull request #641:
URL: https://github.com/apache/lucene/pull/641#issuecomment-1030105715
re: sharing across searches I agree it gets tricky, but can be bounded RAM
if we use some kind of LRU cache as a pool, and in this case the only
"compatibility" check is the size
[
https://issues.apache.org/jira/browse/LUCENE-10406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487132#comment-17487132
]
Dawid Weiss commented on LUCENE-10406:
--
I didn't have a chance to look yet but I t
Dawid Weiss created LUCENE-10406:
Summary: Incorrect match with disjunction and extends interval
Key: LUCENE-10406
URL: https://issues.apache.org/jira/browse/LUCENE-10406
Project: Lucene - Core
msokolov commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799565983
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/BinaryDictionary.java
##
@@ -154,6 +153,98 @@ protected BinaryDictionary
[
https://issues.apache.org/jira/browse/LUCENE-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Woodward resolved LUCENE-10402.
Fix Version/s: 9.1
Assignee: Alan Woodward
Resolution: Fixed
> Intervals.
[
https://issues.apache.org/jira/browse/LUCENE-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487127#comment-17487127
]
ASF subversion and git services commented on LUCENE-10402:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487126#comment-17487126
]
ASF subversion and git services commented on LUCENE-10402:
--
Co
romseygeek merged pull request #646:
URL: https://github.com/apache/lucene/pull/646
--
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-unsubsc
iverase closed pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538
--
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-uns
iverase commented on pull request #1538:
URL: https://github.com/apache/lucene-solr/pull/1538#issuecomment-1030029995
closing it as there has been a better proposal.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
iverase opened a new pull request #647:
URL: https://github.com/apache/lucene/pull/647
This prevents the size limit that imposes BytesRefHash to the size of the
doc values.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
Ignacio Vera created LUCENE-10405:
-
Summary: MemoryIndex: Binary and Sorted doc values should not be
added to a BytesRefHash
Key: LUCENE-10405
URL: https://issues.apache.org/jira/browse/LUCENE-10405
P
msokolov commented on pull request #641:
URL: https://github.com/apache/lucene/pull/641#issuecomment-1030007403
I think we cannot use intinthashset in core since it's an external
dependency? Did it work for you though?
On Thu, Feb 3, 2022, 1:36 PM Julie Tibshirani ***@***.***>
dweiss commented on pull request #646:
URL: https://github.com/apache/lucene/pull/646#issuecomment-1029996859
It's quite confusing that different constructors of CompiledAutomaton vary
the defaults. You'd expect additional constructor parameters to behave
consistently as you use more and m
[
https://issues.apache.org/jira/browse/LUCENE-10402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487065#comment-17487065
]
Alan Woodward commented on LUCENE-10402:
I opened a PR with a fix: https://gith
[
https://issues.apache.org/jira/browse/LUCENE-10399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss resolved LUCENE-10399.
--
Fix Version/s: (was: 9.1)
Resolution: Information Provided
> Handle large boolean
dweiss closed pull request #634:
URL: https://github.com/apache/lucene/pull/634
--
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...
dweiss commented on pull request #634:
URL: https://github.com/apache/lucene/pull/634#issuecomment-1029904911
> I get that nobody wants to have to deal with javacc to change the syntax
Sure, no worries - I don't have to commit it to Lucene and can apply it
externally.
Let me e
mocobeta edited a comment on pull request #643:
URL: https://github.com/apache/lucene/pull/643#issuecomment-1029842772
> One thing that I wanted to add: We should add
@deprecated(forRemoval=true), this makes builds very noisy if you use the
deprecated API. By adding a since="9.1" tag we ma
mocobeta edited a comment on pull request #643:
URL: https://github.com/apache/lucene/pull/643#issuecomment-1029842772
> One thing that I wanted to add: We should add
@deprecated(forRemoval=true), this makes builds very noisy if you use the
deprecated API. By adding a since="9.1" tag we ma
mocobeta commented on pull request #643:
URL: https://github.com/apache/lucene/pull/643#issuecomment-1029842772
> One thing that I wanted to add: We should add
@deprecated(forRemoval=true), this makes builds very noisy if you use the
deprecated API. By adding a since="9.1" tag we may also
uschindler commented on pull request #643:
URL: https://github.com/apache/lucene/pull/643#issuecomment-1029837934
One thing that I wanted to add: We should add @Deprecated(forRemoval=true),
this makes builds very noisy if you use the deprecated API. By adding a
since="9.1" tag we may also
rmuir commented on pull request #634:
URL: https://github.com/apache/lucene/pull/634#issuecomment-1029818866
also, just think about the technical benefits if "filtering" (non-scoring)
is exposed properly in the parsers. Long term, users adding these kinds of
structured clauses today could
uschindler commented on a change in pull request #643:
URL: https://github.com/apache/lucene/pull/643#discussion_r799317558
##
File path:
lucene/analysis/kuromoji/src/java/org/apache/lucene/analysis/ja/dict/ConnectionCosts.java
##
@@ -61,8 +68,63 @@ public ConnectionCosts(Bina
uschindler commented on pull request #643:
URL: https://github.com/apache/lucene/pull/643#issuecomment-1029815750
Hi, I am a bit busy, let me check later! Could take over weekend.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
jpountz commented on a change in pull request #635:
URL: https://github.com/apache/lucene/pull/635#discussion_r799310175
##
File path:
lucene/sandbox/src/java/org/apache/lucene/sandbox/search/IndexSortSortedNumericDocValuesRangeQuery.java
##
@@ -195,7 +211,7 @@ public boolean
rmuir commented on pull request #634:
URL: https://github.com/apache/lucene/pull/634#issuecomment-1029809555
sorry @dweiss for the delay. I'm not properly getting email notifications
from GH: I dont know why. I randomly looked in the github UI and saw this one
right now.
Maybe get a
ryo0301 commented on a change in pull request #635:
URL: https://github.com/apache/lucene/pull/635#discussion_r799300144
##
File path:
lucene/sandbox/src/java/org/apache/lucene/sandbox/search/IndexSortSortedNumericDocValuesRangeQuery.java
##
@@ -195,7 +211,7 @@ public boolean
[
https://issues.apache.org/jira/browse/LUCENE-10404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486894#comment-17486894
]
Adrien Grand commented on LUCENE-10404:
---
{quote}For example, on the glove-100-ang
[
https://issues.apache.org/jira/browse/LUCENE-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486872#comment-17486872
]
ASF subversion and git services commented on LUCENE-10401:
--
Co
[
https://issues.apache.org/jira/browse/LUCENE-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand resolved LUCENE-10401.
---
Fix Version/s: 9.1
Resolution: Fixed
> Seeking on empty doc-value terms dictionaries
[
https://issues.apache.org/jira/browse/LUCENE-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486870#comment-17486870
]
ASF subversion and git services commented on LUCENE-10401:
--
Co
jpountz merged pull request #642:
URL: https://github.com/apache/lucene/pull/642
--
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..
73 matches
Mail list logo