Tony-X commented on issue #12513:
URL: https://github.com/apache/lucene/issues/12513#issuecomment-1707066423
> Do you know whether Tantivy is producing a truly minimal FST?
Maybe @fulmicoton can shed more light on this topic :)
A related question: can Tantivy read a Lucene-buil
Tony-X commented on issue #12536:
URL: https://github.com/apache/lucene/issues/12536#issuecomment-1706979791
Today when it skips, the skipper can tell us 1) the offset of the position
block we should seek to 2) how many positions it needs to skip within this
block. This is because post-skip
uschindler commented on PR #12535:
URL: https://github.com/apache/lucene/pull/12535#issuecomment-1706816121
> The 500ms connect timeout on the client: extremely suspicious (as far as
jenkins failure). Make it at least 3 seconds or something? Doesn't matter if
its being used by jenkins or no
rmuir commented on PR #12535:
URL: https://github.com/apache/lucene/pull/12535#issuecomment-1706783612
The 500ms connect timeout on the client: extremely suspicious (as far as
jenkins failure). Make it at least 3 seconds or something? Doesn't matter if
its being used by jenkins or not, ther
romseygeek commented on issue #12538:
URL: https://github.com/apache/lucene/issues/12538#issuecomment-1706747711
I would adjust the docs on `acceptField` to just say "Whether or not this
field is of interest to the visitor". It shouldn't be term-specific.
--
This is an automated message
javanna closed issue #12498: Simplify task executor for concurrent operations
URL: https://github.com/apache/lucene/issues/12498
--
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.
javanna merged PR #12515:
URL: https://github.com/apache/lucene/pull/12515
--
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
javanna merged PR #12516:
URL: https://github.com/apache/lucene/pull/12516
--
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
javanna commented on code in PR #12516:
URL: https://github.com/apache/lucene/pull/12516#discussion_r1315852459
##
lucene/core/src/java/org/apache/lucene/search/TaskExecutor.java:
##
@@ -57,6 +58,12 @@ final List invokeAll(Collection>
tasks) {
} catch (InterruptedExcept
SevenCss commented on issue #7820:
URL: https://github.com/apache/lucene/issues/7820#issuecomment-1706323759
> > Third off, there is possibly a separate improvement we could make to
IndexWriter, to remove segments_N files before removing all other files when a
commit point is deleted, to tr
fulmicoton commented on issue #12513:
URL: https://github.com/apache/lucene/issues/12513#issuecomment-1706314422
> Does Tantivy do pulsing (inlining postings for a singleton terms into the
terms dictionary)?
No but we should. It has been on my task list for a long time.
--
This
SevenCss commented on issue #7820:
URL: https://github.com/apache/lucene/issues/7820#issuecomment-1706310673
@mikemccand
Appreciated for your response. Glad to know that. I will have a try. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
mikemccand commented on issue #12513:
URL: https://github.com/apache/lucene/issues/12513#issuecomment-1706307210
> 2. random-addressing term information given an ordinal. again no
additional scan;
Hmm indeed this would require a fixed block size for every term's metadata.
Does
mikemccand commented on issue #12513:
URL: https://github.com/apache/lucene/issues/12513#issuecomment-1706283574
> Yes, I actually tried to use FSTPostingsFormat in the benchmarks game and
I had to increase the heap size from 4g to 32g to workaround the in-heap memory
demand.
Do you
jpountz commented on code in PR #12516:
URL: https://github.com/apache/lucene/pull/12516#discussion_r1315641242
##
lucene/core/src/java/org/apache/lucene/search/TaskExecutor.java:
##
@@ -57,6 +58,12 @@ final List invokeAll(Collection>
tasks) {
} catch (InterruptedExcept
mikemccand commented on issue #12536:
URL: https://github.com/apache/lucene/issues/12536#issuecomment-1706251517
Sorry, what went wrong when you tried to remove `lastPosBlockOffset`?
Skipping is (currently) only at every 8 blocks boundaries right? So doesn't
the skip data already know how
javanna commented on code in PR #12516:
URL: https://github.com/apache/lucene/pull/12516#discussion_r1315608401
##
lucene/core/src/java/org/apache/lucene/search/AbstractKnnVectorQuery.java:
##
@@ -95,20 +95,17 @@ public Query rewrite(IndexSearcher indexSearcher) throws
IOExcept
javanna commented on PR #12515:
URL: https://github.com/apache/lucene/pull/12515#issuecomment-1706176412
I added the entry to the changelog, I now have a test failure around
exception handling which is going to be addressed by #12516 , so I'd merge that
one first and only then this PR.
--
javanna commented on code in PR #12516:
URL: https://github.com/apache/lucene/pull/12516#discussion_r1315559947
##
lucene/core/src/java/org/apache/lucene/search/TaskExecutor.java:
##
@@ -57,6 +58,12 @@ final List invokeAll(Collection>
tasks) {
} catch (InterruptedExcept
javanna commented on code in PR #12523:
URL: https://github.com/apache/lucene/pull/12523#discussion_r1315463865
##
lucene/core/src/java/org/apache/lucene/search/TaskExecutor.java:
##
@@ -50,16 +51,21 @@ final List invokeAll(Collection>
tasks) {
for (Runnable task : tasks)
20 matches
Mail list logo