[Save this search]

Status
All
   Fixed (7187)
  Closed (4731)
Open (2561)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2251)
  PR (310)
Author relation
All
  None (2038)
  Member (633)
  Contributor (423)
  New contributor (61)
Created
All
  Past day (4)
  Past 2 days (10)
  Past 3 days (10)
  Past week (15)
  Past month (39)
  Past 3 months (90)
  Past 6 months (138)
  Past year (256)
Updated
All
  Past day (12)
  Past 2 days (17)
  Past 3 days (18)
  Past week (35)
  Past month (66)
  Past 3 months (133)
  Past 6 months (177)
  Past year (485)
Updated ago
All
  > 1 day ago (2549)
  > 2 days ago (2544)
  > 3 days ago (2543)
  > 1 week ago (2526)
  > 1 month ago (2495)
  > 3 months ago (2428)
  > 1 year ago (2076)
Comment count
All
  0 (567)
  1 (360)
  2 - 5 (795)
  6 - 10 (433)
  10 - 20 (304)
  > 20 (171)
Reaction count
All
  0 (2277)
  1 (167)
  2 - 5 (94)
  6 - 10 (17)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (10)
  rmuir (4)
  iverase (4)
  benwtrent (4)
  dweiss (3)
  msokolov (3)

See all 24...
Mentioned
All
  jpountz (93)
  mikemccand (74)
  benwtrent (53)
  rmuir (50)
  msokolov (40)
  uschindler (38)
  dweiss (17)

See all 204...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (18)
  rmuir (14)
  msokolov (11)
  uschindler (11)
  dweiss (10)

See all 62...
Commented
All
  asfimport (1369)
  github-actions[bot] (232)
  jpountz (140)
  mikemccand (122)
  rmuir (96)
  benwtrent (83)
  msokolov (81)

See all 290...
User
All
  asfimport (1811)
  github-actions[bot] (276)
  mikemccand (209)
  jpountz (201)
  rmuir (128)
  benwtrent (125)
  msokolov (103)

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

See all 157...
Draft
All
  No (258)
  Yes (52)
Component
All
  core (596)
  analysis (151)
  highlighter (47)
  spatial (43)
  facet (41)
  queryparser (28)
  test-framework (26)

See all 23...
Type
All
  enhancement (1178)
  bug (725)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (223)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (49)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2561)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (44)
  dweiss (42)

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

#16050 PR: Add SIMD-accelerated bulk range evaluation for dense numeric doc values
9.2 minutes ago  34 comments  0 votes  0 watches  benwtrentgithub-actions[bot]neoremindromseygeeksgup432
Description Numeric range queries on dense fields use DocValuesRangeIterator, which is a ... This works well, but for MAYBE blocks (where values partially overlap the query range), it still ... Since DocValuesRangeIterator is a TwoPhaseIterator, DenseConjunctionBulkScorer routes it through ...
    benwtrent 9.2 minutes ago:  @sgup432 I do suggest having a "@Nightly" version of the doc count if we really need to have many ...
    sgup432 12.3 minutes ago:  Yeah that is true for a unit test! I think this class needs some fixing, I was using to do some adhoc testing in ly local. Let me fix it and add more cases.

#16053 PR: Add an (optional) field-writer creation strategy to Lucene99FlatVectorsWriter
1.6 hours ago  2 comments  0 votes  0 watches  github-actions[bot]ldematte
Lucene99FlatVectorsWriter hard-codes the per-field storage for vector values to an on-heap ... Different users of Lucene99FlatVectorsFormat may want to change how vectors are stored in memory; ... In particular, this PR adds a public constructor overload to Lucene99FlatVectorsWriter that accepts ...
    ldematte 8 hours ago:  We could store FlatFieldVectorsWriters and FieldInfos separately in 2 arrays, but I think using a ...

#16062 PR: Add FlatFieldVectorsWriter#asKnnVectorValues
1.6 hours ago  1 comments  0 votes  0 watches  ChrisHegartygithub-actions[bot]ldematte
FlatFieldVectorsWriter<T> exposes its accumulated vectors via List<T> getVectors(). This is both too generic and too prescriptive: - List<T> binds the return type to specific vector ... -it does not carry enough information with it (e.g. encoding, dimensions for sub-byte packed types, ...
    ChrisHegarty 4.9 hours ago:  Nice! LGTM. I'm going to label this for milestone 10.5, so a changes entry can be added there for it.

#16047 PR: Join post-HNSW block rescore for diversifying child KNN (POC)
3.4 hours ago  1 comments  0 votes  0 watches  benwtrentgithub-actions[bot]iprithv
# Description This implements a proof of concept for sibling scoring in block join diversified ... . | children/parent | rescoreBlocks=false | rescoreBlocks=true | |----------------|------------- ...
    iprithv 3.4 hours ago:  @benwtrent, would like to get your thoughts on this. thanks!

#16061 PR: Improve cost estimation in SortedSetDocValuesRangeQuery when using DocValuesSkipper
5.6 hours ago  6 comments  0 votes  0 watches  github-actions[bot]iveraseromseygeek
I noticed that the current implementation always return values.cost() because we are delaying the ... This is because we need to do some lookups for resolving the ordinals of the query. Still when there is a skipper and the index is dense and used as primary sort, we have a very fast ...
    iverase 5.6 hours ago:  I think that comment predates skippers and it is because the resolution of the ordinals. But sure, if we don't wan to to do any IO during the construction of the supplier we shouldn't do ... My question is, should we then modify SortedNumericDocValuesRangeQuery?
    romseygeek 5.7 hours ago:  This is the bit that is called out as expensive below so I'm not sure if we should be doing it in ... A couple of weeks back we were discussing ways of improving cost estimates using skippers, so I ...

#16060 PR: Remove IOException from LeafReader#getSumDocFreq and LeafReader#getSumTotalTermFreq signatures
7.1 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iverase
These are the last ones of this saga. This time the SimpleText codec was again behaving wrong but already had a todo. relates https://github.com/apache/lucene/issues/16052

#16056 PR: Modernize collection#toArray calls
7.6 hours ago  1 comments  0 votes  0 watches  benwtrentgithub-actions[bot]vsop-479
Description It looks like there were still some old-style CollectiontoArray usages remaining ... I will try to enforce a ban on old-style (or just pre-sized array style) Collection#toArray calls.
    benwtrent 7.6 hours ago:  seems like this should be backported to 10x as well right?

[20.5 msec search, 21.5 msec total]