[Save this search]

Status
All
   Fixed (7187)
  Closed (4944)
Open (2591)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2262)
  PR (329)
Author relation
All
  None (2046)
  Member (644)
  Contributor (463)
  New contributor (59)
Created
All
  Past day (1)
  Past 2 days (2)
  Past 3 days (3)
  Past week (11)
  Past month (56)
  Past 3 months (104)
  Past 6 months (157)
  Past year (267)
Updated
All
  Past day (21)
  Past 2 days (27)
  Past 3 days (27)
  Past week (70)
  Past month (105)
  Past 3 months (139)
  Past 6 months (204)
  Past year (494)
Updated ago
All
  > 1 day ago (2570)
  > 2 days ago (2564)
  > 3 days ago (2564)
  > 1 week ago (2521)
  > 1 month ago (2486)
  > 3 months ago (2452)
  > 1 year ago (2096)
Comment count
All
  0 (573)
  1 (359)
  2 - 5 (809)
  6 - 10 (438)
  10 - 20 (313)
  > 20 (170)
Reaction count
All
  0 (2308)
  1 (169)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  rmuir (6)
  benwtrent (5)
  iverase (4)
  romseygeek (4)
  dweiss (3)

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

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

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

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

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

See all 167...
Draft
All
  No (272)
  Yes (57)
Component
All
  core (624)
  analysis (149)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (24)

See all 23...
Type
All
  enhancement (1185)
  bug (724)
  task (202)
  test (79)
  documentation (22)
Labels
All
  legacy-jira-fix-versio... (214)
  Stale (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 (2591)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  romseygeek (42)

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

#16243 PR: StableTfl Similarity
5.1 minutes ago  3 comments  0 votes  0 watches  github-actions[bot]mccullochtnik9000txwei
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 --> Adds StableTflSimilarity, a new ...
    mccullocht 5.1 minutes ago:  Overall LGTM. Please resolve the conflict in CHANGES. Would you like this to be backported into the Lucene 10 branch or should this be left for 11?
    mccullocht 8.8 minutes ago:  afaict isFinite() returns false if the value is NaN, so you may want to change the comment and the ...

#16128 PR: Promote PerThreadPKLookup to core as PrimaryKeyLookup
6.3 minutes ago  15 comments  0 votes  0 watches  epotyomgithub-actions[bot]shubhamsrkdev
Description - Promoted PerThreadPKLookup to core as PrimaryKeyLookup (and deprecated ...
    shubhamsrkdev 8 days ago:  Gentle reminder - if anyone can help merge this it would be great, TIA!
    shubhamsrkdev 25 days ago:  Thanks for the review @epotyom ! If this looks ready can anyone help merge (or review) it? TIA!

#16306 PR: Reduce lock contention in UsageTrackingQueryCachingPolicy
1.8 hours ago  0 comments  0 votes  0 watches  github-actions[bot]prudhvigodithi
Description After split LRUQueryCache into 16 partitions with separate locks, concurrent cache ... UsageTrackingQueryCachingPolicy still does, every onUse() and frequency() call funnels through one ... This PR replaces the single FrequencyTrackingRingBuffer field with 16 independent ring buffers, ...

#16247 PR: Introduce CachingCollectorManager to parallelize search when using CachingCollector
3.2 hours ago  51 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.
    javanna 6.7 hours ago:  last remarks. LGTM otherwise
    javanna 6.7 hours ago:  when we exit early in this scenario, matchingGroups and matchingGroupHeads are not set. I suspect this will cause NPEs down the line for users relying on those two being always non-null.

#16091 PR: Replace deprecated search(Query, Collector) with CollectorManager in JoinUtil
3.6 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 15.1 days 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 26.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.

#16292 PR: Introduce TermGroupFacetCollectorManager for concurrent grouped faceting
3.6 hours ago  2 comments  0 votes  0 watches  javanna
The old TermGroupFacetCollector could not be adapted to CollectorManager: its cross-segment ... At doSetNextReader(), all previously seen (group, facet) pairs were re-looked up in each new ... That O(pairs × segments) walk cannot be split across concurrent slices, and every unique hit ...
    javanna 6.4 days ago:  This is temporarily duplicated: same code is also in within the now deprecated GroupFacetCollector. The idea is to backport this change cleanly to 10.x, then remove the deprecated classes from main.

#12892: Remove all deprecated IndexSearcher#search(Query, Collector) usage / methods in the next major ...
4.5 hours ago  5 comments  0 votes  0 watches  gaobinlonggithub-project-automation[bot]gsmillerjavannamsfrohromseygeeksgup432vijaykriishnazacharymorn
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.

[24.8 msec search, 26.3 msec total]