[Save this search]

Status
All
   Fixed (7187)
  Closed (5004)
Open (2605)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2269)
  PR (336)
Author relation
All
  None (2055)
  Member (640)
  Contributor (462)
  New contributor (67)
Created
All
  Past day (5)
  Past 2 days (7)
  Past 3 days (12)
  Past week (19)
  Past month (59)
  Past 3 months (117)
  Past 6 months (172)
  Past year (278)
Updated
All
  Past day (20)
  Past 2 days (24)
  Past 3 days (28)
  Past week (39)
  Past month (117)
  Past 3 months (155)
  Past 6 months (218)
  Past year (505)
Updated ago
All
  > 1 day ago (2585)
  > 2 days ago (2581)
  > 3 days ago (2577)
  > 1 week ago (2566)
  > 1 month ago (2488)
  > 3 months ago (2450)
  > 1 year ago (2100)
Comment count
All
  0 (587)
  1 (363)
  2 - 5 (805)
  6 - 10 (440)
  10 - 20 (314)
  > 20 (168)
Reaction count
All
  0 (2322)
  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 26...
Mentioned
All
  jpountz (93)
  mikemccand (77)
  rmuir (54)
  benwtrent (54)
  uschindler (38)
  msokolov (38)
  romseygeek (22)

See all 207...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (14)
  rmuir (13)
  dweiss (12)
  msokolov (12)
  uschindler (11)

See all 63...
Commented
All
  asfimport (1368)
  github-actions[bot] (245)
  jpountz (140)
  mikemccand (123)
  rmuir (97)
  benwtrent (85)
  msokolov (81)

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

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

See all 166...
Draft
All
  No (279)
  Yes (57)
Component
All
  core (622)
  analysis (153)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (23)

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

See all 751...
Assignee
All
  Unassigned (2363)
  mikemccand (35)
  uschindler (31)
  romseygeek (28)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

See all 44...
  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

#16209 PR: Add dense bulk fast path for multi-dimensional points via BinaryColumn
1.6 hours ago  2 comments  0 votes  0 watches  github-actions[bot]iprithvromseygeek
extended BinaryColumn with a dense values cursor (BinaryValuesCursor) so that points-only dense ... benchmark: | Batch Size | Dense Bulk | Sparse Per-Doc | Speedup | |------------|-----------|--- ...
    iprithv 8.7 days ago:  moved entry of changes.txt under 10.6
    github-actions[bot] 17.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!

#16180 PR: add bulk intoBitSet for SortedDocValues ordinal ranges
1.7 hours ago  5 comments  0 votes  0 watches  github-actions[bot]iprithviverasejimcziromseygeek
extends the unified two-phase strategy from 16177 to SortedDocValues. Ordinal range queries now bulk-evaluate through intoBitSet instead of confirming matches() one doc ...
    iprithv 4.7 days ago:  moved entry of changes.txt under 10.6
    github-actions[bot] 14.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!

#16210 PR: Fix ControlledRealTimeReopenThread.close() to wake waiters on interrupt
1.8 hours ago  2 comments  0 votes  0 watches  github-actions[bot]iprithviveraseromseygeek
close() calls join() on the background thread, then bumps searchingGen to Long.MAX_VALUE and ... If join() throws InterruptedException, the rethrow happened before the bump + notify, so threads in ... so moved the cleanup into a finally block around join().
    iprithv 8.7 days ago:  moved changes.txt entry under 10.6
    iprithv 21.3 days ago:  @iverase could you please help review this? thanks!

#16380 PR: Advance filter in MaxScoreBulkScorer before calculating window bounds
1.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]romseygeek
MaxScoreBulkScorer uses impacts/advanceShallow to calculate its window bounds, possibly going ... This can result in a lot of wasted work if the filter excludes a large initial chunk of the ... We now advance the filter approximation before doing any bounds computation and readjust the outer ...

#16220 PR: used WANDScorer.advanceShallow() to enable block-max optimizations when nested in conjunctions
1.9 hours ago  4 comments  0 votes  0 watches  costingithub-actions[bot]iprithvromseygeek
used WANDScorer.advanceShallow() so that WAND queries nested inside conjunctions can skip blocks ...
    iprithv 8.8 days ago:  moved entry of changes.txt under 10.6
    costin 16.1 days ago:  LGTM

#15770: Coordinate DocValues skip list evaluation across multiple fields in conjunction queries
2.8 hours ago  7 comments  0 votes  0 watches  romseygeeksgup432
Description When a query combines multiple numeric range filters in a conjunction (e.g., price:[ ... Each field reads its own skip metadata and classifies blocks (4,096 docs each) as YES/NO/MAYBE ... The conjunction is resolved at the document level by ConjunctionDISI.
    romseygeek 2.8 hours ago:  Hi @sgup432 I think we can close this now? DocValuesRangeIterator implements TwoPhaseIterator now and its docIdRunEnd() handles multiple ...
    sgup432 2.5 months ago:  In an extension to the change we made as part of https://github.com/apache/lucene/pull/15954, I ... As of today, we don't check or do level promotion. For example if level-0 block was a YES, we return cachedBlockEnd + 1.

#12892: Remove all deprecated IndexSearcher#search(Query, Collector) usage / methods in the next major ...
4.7 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.

[15.1 msec search, 16.1 msec total]