[Save this search]

Status
All
   Fixed (7187)
  Closed (3318)
Open (2371)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2143)
  PR (228)
Author relation
All
  None (2119)
  Member (455)
  Contributor (225)
  New contributor (36)
Created
All
  Past day (2)
  Past 2 days (7)
  Past 3 days (11)
  Past week (12)
  Past month (44)
  Past 3 months (85)
  Past 6 months (137)
  Past year (260)
Updated
All
  Past day (11)
  Past 2 days (17)
  Past 3 days (22)
  Past week (29)
  Past month (103)
  Past 3 months (140)
  Past 6 months (202)
  Past year (331)
Updated ago
All
  > 1 day ago (2360)
  > 2 days ago (2354)
  > 3 days ago (2349)
  > 1 week ago (2342)
  > 1 month ago (2268)
  > 3 months ago (2231)
  > 1 year ago (2039)
Comment count
All
  0 (542)
  1 (351)
  2 - 5 (727)
  6 - 10 (385)
  10 - 20 (281)
  > 20 (155)
Reaction count
All
  0 (2095)
  1 (162)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (11)
  mikemccand (6)
  rmuir (3)
  dweiss (3)
  romseygeek (3)
  benwtrent (3)
  uschindler (2)

See all 20...
Mentioned
All
  jpountz (75)
  mikemccand (62)
  rmuir (37)
  uschindler (32)
  benwtrent (30)
  msokolov (24)
  dweiss (17)

See all 154...
Reviewed
All
  jpountz (22)
  mikemccand (22)
  dweiss (11)
  uschindler (10)
  benwtrent (9)
  rmuir (8)
  gsmiller (8)

See all 54...
Commented
All
  asfimport (1380)
  github-actions[bot] (173)
  jpountz (116)
  mikemccand (101)
  rmuir (77)
  benwtrent (54)
  msokolov (52)

See all 214...
User
All
  asfimport (1828)
  github-actions[bot] (195)
  mikemccand (172)
  jpountz (168)
  rmuir (102)
  benwtrent (79)
  uschindler (67)

See all 330...
Last comment user
All
  asfimport (1337)
  github-actions[bot] (169)
  jpountz (34)
  mikemccand (25)
  rmuir (19)
  dweiss (17)
  benwtrent (17)

See all 112...
Draft
All
  No (189)
  Yes (39)
Component
All
  core (523)
  analysis (146)
  highlighter (44)
  spatial (39)
  facet (38)
  queryparser (25)
  suggest (15)

See all 22...
Type
All
  enhancement (1114)
  bug (710)
  task (195)
  test (73)
  documentation (20)
Labels
All
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  Stale (168)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (52)
  affects-version:6.0 (37)

See all 153...
Commits?
All
  No (2371)
Reporter
All
  rmuir (266)
  mikemccand (143)
  jpountz (116)
  dsmiley (68)
  uschindler (49)
  dweiss (49)
  iverase (39)

See all 685...
Assignee
All
  Unassigned (2138)
  mikemccand (35)
  uschindler (26)
  romseygeek (26)
  dsmiley (22)
  rmuir (14)
  dweiss (12)

See all 40...
  Filters: Status (Open),  Issue type,  Author relation,  Created,  Updated,  Updated ago,  Comment count,  Reaction count,  Review Requested,  Mentioned,  Reviewed,  Commented,  User,  Last comment user,  Draft,  Component,  Type,  Labels,  Commits?,  Reporter,  Assignee

#14438 PR: Enable Decompressor to implement Closeable interface.
3.2 hours ago  0 comments  0 votes  0 watches  github-actions[bot]mulugetam
Description In the current implementation, the Compressor class implements the Closeable ... When using Named SPI to plug in custom compressors—like the ones from OpenSearch/custom-codecs—it’d ... This PR aims to fix that.

