[Save this search]

Status
All
   Fixed (7187)
  Closed (4873)
Open (2585)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2257)
  PR (328)
Author relation
All
  None (2043)
  Member (642)
  Contributor (451)
  New contributor (60)
Created
All
  Past day (7)
  Past 2 days (17)
  Past 3 days (20)
  Past week (35)
  Past month (69)
  Past 3 months (113)
  Past 6 months (157)
  Past year (269)
Updated
All
  Past day (23)
  Past 2 days (29)
  Past 3 days (38)
  Past week (66)
  Past month (99)
  Past 3 months (140)
  Past 6 months (203)
  Past year (496)
Updated ago
All
  > 1 day ago (2562)
  > 2 days ago (2556)
  > 3 days ago (2547)
  > 1 week ago (2519)
  > 1 month ago (2486)
  > 3 months ago (2445)
  > 1 year ago (2089)
Comment count
All
  0 (583)
  1 (358)
  2 - 5 (801)
  6 - 10 (437)
  10 - 20 (308)
  > 20 (169)
Reaction count
All
  0 (2304)
  1 (168)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  romseygeek (4)
  dweiss (3)

See all 25...
Mentioned
All
  jpountz (94)
  mikemccand (76)
  benwtrent (53)
  rmuir (51)
  uschindler (38)
  msokolov (38)
  romseygeek (22)

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

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

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

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

See all 163...
Draft
All
  No (273)
  Yes (55)
Component
All
  core (616)
  analysis (148)
  highlighter (46)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (26)

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

See all 749...
Assignee
All
  Unassigned (2341)
  mikemccand (35)
  uschindler (31)
  romseygeek (28)
  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

#16222 PR: Defer term collection when query term count is unknown
16.4 minutes ago  1 comments  0 votes  0 watches  github-actions[bot]txwei
Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> MultiTermQuery constant-score ...
    txwei 12.2 hours ago:  luceneutil benchmarks (query WildcardLeadingAndMissing: +body:/.*qmzxwvbb.*/ +body:zzznomatchqqq) ` TaskQPS baseline StdDevQPS ...

#16229 PR: BooleanWeight.explain prints failing optional clauses (when required)
27.7 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]slow-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 ...

#16092 PR: Add hadamard rotation to vector fields
1.7 hours ago  50 comments  0 votes  0 watches  benwtrentgithub-actions[bot]kaivalnpmccullochtmikemccandshubhamvishuxande
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.
    benwtrent 9.1 hours ago:  @shubhamvishu thank you a bunch for iterating on the API and the discussion here :)
    shubhamvishu 21.3 hours ago:  I pushed a new revision moving the complete rotation specific logic into the new vector format and ... Enabling rotation simply means wrapping the any knn vector format with the new RotationAwareKnnVecto ... Also confirmed the earlier rotation benchmark numbers remain the same (so functionally all same)

#16216 PR: Add DiversifiedTopDocsCollectorManager to enable concurrent search
2.1 hours ago  0 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

#16217 PR: Add DistinctValuesCollectorManager to enable concurrent search
2.1 hours ago  0 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

#16214 PR: Add in-place KNN vector field updates: IndexWriter.update{Float,Byte}VectorValue
2.3 hours ago  26 comments  0 votes  0 watches  LantaoJingithub-actions[bot]github-advanced-security[bot]iprithviverasejimczi
Description Adds two IndexWriter APIs to update a document's KNN vector **in place**, without ... For workloads that periodically re-embed (e.g. bumping the embedding model version) that is ... These APIs mirror updateDocValues -- they rewrite just the affected field at a new per-segment ...
    iverase 2.3 hours ago:  Changing approximated search to exact search under the hood just because of an update feels wrong.
    jimczi 2.5 hours ago:  I wonder if this is the right tradeoff for ANN-backed indices in general. Losing the ANN structure for the whole segment after a small vector update and falling back to ... Maybe this only really makes sense for flat indices where there is no ANN structure to invalidate? ...

#16180 PR: add bulk intoBitSet for SortedDocValues ordinal ranges
2.5 hours ago  3 comments  0 votes  0 watches  github-actions[bot]iprithviverasejimczi
extends the unified two-phase strategy from 16177 to SortedDocValues. Ordinal range queries now bulk-evaluate through intoBitSet instead of confirming matches() one doc ...
    jimczi 2.6 hours ago:  Oups thanks @iverase and sorry for the noise @iprithv , I was reviewing this change at the same time
    iverase 3 hours ago:  @jimczi I think your comment is referring to this other PR?

[20.7 msec search, 21.6 msec total]