[Save this search]

Status
All
   Fixed (7187)
  Closed (5231)
Open (2652)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2286)
  PR (366)
Author relation
All
  None (2063)
  Member (664)
  Contributor (513)
  New contributor (70)
Created
All
  Past day (2)
  Past 2 days (3)
  Past 3 days (7)
  Past week (17)
  Past month (53)
  Past 3 months (127)
  Past 6 months (201)
  Past year (300)
Updated
All
  Past day (11)
  Past 2 days (14)
  Past 3 days (20)
  Past week (44)
  Past month (99)
  Past 3 months (196)
  Past 6 months (246)
  Past year (550)
Updated ago
All
  > 1 day ago (2641)
  > 2 days ago (2638)
  > 3 days ago (2632)
  > 1 week ago (2608)
  > 1 month ago (2553)
  > 3 months ago (2456)
  > 1 year ago (2102)
Comment count
All
  0 (589)
  1 (374)
  2 - 5 (826)
  6 - 10 (448)
  10 - 20 (313)
  > 20 (174)
Reaction count
All
  0 (2366)
  1 (172)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  iverase (4)
  romseygeek (4)
  benwtrent (4)
  dweiss (3)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (85)
  rmuir (63)
  benwtrent (53)
  uschindler (42)
  msokolov (40)
  romseygeek (23)

See all 211...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (14)
  benwtrent (14)
  uschindler (11)
  msokolov (10)
  dweiss (9)

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (280)
  jpountz (137)
  mikemccand (127)
  rmuir (96)
  msokolov (88)
  benwtrent (82)

See all 310...
User
All
  asfimport (1810)
  github-actions[bot] (335)
  mikemccand (218)
  jpountz (207)
  rmuir (139)
  benwtrent (121)
  msokolov (108)

See all 470...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (273)
  mikemccand (34)
  jpountz (31)
  rmuir (22)
  benwtrent (17)
  msokolov (16)

See all 169...
Draft
All
  No (303)
  Yes (63)
Component
All
  core (648)
  analysis (154)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (23)

See all 23...
Type
All
  enhancement (1206)
  bug (728)
  task (202)
  test (78)
  documentation (21)
Labels
All
  Stale (270)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (48)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2652)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (43)

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

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

#16526 PR: [New feature] Add an adaptive filtered strategy PathSeer for Lucene filtered HNSW search
20.4 minutes ago  3 comments  0 votes  0 watches  github-actions[bot]lizhiyuellmsokolov
Description This PR introduces PathSeer, an adaptive filtered HNSW search strategy, for ... . # Motivation Existing filtered HNSW strategies can perform very differently across workloads.
    lizhiyuell 20.5 minutes ago:  @msokolov Thanks for your interest in PathSeer! Over the past few weeks, we have continued evolving PathSeer’s search logic and improving its ... Based on the evaluations and discussions during our Weaviate integration, we made two improvements ...
    github-actions[bot] 4.4 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!

#16212 PR: Fix concurrent modification in LRUQueryCache.cleanUp()
8.8 hours ago  26 comments  0 votes  0 watches  benwtrentgithub-actions[bot]iprithvmsfrohromseygeeksgup432
iterating and removing matching cache entries under the partition write lock
    msfroh 11.4 hours ago:  @iprithv -- can you please move the changelog entry to 11.0? The change itself looks fine.
    github-actions[bot] 2 months 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!

#16555 PR: fix: prevent HNSW node degree decay across merge generations by adding absolute M-based threshold
8.8 hours ago  3 comments  0 votes  0 watches  ethbakgithub-actions[bot]msokolovwaterWang
# Fix This PR fixes a progressive recall degradation issue in IncrementalHnswGraphMerger when ... The node is flagged for repair only if it lost more than 15% of its neighbors in that single merge ... The threshold is relative to the node's **current** (potentially already thinned) degree at the ...
    github-actions[bot] 8.8 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!
    msokolov 14.7 days ago:  I do appreciate the problem description, but also the description of the problems with this ... I do think setting a minimum outdegree floor makes sense, and we should consider allowing it to ... And we definitely need benchmarks in order to settle on anything.

#16627 PR: Parallelize the repair process for disconnected nodes during HNSW merge-re-use
9 hours ago  21 comments  0 votes  0 watches  ethbakgithub-actions[bot]msokolov
Overview Currently, when IncrementalHnswGraphMerger reuses an existing graph, InitializedHnswGra ... This logic runs inside ConcurrentHnswMerger.createBuilder. Which is called before HnswConcurrentMergeBuilder even exists, so the copy/repair/rebalance process ...
    ethbak 9 hours ago:  > Please try to avoid force-push if possible, since it loses the commits on which the reviews are ... I was trying to revise and my agent ended up modifying the PR when I meant to just reconcile and ... My error, please do not review yet, I will add a more detailed update when I get a chance to fully ...
    msokolov 14.6 hours ago:  Please try to avoid force-push if possible, since it loses the commits on which the reviews are ...

#16654 PR: Backwards-compatibility changes for [Byte|Float]VectorSimilarityQuery
9.7 hours ago  2 comments  0 votes  0 watches  github-actions[bot]hossmankaivalnp
Description Backwards compatibility changes described in https://github.com/apache/lucene/pull/ ...
    hossman 9.7 hours ago:  > One issue with this change: users won't be able to subclass the queries and override functions ( ... . > I wonder if we should create new classes entirely, or keep initialization constructor-based?
    kaivalnp 9.9 hours ago:  One issue with this change: users won't be able to subclass the queries and override functions (for ... I wonder if we should create new classes entirely, or keep initialization constructor-based? (and let users discover the breakage through their tests)

#16030 PR: Implement data-blind scalar quantization
11.8 hours ago  27 comments  0 votes  0 watches  github-actions[bot]kaivalnpmccullochtmikemccandromseygeek
Add an option to the quantization format to enable or disable centering (enabled by default). When centering is disabled we also stop writing the float vectors which can lead to significant ... Special handling is included during merges -- we check that all of the input is in the same ...
    mccullocht 12.9 hours ago:  It's not part of the automated indexing flow but IIUC there is already support for truncating the ... At 4 or 8 bits this is almost always pretty reasonable.
    mccullocht 13 hours ago:  This file has been deleted.

#16653 PR: deps(java): bump com.github.luben:zstd-jni from 1.5.7-15 to 1.5.7-16
12.9 hours ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps com.github.luben:zstd-jni from 1.5.7-15 to 1.5.7-16. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/luben/zstd-jni/commit/ ... [Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities ...

[17.2 msec search, 18.1 msec total]