#14333 PR: A specialized Trie for Block Tree Index
6.2 hours ago  157 comments  0 votes  0 watches  gf2121github-actions[bot]jpountzmikemccand
**Context** * #12631 introduced a MSBVLong format to encode the first fp of FST output. It is the first time we benefit from the output sharing in blocktree. The change reduces ~13% tip size, in turn caused a performance regression when accumulating output ...
    jpountz 6.2 hours ago:  Changes look good to me.
    jpountz 6.3 hours ago:  We can remove this version constant now that you're forking the postings format, there is no bw ...

#14435 PR: KeywordField.newSetQuery() to uses prefixed terms for IndexOrDocValuesQuery
6.3 hours ago  2 comments  0 votes  0 watches  github-actions[bot]jainankitkmkhludnev
fix 14425 Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md -->
    jainankitk 6.3 hours ago:  Probably we can use TermInSetQuery.newIndexOrDocValuesQuery(field, values) here?

#14426 PR: Add support for determining off-heap memory requirements for KnnVectorsReader
8.2 hours ago  34 comments  0 votes  0 watches  ChrisHegartybenwtrentgithub-actions[bot]jimczimayya-sharipovatteofili
This PR adds support to KnnVectorsReader in order to determine the off-heap memory requirements. The motivation here is to give better insight into the size of off-heap memory that will be needed, ...
    jimczi 8.2 hours ago:  Yep, then maybe using the file name extension is more consistent? That would be VEC, VEX, VEQ and VEB
    benwtrent 8.7 hours ago:  > I wonder if we should rather reflect the underlying format here. Something like flat_vector_float, flat_vector_byte, flat_vector_bbq? IMO, this is then transforming to just the codec format name as I would expect different formats to ...

#14428 PR: Remove slices creation overhead from IndexSearcher constructor
10.5 hours ago  6 comments  0 votes  0 watches  github-actions[bot]jainankitkjavanna
We simplified the slices creation in IndexSearcher with 13893. That removed the need for a caching supplier, but had an unexpected effect: we eagerly create ... There are situations in which a searcher is created, although search methods that trigger the ...
    jainankitk 10.5 hours ago:  > And by the way, I am still on the fence on whether this is a good change to start with. The overhead caused by the single slice creation that we observed is surprising. While I don't see any downsides of having this change, especially when lazy creation was the ...
    javanna 19 hours ago:  yes we do, this got lost among other changes I reverted in my branch. I also need to add a test to catch similar bugs. And by the way, I am still on the fence on whether this is a good change to start with.

#14178 PR: Add a Faiss codec for KNN searches
11.5 hours ago  97 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jimczikaivalnpmikemccandmsokolovnavneet1v
Description Faiss (https://github.com/facebookresearch/faiss) is _"a library for efficient ... OpenSearch has a similar feature, but that is implemented using JNI, which has its own overhead ( ... Faiss provides a nice C API to _"to produce bindings for programming languages with Foreign ...
    kaivalnp 1.8 days ago:  All dependent Faiss PRs are merged: 1. https://github.com/facebookresearch/faiss/pull/4158: ...
    github-actions[bot] 9.1 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#14226 PR: OptimisticKnnVectorQuery
13 hours ago  54 comments  0 votes  0 watches  benwtrentdungba88github-actions[bot]mikemccandmsokolov
Description This is a WIP patch to work out an idea for Knn hit collection that is ... The idea is: 1. Run pro-rated search assuming uniform random topK-document distribution among leaves ( ...
    dungba88 13 hours ago:  I'm also in favor of making this the default behavior. Maybe we can let the lambda parameter to be tuned with a reasonable default value (similar to ... From the benchmark we also saw that the tuning range and impact of this optimistic algorithm is ...
    benwtrent 1.3 days ago:  @dungba88 @msokolov Do we know where we stand with this? I wonder if we should simply use this to replace the current buggy behavior as fanning out to ... Anything I can do to help here?

[24.2 msec search, 25.2 msec total]