[Save this search]

Status
All
   Fixed (7187)
  Closed (4981)
Open (2600)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2268)
  PR (332)
Author relation
All
  None (2050)
  Member (643)
  Contributor (460)
  New contributor (66)
Created
All
  Past day (2)
  Past 2 days (5)
  Past 3 days (15)
  Past week (18)
  Past month (62)
  Past 3 months (108)
  Past 6 months (165)
  Past year (273)
Updated
All
  Past day (7)
  Past 2 days (14)
  Past 3 days (27)
  Past week (65)
  Past month (112)
  Past 3 months (146)
  Past 6 months (213)
  Past year (501)
Updated ago
All
  > 1 day ago (2593)
  > 2 days ago (2586)
  > 3 days ago (2573)
  > 1 week ago (2535)
  > 1 month ago (2488)
  > 3 months ago (2454)
  > 1 year ago (2098)
Comment count
All
  0 (585)
  1 (361)
  2 - 5 (804)
  6 - 10 (439)
  10 - 20 (313)
  > 20 (169)
Reaction count
All
  0 (2317)
  1 (170)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  rmuir (5)
  benwtrent (5)
  msokolov (4)
  iverase (4)
  dweiss (3)

See all 27...
Mentioned
All
  jpountz (93)
  mikemccand (75)
  benwtrent (54)
  rmuir (53)
  uschindler (38)
  msokolov (38)
  romseygeek (20)

See all 207...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (15)
  rmuir (13)
  msokolov (13)
  dweiss (11)
  uschindler (11)

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

See all 300...
User
All
  asfimport (1810)
  github-actions[bot] (298)
  mikemccand (209)
  jpountz (201)
  rmuir (130)
  benwtrent (123)
  msokolov (101)

See all 453...
Last comment user
All
  asfimport (1324)
  github-actions[bot] (238)
  mikemccand (32)
  jpountz (32)
  rmuir (23)
  msokolov (18)
  benwtrent (17)

See all 165...
Draft
All
  No (274)
  Yes (58)
Component
All
  core (621)
  analysis (151)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (23)

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

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

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
3.1 hours ago  45 comments  0 votes  0 watches  epotyomgithub-actions[bot]slow-J
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 3.8 hours ago:  Will do that in next commit.
    slow-J 4.5 hours ago:  Will do alongside fieldName

#16350 PR: Fix disabling of bulk scoring in monitor
3.7 hours ago  0 comments  0 votes  0 watches  github-actions[bot]romseygeek
The monitor wraps all queries in a ForceNoBulkScoringQuery to ensure that it runs everything ... Changes to the bulk scoring API in Weight and ScorerSupplier meant that this optimization was ... Add a new test to ensure that bulk scoring is properly disabled, and re-work ForceNoBulkScoringQuery ...

#16351 PR: Refactor SimpleTextTermVectorsReader to reuse enums
6.3 hours ago  0 comments  0 votes  0 watches  rajat315315
Refactor SimpleTextTermVectorsReader to reuse enums and improve performance 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 -->

#16247 PR: Introduce CachingCollectorManager to parallelize search when using CachingCollector
7.2 hours ago  61 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description This PR introduces CachingCollectorManager, switches GroupingSearch to use search ... In addition, remove experimental GroupingSearch constructor that takes a GroupSelector as argument ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 10.1 hours ago:  Changed that, thanks!
    javanna 1.3 days ago:  That calls for either adjusting the test you added or introducing a new that hits that scenario ...

#16285 PR: Apply GCD bound transform to sorted numeric rangeIntoBitSet
8.3 hours ago  15 comments  0 votes  0 watches  costingithub-actions[bot]neoremindsgup432
GCD- and delta-encoded multi-value SortedNumericDocValues decode every packed value during range ... This transforms query bounds into the encoded domain and compares raw values directly, matching the ... Uses the same approach as 16160 (the same utility methods are used, will be removed once that PR ...
    costin 8.3 hours ago:  You're right , the code can be further reused. With #16283 merged, the code now delegates to DOC_VALUES_RANGE_SUPPORT.sortedNumericRangeIntoBitSet ...
    costin 8.5 hours ago:  Nice. The multiply-compare is more concise however in the interest of readability I'll keep the current ...

#15676 PR: Feature/collaborative hnsw search
16.9 hours ago  26 comments  0 votes  0 watches  benwtrentgithub-actions[bot]krickertmsokolovnavneet1vvigyasharma
[HNSW] Collaborative Search via Dynamic Threshold Feedback > **Status: Experimental** - This ... Full distributed multi-shard testing will happen in a follow-up PR for OpenSearch.
    krickert 11.8 days ago:  I've been busy working on a loading harness that's going to help test this. I still haven't forgotten about this.
    krickert 3.1 months ago:  Update - Still working through this - it took me awhile to get data wrangled into this with the ... The real test will have a full document index and compare the two with a 250GB index between 16 and ... I'm using a single 4080 GPU for this, so I think the data might take a few days to produce.

#16349 PR: Optimize IndexedDISI by implementing binary search for sparseDocs in …
23.3 hours ago  0 comments  0 votes  0 watches  github-actions[bot]rajat315315
Fixes 16348 Description This fix would be particularly useful in the case when we are ... In that case, we won't need to do a linear search over the 4096 Docs in the worst case. It would take only 12 operations log(N).

[15.3 msec search, 16.2 msec total]