[Save this search]

Status
All
   Fixed (7187)
  Closed (4900)
Open (2584)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2260)
  PR (324)
Author relation
All
  None (2047)
  Member (641)
  Contributor (443)
  New contributor (60)
Created
All
  Past day (1)
  Past 2 days (5)
  Past 3 days (6)
  Past week (28)
  Past month (66)
  Past 3 months (107)
  Past 6 months (155)
  Past year (266)
Updated
All
  Past day (6)
  Past 2 days (12)
  Past 3 days (22)
  Past week (52)
  Past month (95)
  Past 3 months (133)
  Past 6 months (202)
  Past year (492)
Updated ago
All
  > 1 day ago (2578)
  > 2 days ago (2572)
  > 3 days ago (2562)
  > 1 week ago (2532)
  > 1 month ago (2489)
  > 3 months ago (2451)
  > 1 year ago (2092)
Comment count
All
  0 (579)
  1 (361)
  2 - 5 (802)
  6 - 10 (433)
  10 - 20 (311)
  > 20 (168)
Reaction count
All
  0 (2301)
  1 (170)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  rmuir (5)
  benwtrent (5)
  msokolov (4)
  iverase (4)
  romseygeek (4)

See all 26...
Mentioned
All
  jpountz (94)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (20)

See all 203...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (15)
  rmuir (13)
  msokolov (12)
  dweiss (11)
  uschindler (11)

See all 63...
Commented
All
  asfimport (1368)
  github-actions[bot] (230)
  jpountz (140)
  mikemccand (125)
  rmuir (96)
  benwtrent (86)
  msokolov (80)

See all 300...
User
All
  asfimport (1810)
  github-actions[bot] (290)
  mikemccand (211)
  jpountz (202)
  rmuir (130)
  benwtrent (121)
  msokolov (100)

See all 450...
Last comment user
All
  asfimport (1325)
  github-actions[bot] (223)
  mikemccand (33)
  jpountz (32)
  rmuir (22)
  msokolov (17)
  benwtrent (16)

See all 167...
Draft
All
  No (268)
  Yes (56)
Component
All
  core (618)
  analysis (150)
  highlighter (48)
  spatial (42)
  facet (42)
  queryparser (27)
  test-framework (26)

See all 23...
Type
All
  enhancement (1182)
  bug (726)
  task (202)
  test (78)
  documentation (22)
Labels
All
  Stale (217)
  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 (2584)
Reporter
All
  rmuir (271)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  romseygeek (42)

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

#16255 PR: build: replace nocommit/TOOD checks with typos-cli
2.1 hours ago  1 comments  0 votes  0 watches  dweissgithub-actions[bot]rmuir
Integrate typos (https://github.com/crate-ci/typos/) to detect common typos and to ban a few ( ... The checker is already has a very low false-positive rate, but this repository is challenging: ... To prevent it from being annoying, tone it down a bit.
    dweiss 2.1 hours ago:  Lgtm. Look how many there were!

#15676 PR: Feature/collaborative hnsw search
3.9 hours ago  25 comments  0 votes  0 watches  benwtrentgithub-actions[bot]krickertmsokolovnavneet1vvigyasharma
[HNSW] Collaborative Search via Dynamic Threshold Feedback > **Status: Experimental** - This ... Full distributed multi-shard testing will happen in a follow-up PR for OpenSearch.
    krickert 2.5 months ago:  Update - Still working through this - it took me awhile to get data wrangled into this with the ... The real test will have a full document index and compare the two with a 250GB index between 16 and ... I'm using a single 4080 GPU for this, so I think the data might take a few days to produce.
    krickert 3.3 months ago:  Thanks for the suggestions, @vigyasharma. You’re right; I used the current 100-visit warm-up as a static safeguard to prevent the "entry ... My next round of tests will retain the 100-visit warm-up to establish a baseline, then I'll ...

#16207 PR: fix(16033) - Fix data race in BlockingFloatHeap.poll function
6.4 hours ago  14 comments  0 votes  0 watches  github-actions[bot]iprithvvijaykriishna
Description The data race in the poll() method has been resolved by moving the lock acquisition ... This ensures that the entire operation—both the validation and the heap operations—is protected by ... Resolves: https://github.com/apache/lucene/issues/16033
    vijaykriishna 6.4 hours ago:  > I see more things here, which doesn't test this bug except testDataRaceOnPoll...other things i ... You're right. testDataRaceOnPoll() is the only test that specifically reproduces the race fixed in ... The other tests are broader concurrency checks and don't appear to fail without the fix.
    vijaykriishna 6.4 hours ago:  > shouldn't this be under bug fixes? You're right. Placed it under bug fixes section.

#16089 PR: Upgrade DocIdSetBuilder to use FixedBitSet eagerly once exceeding the threshold
8.6 hours ago  4 comments  0 votes  0 watches  epotyomgithub-actions[bot]kkewwei
Description In DocIdSetBuilder, if We know the cost and is large enough, switch the builder to ... . <!
    kkewwei 2.5 days ago:  Each query yields at most two CELL_CROSSES_QUERY leaf nodes, while each enforces a default document ... This yields an upper bound estimate of (512/2) × 2 documents. Additionally, the estimation logic has been optimized to boost the precision of CELL_CROSSES_QUERY ...
    epotyom 5.3 days ago:  Nice change, the eager upgrade idea makes sense! Have you run benchmarks? One thing I'd like to understand better: cost comes from estimateDocCount(), which for ...

#16139 PR: Fix IBSimilarity with DistributionSPL producing negative scores
16 hours ago  1 comments  0 votes  0 watches  github-actions[bot]iprithv
IBSimilarity with DistributionSPL could produce negative scores due to floating-point rounding ... This breaks the contract that Lucene scores must be non-negative.
    github-actions[bot] 16 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!

#16219 PR: Allow multiple addBatch columns per field name
21.5 hours ago  11 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]mayya-sharipova
Relaxes the one-column-per-field-name rule in addBatch so a field can be built from several ... processBatch now mirrors processDocument: schemas accumulate across same-named columns and ... Each feature (inversion, stored, doc values, points, vectors) must still come from a single ...
    mayya-sharipova 1.9 days ago:  Should we only calculate overlap if pf.fieldGen == batchGen? ` if (pf.fieldGen != batchGen) { pf.fieldGen = batchGen; pf.columnAspects = 0; pf.schema.reset( ...
    mayya-sharipova 1.9 days ago:  Thanks Tim, overall LGTM! I've left minor comments

#16253 PR: Fix backward advanceExact in DocValuesRangeIterator#intoBitSet MAYBE …
1.3 days ago  3 comments  0 votes  0 watches  easyicegithub-actions[bot]iverase
1. **The fix**. numericValues / sortedNumericValues is the same instance as disi, so a preceding ... Adjust the starting point to keep rangeIntoBitSet's advanceExact calls forward-only. 2.
    iverase 1.3 days ago:  LGTM
    iverase 1.3 days ago:  Nit: This is a bug introduced in #16166 and has not been released, maybe merge this change in the ...

[20.9 msec search, 21.8 msec total]