[Save this search]

Status
All
   Fixed (7187)
  Closed (5007)
Open (2606)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2269)
  PR (337)
Author relation
All
  None (2057)
  Member (646)
  Contributor (463)
  New contributor (69)
Created
All
  Past day (1)
  Past 2 days (1)
  Past 3 days (3)
  Past week (14)
  Past month (50)
  Past 3 months (116)
  Past 6 months (171)
  Past year (277)
Updated
All
  Past day (22)
  Past 2 days (38)
  Past 3 days (45)
  Past week (66)
  Past month (115)
  Past 3 months (157)
  Past 6 months (220)
  Past year (507)
Updated ago
All
  > 1 day ago (2584)
  > 2 days ago (2568)
  > 3 days ago (2561)
  > 1 week ago (2540)
  > 1 month ago (2491)
  > 3 months ago (2449)
  > 1 year ago (2099)
Comment count
All
  0 (583)
  1 (364)
  2 - 5 (805)
  6 - 10 (443)
  10 - 20 (315)
  > 20 (171)
Reaction count
All
  0 (2322)
  1 (171)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  rmuir (5)
  benwtrent (5)
  iverase (4)
  romseygeek (4)
  dweiss (3)

See all 26...
Mentioned
All
  jpountz (93)
  mikemccand (77)
  rmuir (55)
  benwtrent (54)
  msokolov (41)
  uschindler (39)
  romseygeek (21)

See all 208...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  rmuir (14)
  benwtrent (14)
  msokolov (12)
  uschindler (12)
  dweiss (11)

See all 64...
Commented
All
  asfimport (1368)
  github-actions[bot] (250)
  jpountz (140)
  mikemccand (123)
  rmuir (97)
  benwtrent (85)
  msokolov (84)

See all 303...
User
All
  asfimport (1810)
  github-actions[bot] (302)
  mikemccand (209)
  jpountz (201)
  rmuir (132)
  benwtrent (122)
  msokolov (104)

See all 455...
Last comment user
All
  asfimport (1324)
  github-actions[bot] (244)
  jpountz (32)
  mikemccand (31)
  rmuir (23)
  msokolov (20)
  benwtrent (17)

See all 163...
Draft
All
  No (279)
  Yes (58)
Component
All
  core (624)
  analysis (154)
  highlighter (48)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1192)
  bug (725)
  task (202)
  test (79)
  documentation (22)
Labels
All
  Stale (242)
  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 (2606)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  romseygeek (42)

See all 752...
Assignee
All
  Unassigned (2363)
  mikemccand (35)
  uschindler (32)
  romseygeek (28)
  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

#14137: Exception raised when using FixedShingleFilter with WordDelimiterGraphFilter
30.6 minutes ago  1 comments  0 votes  0 watches  Arc-Asumitybinshengliuvismaytiwari
Description Hi, I'd like to report an issue using FixedShingleFilter with WordDelimiterGraphFilter ... An exception is raised on the following conditions. * Tokenizer produces 1 token * WordDelimiterGrap ...
    vismaytiwari 30.6 minutes ago:  Opened 16384 for this. The flattened graph feeding FixedShingleFilter for 555,0 is 5550(posInc 1), 555(posInc 0), 0(posInc ... The fix accumulates the increments of base positions that emit nothing and applies the total to the ...

#16384 PR: Fix FixedShingleFilter emitting a leading 0 position increment (GITHUB#14137)
32.1 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]vismaytiwari
Description Fixes 14137. With a valid analyzer chain — StandardTokenizer → WordDelimiterGraphFilter(GENERATE_WORD_PARTS | ... This is the same chain Elasticsearch's search_as_you_type uses.

#16313 PR: Refactor conditional statements to switch expression in Dictionary class
1.5 hours ago  2 comments  0 votes  0 watches  github-actions[bot]gsmillermsokolovrajat315315
Description Fixes https://github.com/apache/lucene/issues/16314 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md -->
    msokolov 1.5 hours ago:  Why would we do this? We don't want to be making changes just for the sake of making changes. It looks as if you must be running some kind of bot that is generating automated code change PRs.
    rajat315315 4.8 hours ago:  @gsmiller @msokolov This is a simple code refactoring Pull request.

#16320 PR: Improve sorting logic in NeighborArray and add test for stable order
4.9 hours ago  3 comments  0 votes  0 watches  github-actions[bot]msokolovrajat315315
Fixes https://github.com/apache/lucene/issues/16321 Description The legacy sorting logic in ... The solution I'm proposing takes O(N) time complexity and O(N) space complexity.
    rajat315315 4.9 hours ago:  Apologies, NeighborArray data-structure is only used during indexing phase. The search time results/improvements is likely normal test run noise.
    msokolov 1.8 days ago:  Can you explain the search speedup? I don't see how any improvements in this area can affect search given that we only use ... This is making me doubt all the results reported here.

#15027 PR: Optimize prefix sum computation in Lucene99HnswVectorsReader; fixes #15024
16.5 hours ago  20 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jpountzmsokolovromseygeekyossev
Replaced the two-step prefix sum loop in Lucene99HnswVectorsReader with a single-loop variant that ... Previous approach: - Read first value separately.
    github-actions[bot] 16.5 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!
    github-actions[bot] 4.6 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!

#15177 PR: Update code comment after bumping block size to 256.
16.5 hours ago  4 comments  0 votes  0 watches  RamakrishnaChilakabenwtrentgithub-actions[bot]jpountzromseygeek
The flag we store at the beginning of every block is either 0 if the block is dense, a positive ... This PR updates the comment that explains why we're guaranteed to not overflow a byte with the ...
    github-actions[bot] 16.5 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!
    github-actions[bot] 4.6 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!

#15494 PR: Set minimum competitive score in FirstPassGroupingCollector
16.5 hours ago  6 comments  0 votes  0 watches  benwtrentgaobinlonggithub-actions[bot]jpountzmikemccandromseygeek
Similar to TopScoreDocCollector, in FirstPassGroupingCollector, if the primary sort is _score, we ...
    github-actions[bot] 16.5 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!
    github-actions[bot] 3.1 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!

[16.6 msec search, 17.5 msec total]