[Save this search]

Status
All
   Fixed (7187)
  Closed (4771)
Open (2556)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2252)
  PR (304)
Author relation
All
  None (2039)
  Member (628)
  Contributor (422)
  New contributor (60)
Created
All
  Past day (3)
  Past 2 days (5)
  Past 3 days (6)
  Past week (11)
  Past month (38)
  Past 3 months (85)
  Past 6 months (131)
  Past year (247)
Updated
All
  Past day (14)
  Past 2 days (22)
  Past 3 days (27)
  Past week (37)
  Past month (65)
  Past 3 months (126)
  Past 6 months (175)
  Past year (475)
Updated ago
All
  > 1 day ago (2542)
  > 2 days ago (2534)
  > 3 days ago (2529)
  > 1 week ago (2519)
  > 1 month ago (2491)
  > 3 months ago (2430)
  > 1 year ago (2081)
Comment count
All
  0 (565)
  1 (361)
  2 - 5 (792)
  6 - 10 (432)
  10 - 20 (305)
  > 20 (170)
Reaction count
All
  0 (2276)
  1 (167)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (9)
  rmuir (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)
  dweiss (3)

See all 23...
Mentioned
All
  jpountz (93)
  mikemccand (75)
  benwtrent (52)
  rmuir (50)
  msokolov (39)
  uschindler (38)
  romseygeek (20)

See all 203...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (18)
  rmuir (13)
  msokolov (11)
  uschindler (11)
  dweiss (10)

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

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

See all 442...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (228)
  jpountz (32)
  mikemccand (31)
  rmuir (24)
  msokolov (17)
  benwtrent (16)

See all 158...
Draft
All
  No (252)
  Yes (52)
Component
All
  core (592)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (24)

See all 23...
Type
All
  enhancement (1179)
  bug (724)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (222)
  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 (2556)
Reporter
All
  rmuir (270)
  mikemccand (155)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (45)
  dweiss (41)

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

#16097 PR: Implement DocIdSetIterator#intoBitSet in many of the Lucene90DocValuesProducer implementations
1.3 hours ago  1 comments  0 votes  0 watches  github-actions[bot]iverasemartijnvg
This should be useful for any consumer of doc values.
    martijnvg 1.7 hours ago:  LGTM 👍

#16092 PR: Add hadamard rotation to vector fields
2 hours ago  17 comments  0 votes  0 watches  benwtrentgithub-actions[bot]mccullochtshubhamvishuxande
Description I worked with CC(Claude Code; did a great job in all phases from initial impl to ... This address the 2nd item Implement random rotation of vectors and queries. from Data-blind scalar ... I'm opening this to gather community feedback, as it shows promising recall improvements.
    mccullocht 2 hours ago:  Maybe this information should appear as part of FieldInfo? That would solve the "global" aspect of configuration as it would be uniform across all segments, ...
    benwtrent 7.2 hours ago:  Its a nice idea. I think we should strive to have a general "precondition vectors" interface. I am sure on the idea of having it integrated via field infos...I need to do some thinking here.

#16053 PR: Add an (optional) field-writer creation strategy to Lucene99FlatVectorsWriter
2.2 hours ago  5 comments  0 votes  0 watches  ChrisHegartybenwtrentgithub-actions[bot]ldematte
Lucene99FlatVectorsWriter hard-codes the per-field storage for vector values to an on-heap ... Different users of Lucene99FlatVectorsFormat and/or Lucene99FlatVectorsWriter may want to change ... In particular, this PR adds a public constructor overload to Lucene99FlatVectorsWriter that accepts ...
    ldematte 2.3 hours ago:  @benwtrent if you don't have any objection, we would like to merge this change
    ChrisHegarty 7.2 days ago:  LGTM

#16069 PR: Load dense filters into bitset in MaxScoreBulkScorer
2.3 hours ago  31 comments  0 votes  0 watches  github-actions[bot]iprithvromseygeek
when the filter is dense enough (cost >= maxDoc / 32) and has a fast intoBitSet, we just load it ... one important thing I noticed is not all iterators are fast here. the default intoBitSet just loops ... also made sure wrappers don’t hide this. added delegation so we can still detect fast intoBitSet ...
    iprithv 2.3 hours ago:  sure, updated. thanks!
    iprithv 2.3 hours ago:  yes, makes sense. done. thanks!

#15982 PR: Fix undercounting of RAM used by vectors buffered in in-memory segments
3.6 hours ago  24 comments  0 votes  0 watches  github-actions[bot]iprithvmikemccandshubhamvishu
Description Vector RAM accounting in ramBytesUsed() had three bugs causing IndexWriter to ... Bugs Fixed Fixes 15901 **1. BufferingKnnVectorsWriter hardcoded Float.BYTES for all encodings** Byte vectors ( ...
    iprithv 3.6 hours ago:  > Thanks for running the tests. Change wise it looks good to me.
    shubhamvishu 13.9 hours ago:  Thanks for running the tests. Change wise it looks good to me.

#15574 PR: Introduce FirstPassGroupingCollectorManager
5.5 hours ago  40 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javanna
Description This pr introduces FirstPassGroupingCollectorManager and switches TestGrouping and ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 5.5 hours ago:  Changed it.
    gaobinlong 5.6 hours ago:  Added, and also a test for it.

#16071: Can we improve caching of dense results?
7.6 hours ago  2 comments  0 votes  0 watches  iveraseromseygeeksgup432
I am working into improving the behaviour of DocValues skippers when they are applied to a single ... In this case, for some queries we know the result is dense so we can just find the minimum and ... This is the denser representation you can have for this type of iterator.
    iverase 7.6 hours ago:  @sgup432 Yes, that's an option. The query might need to scan a couple of skipper blocks which make it a bit more costly but indeed ... I have been trying to teach lucene bench to run using the cache (as it is something that we are not ...
    sgup432 2.1 days ago:  I wonder if caching results of a dense field which is a primary sort of an index makes any sense. As the computation for such case is cheap as it only requires few skipper reads which should be ... In addition, LRUCache is primarily used for expensive queries(calculated via query type, cost etc), ...

[21.1 msec search, 22.0 msec total]