[Save this search]

Status
All
   Fixed (7187)
  Closed (4842)
Open (2567)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2255)
  PR (312)
Author relation
All
  None (2041)
  Member (632)
  Contributor (440)
  New contributor (59)
Created
All
  Past day (6)
  Past 2 days (10)
  Past 3 days (12)
  Past week (16)
  Past month (47)
  Past 3 months (89)
  Past 6 months (138)
  Past year (253)
Updated
All
  Past day (18)
  Past 2 days (25)
  Past 3 days (29)
  Past week (40)
  Past month (78)
  Past 3 months (118)
  Past 6 months (183)
  Past year (479)
Updated ago
All
  > 1 day ago (2549)
  > 2 days ago (2542)
  > 3 days ago (2538)
  > 1 week ago (2527)
  > 1 month ago (2489)
  > 3 months ago (2449)
  > 1 year ago (2088)
Comment count
All
  0 (569)
  1 (360)
  2 - 5 (798)
  6 - 10 (432)
  10 - 20 (306)
  > 20 (170)
Reaction count
All
  0 (2287)
  1 (167)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  romseygeek (5)
  rmuir (4)
  iverase (4)
  benwtrent (4)
  dweiss (3)

See all 23...
Mentioned
All
  jpountz (94)
  mikemccand (76)
  benwtrent (52)
  rmuir (50)
  uschindler (38)
  msokolov (38)
  romseygeek (21)

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

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

See all 295...
User
All
  asfimport (1811)
  github-actions[bot] (278)
  mikemccand (210)
  jpountz (202)
  rmuir (127)
  benwtrent (122)
  msokolov (101)

See all 448...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (226)
  jpountz (32)
  mikemccand (31)
  rmuir (22)
  msokolov (17)
  benwtrent (17)

See all 159...
Draft
All
  No (256)
  Yes (56)
Component
All
  core (604)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (23)

See all 23...
Type
All
  enhancement (1181)
  bug (724)
  task (200)
  test (79)
  documentation (22)
Labels
All
  Stale (219)
  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 (2567)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (44)
  romseygeek (42)

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

#16180 PR: add bulk intoBitSet for SortedDocValues ordinal ranges
56.2 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
extends the unified two-phase strategy from 16177 to SortedDocValues. Ordinal range queries now bulk-evaluate through intoBitSet instead of confirming matches() one doc ...

#16176 PR: Restore WANDScorer for TOP_SCORES + minShouldMatch > 1
57.3 minutes ago  5 comments  0 votes  0 watches  github-actions[bot]mccullochtromseygeektxwei
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 --> Lucene https://github.com/apache/ ...
    mccullocht 57.7 minutes ago:  Agreed, let's please move this to 10.5. I'm happy to handle the backport.
    romseygeek 3.7 hours ago:  Thanks for opening @txwei - all looks great. Do you want to remove the Draft flag?

#16166 PR: Add batch evaluation for sorted numeric ranges
1 hour ago  5 comments  0 votes  0 watches  costingithub-actions[bot]romseygeek
Multi-valued SortedNumericDocValuesField.newSlowRangeQuery can currently miss Lucene's bitset-based ... The query is exposed as a two-phase iterator, so range checks over MAYBE skip blocks still happen ... This PR adds a scalar bulk range path for sorted numeric doc values.
    romseygeek 1 hour ago:  This might need to be reworked in light of #16177 as well?
    romseygeek 1.1 hours ago:  nit: use an import for this

#16174 PR: convert contiguous ordinal sets to ranges
2.4 hours ago  1 comments  0 votes  0 watches  Sasilekhagithub-actions[bot]romseygeek
Contiguity is detected inside buildOrdinalSet while building the set, so there's no extra ...
    romseygeek 3.7 hours ago:  Looks good @Sasilekha. Can you resolve merge conflicts and I will merge?

#16146 PR: Optimize cached-filter conjunction batching
5.3 hours ago  11 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.
    jimczi 5.3 hours ago:  > also worth looking at https://github.com/apache/lucene/pull/16177 which improves how we handle ... it is merged now and that should simplify this change significantly. The only change needed is to add the intoBitSet optim as part of the two phase iterator of this ...
    romseygeek 6.3 hours ago:  Couple of nits - also worth looking at https://github.com/apache/lucene/pull/16177 which improves ...

#16128 PR: Promote PerThreadPKLookup to core as PrimaryKeyLookup
6.1 hours ago  13 comments  0 votes  0 watches  epotyomgithub-actions[bot]shubhamsrkdev
Description - Promoted PerThreadPKLookup to core as PrimaryKeyLookup (and deprecated ...
    epotyom 1.3 days ago:  Ah, makes sense to keep as-is then. One nit: lookup could be made final since no subclass overrides it.
    shubhamsrkdev 5.1 days ago:  We can but I think it is extended in TestIDVersionPostingsFormat.java also. So we might have to copy some code from here to there. However we can make it extend PrimaryKeyLookup.

#15819 PR: Fix SpanOrQuery scores each document using the combined IDF of all causes
6.3 hours ago  3 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 6.3 hours ago:  Thanks for finding and fixing this - the overall approach looks right to me. One suggestion about the implementation below:
    epotyom 6.3 hours ago:  Ideally we don't want to leak SpanOrQuery/SpanOrWeight implementation details into PayloadScoreQuery ... One way to avoid it: add public SpanScorer createSpanScorer(Spans spans, LeafReaderContext ctx) to  ... PayloadScoreQuery can then call innerWeight.createSpanScorer(payloadSpans, ctx) with no instanceof  ...

[20.9 msec search, 21.8 msec total]