[Save this search]

Status
All
   Fixed (7187)
  Closed (2405)
Open (2213)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (196)
Issue type
All
  Issue (2051)
  PR (162)
Author relation
All
  None (2055)
  Member (308)
  Contributor (147)
  New contributor (28)
Created
All
  Past day (2)
  Past 2 days (4)
  Past 3 days (7)
  Past week (12)
  Past month (35)
  Past 3 months (89)
  Past 6 months (145)
  Past year (246)
Updated
All
  Past day (5)
  Past 2 days (14)
  Past 3 days (18)
  Past week (33)
  Past month (69)
  Past 3 months (129)
  Past 6 months (259)
  Past year (343)
Updated ago
All
  > 1 day ago (2208)
  > 2 days ago (2199)
  > 3 days ago (2195)
  > 1 week ago (2180)
  > 1 month ago (2144)
  > 3 months ago (2084)
  > 1 year ago (1870)
Comment count
All
  0 (512)
  1 (330)
  2 - 5 (673)
  6 - 10 (360)
  10 - 20 (262)
  > 20 (134)
Reaction count
All
  0 (1965)
  1 (150)
  2 - 5 (79)
  6 - 10 (13)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (9)
  rmuir (2)
  uschindler (2)
  dweiss (2)
  msokolov (2)
  gsmiller (2)
  romseygeek (2)

See all 13...
Mentioned
All
  jpountz (50)
  mikemccand (42)
  rmuir (28)
  uschindler (26)
  benwtrent (19)
  msokolov (16)
  dweiss (11)

See all 121...
Reviewed
All
  jpountz (21)
  mikemccand (14)
  uschindler (10)
  rmuir (8)
  dweiss (7)
  msokolov (7)
  benwtrent (7)

See all 41...
Commented
All
  asfimport (1397)
  github-actions[bot] (121)
  mikemccand (77)
  jpountz (72)
  rmuir (55)
  uschindler (31)
  benwtrent (30)

See all 179...
User
All
  asfimport (1848)
  mikemccand (135)
  github-actions[bot] (121)
  jpountz (119)
  rmuir (79)
  uschindler (64)
  benwtrent (41)

See all 257...
Last comment user
All
  asfimport (1359)
  github-actions[bot] (116)
  mikemccand (27)
  jpountz (19)
  stefanvodita (12)
  rmuir (12)
  gsmiller (9)

See all 87...
Draft
All
  No (136)
  Yes (26)
Component
All
  core (498)
  analysis (143)
  highlighter (44)
  spatial (38)
  facet (37)
  queryparser (25)
  suggest (14)

See all 20...
Type
All
  enhancement (1073)
  bug (689)
  task (192)
  test (69)
  documentation (18)
Labels
All
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  Stale (114)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  affects-version:6.0 (37)
  affects-version:9.0 (36)

See all 153...
Commits?
All
  No (2213)
Reporter
All
  rmuir (262)
  mikemccand (138)
  jpountz (119)
  dsmiley (68)
  uschindler (50)
  dweiss (45)
  hossman (39)

See all 644...
Assignee
All
  Unassigned (1991)
  mikemccand (35)
  uschindler (27)
  romseygeek (26)
  dsmiley (23)
  rmuir (14)
  jpountz (11)

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

#13339 PR: Add a MemorySegment Vector scorer - for scoring without copying on-heap
4 hours ago  86 comments  0 votes  0 watches  ChrisHegartybenwtrentmsokolovuschindler
Add a MemorySegment Vector scorer - for scoring without copying on-heap. The vector scorer loads values directly from the backing memory segment when available. Otherwise, if the vector data spans across segments, or is a query vector, the scorer copies the ...
    ChrisHegarty 7.9 hours ago:  Ok. Done.
    ChrisHegarty 3.4 days ago:  > Backporting would only require that you may need to duplicate versions for 19, 20, 21+. 19 has no ... If it hurts too much (to get this on JDK 20) then we'll limit it to JDK 21+. :-)

