[Save this search]

Status
All
   Fixed (7187)
  Closed (2408)
Open (2214)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (196)
Issue type
All
  Issue (2051)
  PR (163)
Author relation
All
  None (2055)
  Member (309)
  Contributor (147)
  New contributor (28)
Created
All
  Past day (3)
  Past 2 days (5)
  Past 3 days (9)
  Past week (13)
  Past month (35)
  Past 3 months (90)
  Past 6 months (146)
  Past year (247)
Updated
All
  Past day (12)
  Past 2 days (16)
  Past 3 days (21)
  Past week (32)
  Past month (71)
  Past 3 months (130)
  Past 6 months (260)
  Past year (344)
Updated ago
All
  > 1 day ago (2202)
  > 2 days ago (2198)
  > 3 days ago (2193)
  > 1 week ago (2182)
  > 1 month ago (2143)
  > 3 months ago (2084)
  > 1 year ago (1870)
Comment count
All
  0 (511)
  1 (330)
  2 - 5 (675)
  6 - 10 (361)
  10 - 20 (262)
  > 20 (134)
Reaction count
All
  0 (1966)
  1 (150)
  2 - 5 (79)
  6 - 10 (13)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (9)
  rmuir (3)
  uschindler (3)
  dweiss (2)
  msokolov (2)
  gsmiller (2)
  romseygeek (2)

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

See all 122...
Reviewed
All
  jpountz (20)
  mikemccand (15)
  uschindler (10)
  rmuir (8)
  dweiss (7)
  msokolov (7)
  benwtrent (7)

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

See all 180...
User
All
  asfimport (1848)
  mikemccand (136)
  github-actions[bot] (121)
  jpountz (120)
  rmuir (81)
  uschindler (64)
  benwtrent (41)

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

See all 87...
Draft
All
  No (137)
  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 (115)
  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 (2214)
Reporter
All
  rmuir (262)
  mikemccand (138)
  jpountz (121)
  dsmiley (68)
  uschindler (50)
  dweiss (45)
  hossman (39)

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

#13366 PR: Protect against nan & inf values in quantizer and test with tiny vectors
13.6 minutes ago  1 comments  0 votes  0 watches  ChrisHegartybenwtrent
In testing, it was noticed that tiny vectors (<= 2 dims) could cause weird behavior in the ... Additionally, we should fail any quantization that ends up with NaN or Inf values.
    ChrisHegarty 13.6 minutes ago:  Thanks @benwtrent LGTM

#13364 PR: Prefetch postings data.
2.4 hours ago  1 comments  0 votes  0 watches  jpountzrmuir
This uses the IndexInputprefetch API for postings. This relies on heuristics, as we don't know ahead of time what data we will need from a postings ... .
    rmuir 5.8 hours ago:  Can we do better than blindly prefetching skipdata? Currently, skipdata is not used until we advance() past doc in the first block: https:// ... This still happens before skipper might get used, because we might fullfill a few calls to advance( ...

#12313: Multi-value Support for KnnVectorField
2.6 hours ago  20 comments  0 votes  0 watches  HoustonPutmanalessandrobenedettibenwtrentdavid-sitskyhpvdkrickertmsokolovuschindlervigyasharma
Description It would be nice to support multiple values in a Knn vector field. This must be compatible with both the Exact and Approximate Nearest Neighbor search. There are two sides to the coin: 1) Index time support - allowing to add in the indexing data ...
    benwtrent 2.6 hours ago:  > Not sure I understand option 3. Are you thinking that graph has different types of edges b/w documents based on diff. similarity ... So if you were using max similarity you would follow one path, but if you wanted avg. similarity, ...
    vigyasharma 2.8 hours ago:  @benwtrent I like the idea of having documents be vertices in the graph, with an API that let's ... It would have an indexing time similarity used during graph build (e.g. max-sim), and could allow ... I suppose this is option 2 you describe above?

#13003: Exploring GPU based kNN vector search
2.8 hours ago  2 comments  0 votes  0 watches  chatmanyupeng9
Description Through this issue, I wish to explore integrating NVIDIA's kNN indexing and search ... Through our initial benchmarks/prototypes, we found it a lot faster than our HNSW based search. Along the way, we shall add more details of our experiments through this issue.
    yupeng9 2.8 hours ago:  This is very interesting work. We saw Milvus published article on how GPU accelerates vector search, which looks like a game ... .
    chatman 1.8 months ago:  As an initial proof of concept integration to evaluate performance, we put together a repository. ... Will add more benchmarks with multithreaded search on CPU. Comments, thoughts and questions welcome.

#13358 PR: Backport to 9x: Reduce duplication in taxonomy facets; always do counts #12966
3.2 hours ago  2 comments  0 votes  0 watches  mikemccandstefanvodita
Annoying things I had to do to backport 12966: 1. TaxonomyFacetCounts stores the counts twice because it extends IntTaxonomyFacets. The correct way would be to extend TaxonomyFacets, but I couldn't make that change, like I could ...
    mikemccand 3.2 hours ago:  Thanks @stefanvodita! Make sure to update the main lucene/CHANGES.txt also to move the entry down to 9.11.0 section.
    stefanvodita 2.9 days ago:  Despite the "annoying" bits in the description, I don't expect this backport to be controversial, ... I plan to wait over the weekend and then merge.

#13363 PR: Make IndexInput#prefetch take an offset.
3.2 hours ago  1 comments  0 votes  0 watches  jpountzrmuir
This makes IndexInput#prefetch take an offset instead of being relative to the current position. This avoids requiring callers to seek only to call prefetch().
    rmuir 3.3 hours ago:  I like this much better from api perspective: it closer maps to madvise() and to me is more ... Especially as the current PRs out there to use it (terms and postings) are using absolute FPs and ...

#13360 PR: Call ArrayUtil.copyArray instead of ArrayUtil.copySubArray for full array copy.
8.5 hours 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, ...

[16.1 msec search, 17.1 msec total]