[Save this search]

Status
All
   Fixed (7187)
  Closed (4809)
Open (2569)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2256)
  PR (313)
Author relation
All
  None (2041)
  Member (631)
  Contributor (442)
  New contributor (59)
Created
All
  Past day (0)
  Past 2 days (5)
  Past 3 days (12)
  Past week (22)
  Past month (54)
  Past 3 months (92)
  Past 6 months (140)
  Past year (257)
Updated
All
  Past day (15)
  Past 2 days (28)
  Past 3 days (31)
  Past week (40)
  Past month (81)
  Past 3 months (127)
  Past 6 months (186)
  Past year (485)
Updated ago
All
  > 1 day ago (2554)
  > 2 days ago (2541)
  > 3 days ago (2538)
  > 1 week ago (2529)
  > 1 month ago (2488)
  > 3 months ago (2442)
  > 1 year ago (2084)
Comment count
All
  0 (566)
  1 (361)
  2 - 5 (799)
  6 - 10 (437)
  10 - 20 (304)
  > 20 (172)
Reaction count
All
  0 (2289)
  1 (167)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (8)
  iverase (5)
  romseygeek (5)
  rmuir (4)
  benwtrent (4)
  dweiss (3)

See all 22...
Mentioned
All
  jpountz (94)
  mikemccand (75)
  benwtrent (54)
  rmuir (50)
  uschindler (39)
  msokolov (39)
  romseygeek (23)

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

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

See all 293...
User
All
  asfimport (1811)
  github-actions[bot] (279)
  mikemccand (208)
  jpountz (202)
  rmuir (126)
  benwtrent (123)
  msokolov (102)

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

See all 160...
Draft
All
  No (258)
  Yes (55)
Component
All
  core (600)
  analysis (151)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (24)

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

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

#16142 PR: Optimize disjunction docIDRunEnd
1.2 minutes ago  2 comments  0 votes  0 watches  costingithub-actions[bot]jainankitk
ReqExclBulkScorer uses the prohibited scorer's docIDRunEnd() to skip runs of excluded documents. For multi-clause MUST_NOT queries this often goes through DisjunctionDISIApproximation, whose ... This PR limits docIDRunEnd() to heap-led top clauses that are already positioned on the current doc ...
    costin 5 hours ago:  Thanks @jainankitk Re 1: this is what test "testDocIDRunEndOnlyUsesLeadIterators" intends to ... I've renamed the method to make it more clear along with some comments. Re 2: I've expanded the docIDRunEnd() comment.
    jainankitk 10.8 hours ago:  Thanks for fixing this issue. Couple of non-blocking suggestions: 1. Maybe add a test when both heap and otherIterators are positioned on the current doc with the ...

#16131 PR: deps(java): bump junit5 from 6.0.3 to 6.1.0
3.5 hours ago  1 comments  0 votes  0 watches  dependabot[bot]dweissshubhamsrkdev
Bumps junit5 from 6.0.3 to 6.1.0. Updates org.junit.jupiter:junit-jupiter-engine from 6.0.3 to 6.1.0 <details> <summary>Release notes ... </em></p> <blockquote> <p>JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0</p> <p>See < ...
    shubhamsrkdev 3.5 hours ago:  I don't think we need this anymore after 16149 ? cc: @dweiss

#16109 PR: Add count() to SortedSetDocValuesRangeQuery
3.6 hours ago  3 comments  0 votes  0 watches  github-actions[bot]iprithvjainankitkromseygeekshubhamsrkdev
SortedNumericDocValuesRangeQuery has an efficient count() override (added in #15080) that uses ... Its sibling SortedSetDocValuesRangeQuery has no count() override at all, despite having the same ...
    shubhamsrkdev 4.4 hours ago:  nit: Do we have to wait for the next major version for this? I see #15080 was on a minor version maybe we can release this in 10.5.0?
    jainankitk 1.8 days ago:  Looks good to me!

#16138 PR: reject non-SerializableObject classes in SerializableObject.readClass
3.8 hours ago  4 comments  0 votes  0 watches  github-actions[bot]metsw24-maxshubhamsrkdev
readClass in SerializableObject reads a class name from the stream and resolves it with ... A crafted shape stream, e.g. through Geo3dBinaryCodec.readShape, can therefore load and construct ... Loading the class without initializing it and rejecting non-SerializableObject types in readClass ...
    shubhamsrkdev 3.8 hours ago:  Could this be null? What would be the behavior then, same as before?
    shubhamsrkdev 3.8 hours ago:  nit: can we assert on exception message also?

#16128 PR: Promote PerThreadPKLookup to core as PrimaryKeyLookup
4.5 hours ago  10 comments  0 votes  0 watches  epotyomgithub-actions[bot]shubhamsrkdev
Description - Promoted PerThreadPKLookup to core as PrimaryKeyLookup (and deprecated ...
    shubhamsrkdev 4.8 hours 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.
    shubhamsrkdev 1.2 days ago:  In case term was found in the segment (seekExact returned true) but every matching doc was deleted ... However, to your other point, it makes sense to create a separate branch, will create it.

#16143 PR: Tighten constant-score bulk routing
6 hours ago  9 comments  0 votes  0 watches  costingithub-actions[bot]jainankitkromseygeek
Follow-up based on the comments from 16141. With ConstantScoreBulkScorer now in main, this routes the remaining constant-score iterator paths ... It also makes the batch-collection scorer-positioning rule explicit, which is the contract 16141 ...
    costin 6 hours ago:  Done
    jainankitk 11 hours ago:  This seems like a bug fix in addition to other routing changes. Should the CHANGES entry reflect that?

#16144 PR: Document batch collection score contract
6.4 hours ago  7 comments  0 votes  0 watches  costingithub-actions[bot]jainankitk
Split from 16143. Makes the batch-collection scorer-positioning rule explicit, which is the contract 16141 had to ... The constant-score bulk routing work exposed a small contract gap around batch collection: collect( ...
    costin 6.4 hours ago:  A blanket guard would make valid scorables fail because the contract issue is about iterator-backed ... I've added a short comment explaining this.
    costin 6.4 hours ago:  Updated the javadoc.

[20.2 msec search, 21.3 msec total]