#13362 PR: Add sub query explanations in DisjunctionMaxQuery#explain on no-match
4.3 hours ago  0 comments  0 votes  0 watches  timgrein
# Closes https://github.com/apache/lucene/issues/13357 Description https://github.com/apache/ ... Considering that other queries like CoveringQuery also include explanations, if the document didn't ... Also added tests for explain (match and no match case).

#12627: HnwsGraph creates disconnected components
8.8 hours ago  37 comments  0 votes  0 watches  CloudMarcangadpbenwtrentmsokolovnitirajrathorexwt1
Description I work for Amazon Retail Product search and we are using Lucene KNN for semantic ... We recently noticed that the hnsw graphs generated are not always strongly connected and in worst ... Connectedness of Hierarchical graph can be complicated, so below I am mentioning my experiment ...
    xwt1 8.9 hours ago:  > Hi @benwtrent, > > I left Amazon but I was able to run some tests with open dataset and also ... I cannot share whole lot of detail about Amazon dataset but some aggregated results are shown. Rest assured I am picking this issue on priority now
    CloudMarc 5.2 days ago:  One might hypothesize that this issue is due to adapting HNWS to Lucene's approach to segmentation. ... This seems undercut by these observations: https://github.com/apache/lucene/issues/12627issuecommen ... If it's significantly more, that may indicate an implementation defect.

#13361 PR: Fix TestHnswByteVectorGraph.testSortedAndUnsortedIndicesReturnSameResults
11.7 hours ago  0 comments  0 votes  0 watches  timgrein
# Closes https://github.com/apache/lucene/issues/13210 # Description The following test failed ... Increasing k from 60 to 80 fixes the test.

#13359 PR: Use IndexInput#prefetch for terms dictionary lookups.
22.7 hours ago  3 comments  0 votes  0 watches  jpountzrmuir
This introduces TermsEnum#prepareSeekExact, which essentially calls IndexInput#prefetch at the ... Then it takes advantage of the fact that BooleanQuery already calls Weight#scorerSupplier on all ... So TermQuery now calls TermsEnum#prepareSeekExact on Weight#scorerSupplier (if scores are not ...
    rmuir 22.7 hours ago:  I really don't like these calls to seek() just to prefetch data. Since it is just prefetching, I'd prefer if this "dance" was an impl detail, if needed. It would make the code simpler to just pass parameter to prefetch rather than do this.
    jpountz 1.5 days ago:  This is a draft as I need to do more work on tests and making sure that this new method cannot ... <details> <summary>But I created a benchmark that starts looking like running a Lucene query that ... It creates an index with many terms that have very short postings lists, so that running boolean ...

#13327 PR: Reduce memory usage of field maps in FieldInfos and BlockTree TermsReader.
1.1 days ago  35 comments  0 votes  0 watches  bruno-roustantdsmileyjpountz
Description Two goals: 1- Reduce the memory usage of field maps when there are many fields. FieldInfos construtor is refactored to build the byNumber array in a more efficient way, avoiding ... Use a primitive IntObjectHashMap to reduce the memory usage compared to an HashMap in ...
    dsmiley 1.2 days ago:  Don't even need to copy it as we've given ourselves permission to take ownership of the input array ...
    dsmiley 1.2 days ago:  If fieldNumberStrictlyAscending, and we've given ourselves permission to accept the input array, we ...

#13360 PR: Call ArrayUtil.copyOf instead of ArrayUtil.copySubArray for full array copy.
1.2 days ago  1 comments  0 votes  0 watches  bruno-roustantdsmiley
ArrayUtil provides copySubArray() as replacement of Array.copyOf and Array.copyOfRange (with better ... Unfortunately ArrayUtil does not provide copyArray(), so it is weird for callers to have to call a ... This PR adds ArrayUtil.copyArray(), and replaces the calls to ArrayUtil.copySubArray(array, 0, ...

[15.8 msec search, 16.7 msec total]