[Save this search]

Status
All
   Fixed (7187)
  Closed (4913)
Open (2576)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2260)
  PR (316)
Author relation
All
  None (2047)
  Member (634)
  Contributor (442)
  New contributor (60)
Created
All
  Past day (1)
  Past 2 days (1)
  Past 3 days (4)
  Past week (17)
  Past month (58)
  Past 3 months (99)
  Past 6 months (147)
  Past year (258)
Updated
All
  Past day (6)
  Past 2 days (10)
  Past 3 days (14)
  Past week (44)
  Past month (85)
  Past 3 months (125)
  Past 6 months (194)
  Past year (484)
Updated ago
All
  > 1 day ago (2570)
  > 2 days ago (2566)
  > 3 days ago (2562)
  > 1 week ago (2532)
  > 1 month ago (2491)
  > 3 months ago (2451)
  > 1 year ago (2092)
Comment count
All
  0 (579)
  1 (357)
  2 - 5 (799)
  6 - 10 (434)
  10 - 20 (311)
  > 20 (167)
Reaction count
All
  0 (2294)
  1 (169)
  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 26...
Mentioned
All
  jpountz (94)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (20)

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

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

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

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

See all 164...
Draft
All
  No (261)
  Yes (55)
Component
All
  core (613)
  analysis (149)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (26)

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

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

#16146 PR: Optimize cached-filter conjunction batching
52.7 minutes ago  15 comments  0 votes  0 watches  costingithub-actions[bot]iprithvjimcziromseygeek
This builds on 16141 by allowing DefaultBulkScorer to use the DocIdStream path for dense no-score ... The useful target is cached-filter conjunctions, especially when the cached filter is dense enough ... Those cases show the clearest wins, up to 2.38x in this short run.
    romseygeek 52.7 minutes ago:  Hi @costin, can you resolve the conflicts here?
    costin 10.2 days ago:  Platform: c5a.2xlarge, AMD EPYC 7R32, AVX2, 1M docs, JDK 25, filtered_optional (FILTER(cached) + ...

#16091 PR: Replace deprecated search(Query, Collector) with CollectorManager in JoinUtil
2.8 hours ago  10 comments  0 votes  0 watches  jainankitkjavanna
For the ScoreMode.None + no min/max path, replace the deprecated IndexSearchersearch(Query, ... This also enables true parallel collection when the searcher has an executor. Switch testSimpleOrdinalsJoin and testOrdinalsJoinExplainNoMatches to use newSearcher() so the ...
    javanna 2.8 hours ago:  Going back to this conversation. On the memory per slice: The current design allocates one LongBitSet(segmentValueCount) per ... With intra-segment partitioning, a segment split into K slices → K collectors → K separate ...
    javanna 11.3 days ago:  I am not sure either, there's a fine balance between the main purpose of this PR (removing ... I am also not deeply familiar with the join module.

#12892: Remove all deprecated IndexSearcher#search(Query, Collector) usage / methods in the next major ...
3.7 hours ago  5 comments  0 votes  0 watches  github-project-automation[bot]gsmillerjavannamsfrohromseygeeksgup432zacharymorn
Description As a follow-up of https://github.com/apache/lucene/issues/11041, we would like to ... A list of the leftover usages follows:- [x] facet: FacetsCollector (ongoing discussion at #13725, ...
    gsmiller 1.8 years ago:  Note that we added a factory method in CollectorManager that might make these migration tasks a ... See CollectorManagerforSequentialExecution (and thanks to @romseygeek for the idea!). EDIT: After more consideration, this is probably too trappy for users and is likely getting removed ...
    msfroh 1.8 years ago:  Opened https://github.com/apache/lucene/pull/13747 for join/join.test.

#16258 PR: Extract per-doc assertion helpers in QueryUtils
5.4 hours ago  0 comments  0 votes  0 watches  javanna
Move the 70-line assertion+diagnostic block from checkSkipTo's collect() into assertDocAndScore(), ... No behaviour change. This is in preparation for an upcoming refactoring that aims to remove the leftover usages of the ...

#16245 PR: Simple64
7.6 hours ago  0 comments  0 votes  0 watches  github-actions[bot]vsop-479
Description Simple64: pack multiple small non-negative integers into a single long. This change try to implement Simple64 to bulk encode/decode small ints, and use it to write terms' ...

#16247 PR: Introduce CachingCollectorManager to parallelize search when using CachingCollector
7.9 hours ago  9 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description This PR introduces CachingCollectorManager, switches GroupingSearch to use search ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 7.9 hours ago:  Great to see movement in this area, thanks for working on this @gaobinlong ! I left some comments
    javanna 7.9 hours ago:  is it expected that caching collectors may be empty? Or should we throw illegal state if it is when the method is called?

#15676 PR: Feature/collaborative hnsw search
1.2 days ago  25 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 2.5 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.
    krickert 3.3 months ago:  Thanks for the suggestions, @vigyasharma. You’re right; I used the current 100-visit warm-up as a static safeguard to prevent the "entry ... My next round of tests will retain the 100-visit warm-up to establish a baseline, then I'll ...

[22.2 msec search, 23.1 msec total]