[Save this search]

Status
All
   Fixed (7187)
  Closed (4572)
Open (2547)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2238)
  PR (309)
Author relation
All
  None (2032)
  Member (611)
  Contributor (422)
  New contributor (57)
Created
All
  Past day (1)
  Past 2 days (3)
  Past 3 days (6)
  Past week (13)
  Past month (41)
  Past 3 months (94)
  Past 6 months (148)
  Past year (281)
Updated
All
  Past day (8)
  Past 2 days (12)
  Past 3 days (17)
  Past week (30)
  Past month (71)
  Past 3 months (130)
  Past 6 months (400)
  Past year (488)
Updated ago
All
  > 1 day ago (2539)
  > 2 days ago (2535)
  > 3 days ago (2530)
  > 1 week ago (2517)
  > 1 month ago (2476)
  > 3 months ago (2417)
  > 1 year ago (2058)
Comment count
All
  0 (565)
  1 (357)
  2 - 5 (795)
  6 - 10 (430)
  10 - 20 (302)
  > 20 (168)
Reaction count
All
  0 (2265)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (16)
  mikemccand (8)
  benwtrent (6)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (94)
  mikemccand (71)
  rmuir (50)
  benwtrent (47)
  uschindler (40)
  msokolov (40)
  dweiss (17)

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

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (237)
  jpountz (140)
  mikemccand (119)
  rmuir (98)
  benwtrent (84)
  msokolov (80)

See all 283...
User
All
  asfimport (1811)
  github-actions[bot] (275)
  mikemccand (202)
  jpountz (202)
  rmuir (131)
  benwtrent (119)
  msokolov (104)

See all 433...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (229)
  jpountz (32)
  mikemccand (31)
  rmuir (24)
  msokolov (17)
  uschindler (15)

See all 152...
Draft
All
  No (257)
  Yes (52)
Component
All
  core (594)
  analysis (151)
  highlighter (48)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (25)

See all 23...
Type
All
  enhancement (1171)
  bug (724)
  task (198)
  test (78)
  documentation (22)
Labels
All
  Stale (226)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (47)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2547)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  romseygeek (42)
  iverase (42)

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

#15823 PR: Implement method to add all stream elements into a PriorityQueue.
14.4 hours ago  69 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]dweissgithub-actions[bot]gsmilleruschindlervsop-479
In DisjunctionMaxBulkScorer's constructor all values to compare is 0, so we can skip the shift.
    vsop-479 14.4 hours ago:  > Oh, I also noticed you're targeting 11.0 to release this. Is there any reason not to target 10.5 instead? I will move it to 10.5.
    vsop-479 14.5 hours ago:  I added TestPriorityQueue#assertHeap, please take a look when you get a chance.

#15886 PR: Cache frozen FieldType to skip schema validation
15.4 hours ago  1 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]
When indexing, every field in every document has its schema built via updateDocFieldSchema and ... For the common case where a field consistently uses the same frozen FieldType instance, this work ... This change caches the frozen FieldType on each PerField and checks same object instance to detect ...
    Tim-Brooks 1.1 days ago:  This is motivated by scenarios where the user is mostly lightly indexing (docvalues, stored fields, ... In scenarios like this the actual validation of the schema starts to dominating the processDocument ... This change does not make a difference in lunceneutil benchmarks which are inverted indices heavy. ...

#15603 PR: Introduce TopGroupsCollectorManager
17.9 hours ago  1 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]
Description This pr introduces TopGroupsCollectorManager and switches BaseGroupSelectorTestCase ... Relates to https://github.com/apache/lucene/issues/12892.
    github-actions[bot] 1.6 months ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#15608 PR: TopFieldCollectorManager: Support thread safe
17.9 hours ago  4 comments  0 votes  0 watches  github-actions[bot]prudhvigodithi
Description TopFieldCollectorManager: Support thread safe, resolves https://github.com/apache/ ... ~**Note: Will add some tests and open for discussion to continue support getCollectors()**~
    github-actions[bot] 17.9 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    github-actions[bot] 15.7 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#15737 PR: Store pre-aggregated sum and value count in DocValuesSkipper
17.9 hours ago  5 comments  0 votes  0 watches  github-actions[bot]jainankitkmccullochtnavneet1vsgup432
Description This PR extends the DocValues skip index to store pre-aggregated sum and valueCount ... This enables collectors and faceting operations to leverage pre-computed aggregation data at search ...
    github-actions[bot] 17.9 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    github-actions[bot] 16.7 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#15819 PR: Fix SpanOrQuery scores each document using the combined IDF of all causes
17.9 hours ago  1 comments  0 votes  0 watches  gaobinlonggithub-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 ...
    github-actions[bot] 17.9 hours ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#15818 PR: Add BM25 k3 query-term frequency saturation to classic query parser
20.7 hours ago  32 comments  0 votes  0 watches  github-actions[bot]msfrohrmuirsgup432
Description Related issue - https://github.com/apache/lucene/issues/15768 Adds BM25 k3 ... Duplicate terms in a query get their boost computed as ((k3+1)*qtf)/(k3+qtf) instead of linear ... Defaults to -1 (disabled) so fully backward compatible.
    sgup432 1 day ago:  Updated!
    sgup432 1.1 days ago:  Sure!

[20.5 msec search, 21.6 msec total]