[Save this search]

Status
All
   Fixed (7187)
  Closed (4917)
Open (2580)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2262)
  PR (318)
Author relation
All
  None (2049)
  Member (637)
  Contributor (446)
  New contributor (60)
Created
All
  Past day (4)
  Past 2 days (8)
  Past 3 days (8)
  Past week (20)
  Past month (61)
  Past 3 months (102)
  Past 6 months (149)
  Past year (262)
Updated
All
  Past day (17)
  Past 2 days (28)
  Past 3 days (28)
  Past week (46)
  Past month (89)
  Past 3 months (127)
  Past 6 months (196)
  Past year (485)
Updated ago
All
  > 1 day ago (2563)
  > 2 days ago (2552)
  > 3 days ago (2552)
  > 1 week ago (2534)
  > 1 month ago (2491)
  > 3 months ago (2453)
  > 1 year ago (2093)
Comment count
All
  0 (578)
  1 (355)
  2 - 5 (804)
  6 - 10 (434)
  10 - 20 (311)
  > 20 (168)
Reaction count
All
  0 (2298)
  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)
  dweiss (3)
  msokolov (3)

See all 26...
Mentioned
All
  jpountz (93)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (20)

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

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

See all 300...
User
All
  asfimport (1810)
  github-actions[bot] (285)
  mikemccand (211)
  jpountz (201)
  rmuir (130)
  benwtrent (122)
  msokolov (100)

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

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

See all 23...
Type
All
  enhancement (1184)
  bug (725)
  task (202)
  test (80)
  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 (2580)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  romseygeek (42)

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

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
14.4 minutes ago  0 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.

#16261 PR: Fix CharArraySet equals/hashCode contract
30.6 minutes ago  8 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]mayya-sharipova
- Fix violation: inherited hashCode was identity-based (char[].hashCode()), breaking equals/ ...
    mayya-sharipova 58.2 minutes ago:  Keeping the consistent format for both ignoreCase=false and ignoreCase=true is intentional. ...
    mayya-sharipova 58.4 minutes ago:  Keeping the consistent format for both ignoreCase=false and ignoreCase=true is intentional. ...

#16267: Some more explanation improvements
1.2 hours ago  0 comments  0 votes  0 watches  slow-J
Description A recent Explanation change I done, 16229 has led me to some more explanation ... Bit of a WIP issues, I'll edit this comment when I get some more time. I am thinking of looking at the following: 1.

#15819 PR: Fix SpanOrQuery scores each document using the combined IDF of all causes
1.9 hours ago  7 comments  0 votes  0 watches  epotyomgaobinlonggithub-actions[bot]
Description Resolves https://github.com/apache/lucene/issues/13796. Fix SpanOrQuery scores each document not using only the IDF of the term that matched, but the ... With two docs (foo:bar, foo:baz) and a spanOr([foo:bar, foo:baz]) query, each doc should score the ...
    epotyom 1.9 hours ago:  Looks good to me, thanks!
    epotyom 1.9 hours ago:  [nit] Missing space

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

#16266 PR: Replace SimpleCollector driver with explicit leaf iteration in QueryUtils
2.5 hours ago  0 comments  0 votes  0 watches  javanna
Remove the deprecated IndexSearchersearch(Query, Collector) call. Rather than introducing collector managers, which add in this case unwanted complexity, the ... SimpleCollector wrapper is gone; a for-loop over leaf contexts and a while-loop over matching ...

#16247 PR: Introduce CachingCollectorManager to parallelize search when using CachingCollector
7.8 hours ago  17 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.
    gaobinlong 7.8 hours ago:  In single-thread search, scorer is set in the first pass collector, see https://github.com/apache/ ...
    gaobinlong 8.1 hours ago:  If isCached() is called before search(), then cachingCollectors will be empty, in this case, ...

[20.9 msec search, 21.9 msec total]