[Save this search]

Status
All
   Fixed (7187)
  Closed (4721)
Open (2553)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2248)
  PR (305)
Author relation
All
  None (2037)
  Member (629)
  Contributor (421)
  New contributor (58)
Created
All
  Past day (1)
  Past 2 days (4)
  Past 3 days (4)
  Past week (10)
  Past month (33)
  Past 3 months (83)
  Past 6 months (129)
  Past year (255)
Updated
All
  Past day (8)
  Past 2 days (14)
  Past 3 days (22)
  Past week (33)
  Past month (58)
  Past 3 months (126)
  Past 6 months (170)
  Past year (481)
Updated ago
All
  > 1 day ago (2545)
  > 2 days ago (2539)
  > 3 days ago (2531)
  > 1 week ago (2520)
  > 1 month ago (2495)
  > 3 months ago (2427)
  > 1 year ago (2072)
Comment count
All
  0 (567)
  1 (354)
  2 - 5 (794)
  6 - 10 (433)
  10 - 20 (306)
  > 20 (168)
Reaction count
All
  0 (2271)
  1 (167)
  2 - 5 (93)
  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 24...
Mentioned
All
  jpountz (93)
  mikemccand (74)
  benwtrent (52)
  rmuir (50)
  msokolov (40)
  uschindler (38)
  dweiss (17)

See all 204...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (16)
  rmuir (14)
  msokolov (12)
  uschindler (11)
  dweiss (10)

See all 61...
Commented
All
  asfimport (1369)
  github-actions[bot] (233)
  jpountz (140)
  mikemccand (122)
  rmuir (96)
  benwtrent (83)
  msokolov (81)

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (209)
  jpountz (201)
  rmuir (128)
  benwtrent (123)
  msokolov (104)

See all 443...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (227)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  msokolov (17)
  benwtrent (17)

See all 154...
Draft
All
  No (252)
  Yes (53)
Component
All
  core (593)
  analysis (150)
  highlighter (46)
  spatial (42)
  facet (41)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1176)
  bug (725)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (224)
  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 (2553)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  dweiss (42)
  romseygeek (42)

See all 744...
Assignee
All
  Unassigned (2311)
  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

#15991 PR: BooleanQuery: narrow bulk scoring when FILTER matches primary index sort
1.8 hours ago  2 comments  0 votes  0 watches  github-actions[bot]iprithviverase
# Description Implements 15139 : When a BooleanQuery has a FILTER clause that constrains the ... The optimization currently applies to: - sorted numeric range filters on the primary index sort ... .
    iprithv 1.9 hours ago:  @iverase Agree the old shape might be hard to follow. I did a small refactor, I moved the logic that decides when a FILTER matches the primary sort field ... Thanks!
    iverase 1.9 days ago:  I found the current implementation a bit confusing with all those type checks, and it doesn't seem ... I wonder if we should implement this in a more java idiomatic way, for example by introducing a new ...

#16045: Optimize StoredFields merge strategy based on chunk deletion ratio
6.1 hours ago  0 comments  0 votes  0 watches  kkewwei
Description For StoredField merging, the merge strategy has to switch from the BULK mode to the ...

#15958 PR: Bulk score hnsw neighbor array
9.1 hours ago  1 comments  0 votes  0 watches  benwtrentgithub-actions[bot]leng25
issue 15606 Refactor NeighborArrayisWorstNonDiverse to use bulkScore instead of score, enabling ... This change follows the approach taken in 15607, though unlike that case, this function is called ... The primary motivation is consistency, aligning both call sites to use bulkScore ensures this code ...
    leng25 9.1 hours ago:  Hi @benwtrent , would appreciate a look when you have time. Happy to make any changes if needed. Thanks!

#15606: Use bulk scoring more places for HNSW graphs
9.1 hours ago  4 comments  0 votes  0 watches  ML-dev-cryptobenwtrentleng25
Description While we have added bulk scoring, which can provide a substantial performance boost, ... I happened to notice its missing from filter search & higher level searches (fixed for 10.4), but ... Looking at the code, there are various places where I still see RandomVectorScorer.score that might ...
    leng25 24.4 days ago:  Hi, I noticed 15667 has been stale since Feb 21 with no activity. I have opened a new PR for this 15958 . Benchmarks are included in the PR description.
    ML-dev-crypto 3.1 months ago:  Understood, thank you for the guidance. To keep the scope small and focused, I will start by looking into NeighborArray#isWorstNonDiverse ... I'll open a PR for that specific change once I have verified the implementation and tests locally.

#15990 PR: Add experimental columnar indexing api
13.3 hours ago  23 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]mayya-sharipovamsfroh
This commit adds an experimental columnar indexing api to the IndexWriter. It allows the user to provide Long, Binary, and Vector columns to the indexing chain to ...
    Tim-Brooks 1.3 days ago:  This is now imo in a ready to review for (hopefully) eventual merge state.
    Tim-Brooks 4.3 days ago:  This was related: https://github.com/apache/lucene/pull/15886.

#16042 PR: Deprecate getCollectors() from TopFieldCollectorManager
18 hours ago  8 comments  0 votes  0 watches  github-actions[bot]javannaprudhvigodithi
Description Coming from https://github.com/apache/lucene/pull/15608. Deprecates getCollectors() in TopFieldCollectorManager in branch_10x and clarifies thread-safety ... Resolves https://github.com/apache/lucene/issues/15605.
    prudhvigodithi 18 hours ago:  Your wording make sense to me, updated in my latest commit.
    prudhvigodithi 18 hours ago:  Got it, I have shortened it a bit based on your point, please check and let me know if that is fine.

#15999 PR: Skip testing back-compat of unsupported DOCS_AND_CUSTOM_FREQS in 6.0 format
18.7 hours ago  2 comments  0 votes  0 watches  github-actions[bot]msokolovromseygeek
    romseygeek 18.7 hours ago:  Can this be merged @msokolov ?
    romseygeek 8.8 days ago:  LGTM

[21.0 msec search, 22.0 msec total]