[Save this search]

Status
All
   Fixed (7187)
  Closed (4680)
Open (2550)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2245)
  PR (305)
Author relation
All
  None (2036)
  Member (622)
  Contributor (424)
  New contributor (57)
Created
All
  Past day (5)
  Past 2 days (8)
  Past 3 days (9)
  Past week (15)
  Past month (34)
  Past 3 months (87)
  Past 6 months (129)
  Past year (256)
Updated
All
  Past day (12)
  Past 2 days (22)
  Past 3 days (23)
  Past week (29)
  Past month (57)
  Past 3 months (126)
  Past 6 months (169)
  Past year (480)
Updated ago
All
  > 1 day ago (2538)
  > 2 days ago (2528)
  > 3 days ago (2527)
  > 1 week ago (2521)
  > 1 month ago (2493)
  > 3 months ago (2424)
  > 1 year ago (2070)
Comment count
All
  0 (564)
  1 (357)
  2 - 5 (795)
  6 - 10 (435)
  10 - 20 (304)
  > 20 (165)
Reaction count
All
  0 (2268)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (10)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 22...
Mentioned
All
  jpountz (93)
  mikemccand (74)
  rmuir (50)
  benwtrent (49)
  msokolov (39)
  uschindler (38)
  dweiss (18)

See all 203...
Reviewed
All
  jpountz (23)
  mikemccand (23)
  rmuir (14)
  benwtrent (14)
  msokolov (13)
  uschindler (11)
  dweiss (10)

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (236)
  jpountz (140)
  mikemccand (123)
  rmuir (96)
  benwtrent (83)
  msokolov (80)

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (273)
  mikemccand (209)
  jpountz (201)
  rmuir (129)
  benwtrent (122)
  msokolov (105)

See all 442...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (230)
  mikemccand (34)
  jpountz (32)
  rmuir (24)
  msokolov (16)
  benwtrent (16)

See all 155...
Draft
All
  No (254)
  Yes (51)
Component
All
  core (591)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (23)

See all 23...
Type
All
  enhancement (1174)
  bug (724)
  task (199)
  test (78)
  documentation (23)
Labels
All
  Stale (226)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (47)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2550)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  romseygeek (42)
  iverase (41)

See all 743...
Assignee
All
  Unassigned (2308)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

See all 45...
  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

#16000 PR: Clarify intent of Accountable#ramBytesUsed
1.9 minutes ago  1 comments  0 votes  0 watches  github-actions[bot]javanna
The memory tracking is meant for heap memory and not off-heap.
    javanna 1.9 minutes ago:  If we agree on this, a possible follow-up or alternative change is to rename the method, but such ... On the other hand this class is marked internal.

#15981: Improve clause ordering for multi-field DocValues range conjunctions
2.2 hours ago  2 comments  0 votes  0 watches  romseygeeksgup432
Description After 15954, SortedNumericDocValuesRangeQuery uses SkipBlockRangeIterator as its ... I see that SkipBlockRangeIterator.cost() currently returns NO_MORE_DOCS, which means when multiple ... I wonder if we should have a better way to do this.
    romseygeek 2.2 hours ago:  I like the idea of estimating how many blocks we can exclude, but we'd need to benchmark it ... Maybe we could only walk the highest level entries? Less accurate, but should be fairly constant time and it will naturally readjust as segments get ...
    sgup432 5.7 days ago:  @romseygeek Can you take a look and provide your suggestions if this makes sense?

#14758: Support multiple HNSW graphs backed by the same vectors
5.7 hours ago  40 comments  0 votes  0 watches  benwtrentdungba88github-project-automation[bot]iverasejpountzkaivalnpmccullochtmikecanmikemccandmsokolovnavneet1vshubhamvishu
Description For use-cases of searching different subsets of vectors in the index, where a ... This could be done today by: 1. Indexing all vectors in a single field and using query-time pre-filtering, but it can become ...
    kaivalnp 5.7 hours ago:  > I guess it's the question of how much added indexing cost I was able to get it down to something ...
    mikemccand 2.7 days ago:  Thank you for the "you are here" summary comment above @kaivalnp! It helps me set all these proposals in a broader context.

#15979 PR: Add a de-duplicating flat vector format
6.1 hours ago  8 comments  0 votes  0 watches  github-actions[bot]kaivalnpmsokolov
Description Closes 14758 Add a new de-duplicating vector format that only stores unique ... De-duplication is done for vectors across all docs and fields indexed by the format. Disclaimer: This was mostly written by an AI, with me refining the implementation through prompts - ...
    kaivalnp 6.1 hours ago:  Iterated with the AI to iron out some performance bottlenecks. **Disclaimer**: There's generous use of AI involved in the code, so functions may be more verbose ... I have reviewed **most** of it locally, and will do a refactor to try and make it cleaner / more ...
    kaivalnp 5.7 days ago:  > looks as if the deduplicated vectors PR is actually a bit faster?! Yeah, this was surprising to me too -- it is \~10% faster, though I'm not sure why (there's one ... .

#15948 PR: Improve BayesianScoreQuery and LogOddsFusionQuery with base rate prior, weighted Log-OP, and ...
7.5 hours ago  4 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jaepil
# Summary Follow-up to 15827. This PR extends BayesianScoreQuery and LogOddsFusionQuery with three improvements: - ** ... Sample N documents randomly from the index (Fisher-Yates partial shuffle) 2.
    jaepil 7.5 hours ago:  Great questions — let me take them in reverse order, since the lifecycle question (3) is the most ... **On lifecycle (3):** The estimated parameters are corpus-level statistics. α and β are derived ... None of them depend on the user query, so the natural lifecycle is **per-IndexReader (per-commit)** ...
    benwtrent 6.8 days ago:  So, I see these params are then used within BayesianScoreQuery I wonder, could we have a ... Or we adjust the interface so that BayesianScoreQuery accepts an estimator in its constructor OR ... Is the main concern that the estimation should only ever happen once per the life time of the index ...

#15892 PR: Change access modifier for readAdvise in MMapDirectory
9.6 hours ago  4 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jainankitknavneet1vvigyasharma
Description Change access modifier for readAdvise in MMapDirectory. Made the access modifier protected so that classes which overrides MMapDirectory can use the ... I considered adding a getter for this parameter too, but went against it since the return type is ...
    github-actions[bot] 9.6 hours 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!
    navneet1v 15.4 days ago:  @vigyasharma , @benwtrent , @jainankitk can anyone of you take a look at this PR?

#15997 PR: Fix JFR profile summary skip check
9.8 hours ago  1 comments  0 votes  0 watches  github-actions[bot]iprithvrmuir
Description fixes https://github.com/apache/lucene/pull/15983issuecomment-4345868221 ... This can be false for skipped/up-to-date/not-selected tasks even when nothing failed, causing the ... Used Test.getState().getFailure() == null instead so the profile summary is skipped only when a ...
    iprithv 16.6 hours ago:  don't have permissions to add skip-changelog, please someone help adding. Thanks!

[21.7 msec search, 22.9 msec total]