[Save this search]

Status
All
   Fixed (7187)
  Closed (5256)
Open (2654)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2288)
  PR (366)
Author relation
All
  None (2065)
  Member (665)
  Contributor (518)
  New contributor (68)
Created
All
  Past day (0)
  Past 2 days (1)
  Past 3 days (2)
  Past week (10)
  Past month (53)
  Past 3 months (119)
  Past 6 months (197)
  Past year (293)
Updated
All
  Past day (6)
  Past 2 days (18)
  Past 3 days (23)
  Past week (38)
  Past month (92)
  Past 3 months (194)
  Past 6 months (243)
  Past year (546)
Updated ago
All
  > 1 day ago (2648)
  > 2 days ago (2636)
  > 3 days ago (2631)
  > 1 week ago (2616)
  > 1 month ago (2562)
  > 3 months ago (2460)
  > 1 year ago (2107)
Comment count
All
  0 (587)
  1 (376)
  2 - 5 (826)
  6 - 10 (454)
  10 - 20 (314)
  > 20 (171)
Reaction count
All
  0 (2367)
  1 (171)
  2 - 5 (94)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (5)
  iverase (4)
  benwtrent (4)
  dweiss (3)

See all 27...
Mentioned
All
  jpountz (100)
  mikemccand (85)
  rmuir (63)
  benwtrent (53)
  uschindler (42)
  msokolov (39)
  romseygeek (20)

See all 216...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  uschindler (11)
  dweiss (9)
  msokolov (9)

See all 64...
Commented
All
  asfimport (1368)
  github-actions[bot] (283)
  jpountz (137)
  mikemccand (126)
  rmuir (96)
  msokolov (87)
  benwtrent (83)

See all 313...
User
All
  asfimport (1810)
  github-actions[bot] (336)
  mikemccand (218)
  jpountz (208)
  rmuir (139)
  benwtrent (121)
  msokolov (107)

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

See all 167...
Draft
All
  No (304)
  Yes (62)
Component
All
  core (648)
  analysis (155)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (25)

See all 23...
Type
All
  enhancement (1208)
  bug (728)
  task (201)
  test (79)
  documentation (21)
Labels
All
  Stale (271)
  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 (2654)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (42)

See all 767...
Assignee
All
  Unassigned (2413)
  mikemccand (35)
  uschindler (32)
  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

#16669 PR: Use intoBitSet to speed up ReqExclBulkScorer with dense exclusions
4 hours ago  8 comments  0 votes  0 watches  github-actions[bot]kkewweiparkertimmins
Description Solved: 16668 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md -->
    kkewwei 4 hours ago:  @parkertimmins I also run the benchmark ReqExclNumericRangeBenchmark mentioned in 16568 about ... The benchmark results show that the current implementation(only dense path) also delivers ... .
    kkewwei 22.2 hours ago:  I remove the sparse path and use the dense path universally, test twice, the final results are: ...

#16666 PR: Iouring rerank reads for larger-than-RAM KNN search
6.4 hours ago  0 comments  0 votes  0 watches  190230250github-actions[bot]goankur
Title: **(Implemented with AI, with Human in the loop)** Sandbox IoUringDirectory: batched ... **Nothing outside lucene/sandbox/ is touched.** Description In 16656 a rerank shortlist is ... That works, but each read costs a syscall, a thread hand-off, and a blocked worker. io_uring ...

#16656 PR: Parallel O_DIRECT rerank reads for larger-than-RAM KNN search
6.4 hours ago  0 comments  0 votes  0 watches  github-actions[bot]goankur
Title: **(Implemented with AI, with Human in the loop)** Parallel O_DIRECT full-precision ... But the rerank reads the fp32 vectors one at a time, and once the index exceeds RAM those reads ... This PR: - **FlatVectorsReader.readRawVectors(field, ords, count, out)** (core, codecs/hnsw): an ...

#16030 PR: Implement data-blind scalar quantization
11.1 hours ago  58 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 11.1 hours ago:  Thanks for the review, I'll address the last few issues and rerun the benchmarks (there's now an ...
    kaivalnp 12.7 hours ago:  Looks great, thank you :) Curious if you were able to run benchmarks with the latest version?

#16680 PR: Add type to compound word
17.9 hours ago  7 comments  0 votes  0 watches  github-actions[bot]renatohrmuiruschindler
Hi @uschindler Is there a reason not to have a specific type on the compound words, so that I ...
    uschindler 17.9 hours ago:  > I'm fine with subword as a type, really. But there is a limitation that you can't have a type of both synonym and subword. Yes, if you expand synonyms and decompound then this hits you.
    rmuir 18 hours ago:  I'm fine with subword as a type, really. But there is a limitation that you can't have a type of both synonym and subword.

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
20.7 hours ago  54 comments  0 votes  0 watches  epotyomgithub-actions[bot]slow-Jstefanvodita
Resolves https://github.com/apache/lucene/issues/16249 Implementation heavily inspired by ... Range faceting (in the sandbox module -LongRangeFacetCutter) currently reads the doc-values value ... When the faceted field is single-valued, we can use a doc-values skip index.
    slow-J 20.7 hours ago:  > Cool idea and nice improvement! Do we know why BrowseIDOvlpRangeFacets QPS went down? Trying to drill into this, ID tasks (MedTermIDRangeFacets, MedTermIDOvlpRangeFacets, ...
    stefanvodita 3.5 days ago:  Cool idea and nice improvement! Do we know why BrowseIDOvlpRangeFacets QPS went down?

#16474 PR: GITHUB#7820: refuse to exorcise an index whose commit point could not be read
1.3 days ago  2 comments  0 votes  0 watches  github-actions[bot]gokaaimikemccandrmuirserhiy-bzhezytskyy
DescriptionCheckIndex#exorciseIndex dereferences Status#newSegments after checking only ... When the commit point cannot be read, checkIndex leaves newSegments null and sets missingSegments ... Luke is: CheckIndexDialogFactory enables its Repair button on if (!
    serhiy-bzhezytskyy 2.8 days ago:  Rebased on main (all green). PTAL when someone has a chance?
    github-actions[bot] 15.3 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!

[16.3 msec search, 17.2 msec total]