[Save this search]

Status
All
   Fixed (7187)
  Closed (4214)
Open (2500)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2214)
  PR (286)
Author relation
All
  None (2026)
  Member (578)
  Contributor (383)
  New contributor (52)
Created
All
  Past day (0)
  Past 2 days (0)
  Past 3 days (6)
  Past week (15)
  Past month (34)
  Past 3 months (97)
  Past 6 months (161)
  Past year (275)
Updated
All
  Past day (0)
  Past 2 days (0)
  Past 3 days (8)
  Past week (30)
  Past month (57)
  Past 3 months (354)
  Past 6 months (399)
  Past year (494)
Updated ago
All
  > 1 day ago (2500)
  > 2 days ago (2500)
  > 3 days ago (2492)
  > 1 week ago (2470)
  > 1 month ago (2443)
  > 3 months ago (2146)
  > 1 year ago (2006)
Comment count
All
  0 (555)
  1 (341)
  2 - 5 (795)
  6 - 10 (422)
  10 - 20 (294)
  > 20 (161)
Reaction count
All
  0 (2220)
  1 (165)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (6)
  iverase (4)
  rmuir (3)
  uschindler (3)
  dweiss (3)
  romseygeek (3)

See all 21...
Mentioned
All
  jpountz (91)
  mikemccand (65)
  rmuir (46)
  msokolov (37)
  benwtrent (36)
  uschindler (35)
  dweiss (19)

See all 186...
Reviewed
All
  jpountz (24)
  mikemccand (24)
  dweiss (13)
  rmuir (11)
  msokolov (11)
  uschindler (10)
  jainankitk (9)

See all 61...
Commented
All
  asfimport (1370)
  github-actions[bot] (226)
  jpountz (142)
  mikemccand (110)
  rmuir (93)
  msokolov (74)
  benwtrent (63)

See all 274...
User
All
  asfimport (1812)
  github-actions[bot] (255)
  jpountz (201)
  mikemccand (193)
  rmuir (125)
  msokolov (96)
  benwtrent (95)

See all 421...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (220)
  jpountz (32)
  mikemccand (30)
  rmuir (24)
  dweiss (18)
  msokolov (16)

See all 149...
Draft
All
  No (234)
  Yes (52)
Component
All
  core (577)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (39)
  queryparser (26)
  test-framework (21)

See all 23...
Type
All
  enhancement (1150)
  bug (727)
  task (199)
  test (76)
  documentation (20)
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 156...
Commits?
All
  No (2500)
Reporter
All
  rmuir (273)
  mikemccand (150)
  jpountz (127)
  dsmiley (68)
  uschindler (51)
  iverase (43)
  romseygeek (42)

See all 730...
Assignee
All
  Unassigned (2258)
  mikemccand (35)
  uschindler (30)
  romseygeek (29)
  dsmiley (22)
  rmuir (14)
  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

#15458 PR: Update TermStates.java to remove deferred lambda in TermStates.get
2.2 days ago  4 comments  0 votes  0 watches  benwtrentepotyomgithub-actions[bot]shubhamsrkdev
Description Remove the lambda from TermStates.get(LeafReaderContext). The method now eagerly resolves the term lookup. I am not sure if this change would expressly benefit everyone, feedback here would be greatly ...
    benwtrent 2.2 days ago:  > this change gives us significant enough performance boost I honestly don't fully understand ... I am simply pointing out that this change was made with a particular thing in mind, and that thing ... .
    epotyom 2.3 days ago:  @benwtrent this change gives us significant enough performance boost, I think it is because ...

#15479 PR: Add a public NumericDocValuesRangeQuery class
2.3 days ago  1 comments  0 votes  0 watches  HoustonPutmangithub-actions[bot]romseygeek
SortedNumericDocValuesRangeQuery and IndexSortSortedNumericDocValuesRangeQuery both implement ... This commit adds a common base class which exposes the field, lowerValue and upperValue of the ... This can be useful for things like queryparsers which can automatically rewrite multiple ...
    HoustonPutman 2.3 days ago:  The equals method could probably be moved up, but not a big deal keeping it in each sub-class.

#15477: Introduce annotation to indicate when a DocIdStream implementation can be replayed
2.3 days ago  2 comments  0 votes  0 watches  dweissjavasoze
Description Sometimes a DocIdStream can be replayed, e.g. RangeDocIdStream, there is not iterator state kept with the instance. Proposal: Introduce an annotation `java @Retention(RetentionPolicy.RUNTIME) public @interface ...
    javasoze 2.3 days ago:  Yup, empty marker interface does exactly the samething, annotation is just prettier and allows for ... But in this context, no difference. DocIdStreams are like iterators, it can be only scanned through once.
    dweiss 2.3 days ago:  Wouldn't an empty marker interface be easier to work with? Anyway, such changes should probably be motivated by something else, otherwise they lack the ...

#15478 PR: Check node existence before making reverse link in HNSW graph indexing
2.3 days ago  5 comments  0 votes  0 watches  Pulkitg64github-actions[bot]msokolov
Description Fixes https://github.com/apache/lucene/issues/15467. This PR implements a brute-force check to prevent duplicate reverse links during HNSW graph ... Before creating a reverse link, we iterate through all neighbors of the neighbor node to verify if ...
    Pulkitg64 2.3 days ago:  Yes, definitely. Let me do this and raise new revision.
    msokolov 2.3 days ago:  Is it possible to make this conditional on whether we're being called by the link repair process? We could add a parameter controlling whether the check is done

#15481 PR: Make field, type and reverse fields on SortField immutable
2.3 days ago  0 comments  0 votes  0 watches  github-actions[bot]romseygeek
Relates to #15480

#15480: Make SortField immutable
2.3 days ago  0 comments  0 votes  0 watches  romseygeek
Description Sort objects are shallowly immutable, but their inner SortField implementations are ... We should make SortField immutable as well.The field, type and reverse fields can be made final ... Missing values are trickier, as they are currently mutable via a setMissingValue method.

#15470 PR: Add only forward links when repairing HNSW merge (fixes #15467)
2.4 days ago  9 comments  0 votes  0 watches  Pulkitg64github-actions[bot]msokolov
This is what I was thinking -- when "repairing" only add links *from* the node being repaired and ... This is needed because ordinarily we are adding nodes in order and each node is only added once, so ... So we would have to check for duplicates when making links, or we can just forgo adding the reverse ...
    Pulkitg64 2.4 days ago:  I have raised another PR with brute force approach to fix the test: https://github.com/apache/ ... In that approach, I am not seeing any recall regression but seeing around 2% regression in indexing ... Please let me know your thoughts if we should pursue that approach or not.
    Pulkitg64 2.5 days ago:  We are seeing recall drop with this code fix: I indexed 100k docs in a single segment (using ... Here is the recall results between baseline and candidate and we are seeing recall drop ...

[19.8 msec search, 20.7 msec total]