[Save this search]

Status
All
   Fixed (7187)
  Closed (4893)
Open (2574)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2256)
  PR (318)
Author relation
All
  None (2043)
  Member (640)
  Contributor (440)
  New contributor (59)
Created
All
  Past day (3)
  Past 2 days (8)
  Past 3 days (17)
  Past week (26)
  Past month (61)
  Past 3 months (102)
  Past 6 months (146)
  Past year (258)
Updated
All
  Past day (16)
  Past 2 days (29)
  Past 3 days (31)
  Past week (52)
  Past month (88)
  Past 3 months (128)
  Past 6 months (192)
  Past year (483)
Updated ago
All
  > 1 day ago (2558)
  > 2 days ago (2545)
  > 3 days ago (2543)
  > 1 week ago (2522)
  > 1 month ago (2486)
  > 3 months ago (2446)
  > 1 year ago (2090)
Comment count
All
  0 (572)
  1 (359)
  2 - 5 (799)
  6 - 10 (437)
  10 - 20 (309)
  > 20 (169)
Reaction count
All
  0 (2293)
  1 (168)
  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 25...
Mentioned
All
  jpountz (94)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (20)

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

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

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

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

See all 165...
Draft
All
  No (263)
  Yes (55)
Component
All
  core (614)
  analysis (148)
  highlighter (46)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (24)

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

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

#15979 PR: Add a de-duplicating flat vector format
19.4 minutes ago  30 comments  0 votes  0 watches  github-actions[bot]kaivalnpmikemccandmsokolov
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 - ...
    mikemccand 19.4 minutes ago:  Doesn't using this require that all fields that want to be dedup'd must share the same ... In which case if there are variations like that (rotated, centered), all fields will do that the ...
    mikemccand 2.1 days ago:  Maybe drop # nocommit to make sure we remove before merging? I think you can put # comment in these SPI configuration files?

#16227 PR: Add dense indexing path for BinaryColumn
2.4 hours ago  6 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]iprithv
When a BinaryColumn reports Density.DENSE, IndexingChain now bulk-consumes values from a ... The points pass goes through PointValuesWriter.addDenseNDValues, which stages fixed-width N-D ... Contiguous columns can override BytesRefValuesCursor.
    iprithv 2.4 hours ago:  LGTM
    Tim-Brooks 19.8 hours ago:  I added a static assert to identify if the max packed size increases beyond the current buffer size.

#16198: Monitor to support search concurrency
2.5 hours ago  3 comments  0 votes  0 watches  javannaoffsetflow
Description There is currently no way to provide an executor to the index searcher used ... There may be value in parallelizing execution, but besides exposing the ability for users to ...
    offsetflow 2.5 hours ago:  > Hello @offsetflow this looks to be a good mentored project, but perhaps too broad for a first ... It requires some knowledge of how search concurrency works, as well as the monitor module and how ... I would recommend looking instead for good first issues if you want to start contributing to Lucene ...
    javanna 5.3 hours ago:  Hello @offsetflow this looks to be a good mentored project, but perhaps too broad for a first ... It requires some knowledge of how search concurrency works, as well as the monitor module and how ... I would recommend looking instead for good first issues if you want to start contributing to Lucene ...

#16229 PR: BooleanWeight.explain prints failing optional clauses (when required)
5 hours ago  6 comments  0 votes  0 watches  epotyomgithub-actions[bot]iprithvslow-J
The explanation now includes no match on optional clause (…) sub-explanations for each non-matching ... Previously, BooleanWeight.explain silently discarded non-matching SHOULDs. The explanation would say "Failure to match minimum number of optional clauses: X" without stating ...
    slow-J 5 hours ago:  Thanks for the feedback @epotyom, I'll move the test there.
    epotyom 5.6 hours ago:  Nice change - it will make it much easier to understand why complex should clauses don't match. I only have one minor comment:

#16238 PR: Fix match cost for skip-indexed sorted numeric range iterators
5.1 hours ago  0 comments  0 votes  0 watches  easyicegithub-actions[bot]
The skipper branch runs the same multi-valued predicate, so using the same match cost as the ...

#16216 PR: Add DiversifiedTopDocsCollectorManager to enable concurrent search
5.3 hours ago  1 comments  0 votes  0 watches  github-actions[bot]javanna
Introduces DiversifiedTopDocsCollectorManager, an abstract CollectorManager whose reduce() merges ... Updates TestDiversifiedTopDocsCollector to use it, removing usages of the deprecated ... Relates to #12892
    javanna 5.3 hours ago:  I am planning to merge this in the coming days, if there are no objections. Feedback is welcome!

#16217 PR: Add DistinctValuesCollectorManager to enable concurrent search
5.3 hours ago  1 comments  0 votes  0 watches  github-actions[bot]javanna
Introduces DistinctValuesCollectorManager, a CollectorManager for DistinctValuesCollector that ... Updates TestDistinctValuesCollector to use the new manager together with FirstPassGroupingCollectorM ... Relates to #12892
    javanna 5.3 hours ago:  I am planning to merge this in the coming days, if there are no objections. Feedback is welcome!

[52.8 msec search, 53.7 msec total]