[Save this search]

Status
All
   Fixed (7187)
  Closed (4852)
Open (2583)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2257)
  PR (326)
Author relation
All
  None (2042)
  Member (635)
  Contributor (454)
  New contributor (59)
Created
All
  Past day (4)
  Past 2 days (23)
  Past 3 days (27)
  Past week (34)
  Past month (65)
  Past 3 months (107)
  Past 6 months (154)
  Past year (266)
Updated
All
  Past day (18)
  Past 2 days (44)
  Past 3 days (52)
  Past week (62)
  Past month (97)
  Past 3 months (136)
  Past 6 months (200)
  Past year (494)
Updated ago
All
  > 1 day ago (2565)
  > 2 days ago (2539)
  > 3 days ago (2531)
  > 1 week ago (2521)
  > 1 month ago (2486)
  > 3 months ago (2447)
  > 1 year ago (2088)
Comment count
All
  0 (585)
  1 (357)
  2 - 5 (798)
  6 - 10 (436)
  10 - 20 (307)
  > 20 (170)
Reaction count
All
  0 (2303)
  1 (167)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (8)
  romseygeek (6)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)

See all 25...
Mentioned
All
  jpountz (94)
  mikemccand (76)
  benwtrent (53)
  rmuir (51)
  uschindler (38)
  msokolov (38)
  romseygeek (22)

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

See all 63...
Commented
All
  asfimport (1369)
  github-actions[bot] (234)
  jpountz (140)
  mikemccand (124)
  rmuir (96)
  benwtrent (86)
  msokolov (80)

See all 298...
User
All
  asfimport (1811)
  github-actions[bot] (278)
  mikemccand (211)
  jpountz (202)
  rmuir (128)
  benwtrent (123)
  msokolov (100)

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

See all 161...
Draft
All
  No (270)
  Yes (56)
Component
All
  core (606)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (23)

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

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

#16206: First time contributor label
1.2 hours ago  2 comments  0 votes  0 watches  epotyommikemccandshubhamsrkdev
Description Is there a way to filter PRs by first time contributors? It can help reviewers prioritize reviewing them which would give more encouragement to first time ... If not, maybe we can achieve this through Github workflows (author_association?).
    shubhamsrkdev 1.2 hours ago:  Yes! I think this is it! I am not sure if it is exposed on GH gui as of now, author: only takes a username..
    mikemccand 1.5 hours ago:  +1, I love this idea -- I could swear I've seen something in GH showing new contributor ... Hmm maybe it's in the GH API (which I use to index all of our issues/PRs for the Lucene dogfood ... Oh yeah!

#15683 PR: Reuse reader's fieldInfos
1.3 hours ago  3 comments  0 votes  0 watches  epotyomgithub-actions[bot]viliam-durina
If an IndexWriter is opened using an IndexCommit with an opened reader (through IndexWriteConfig.set ... This in unnecessary, as their contents are already loaded by the reader, and we can reuse this ... This PR modifies the getFieldNumberMap() method to reuse this information.
    epotyom 1.3 hours ago:  Nice improvement, implementation LGTM! Just one minor comment below.
    epotyom 2.2 hours ago:  Could you elaborate here - e.g. where the reuse happens - so the idea is clear without opening the ...

#16128 PR: Promote PerThreadPKLookup to core as PrimaryKeyLookup
1.7 hours ago  14 comments  0 votes  0 watches  epotyomgithub-actions[bot]shubhamsrkdev
Description - Promoted PerThreadPKLookup to core as PrimaryKeyLookup (and deprecated ...
    shubhamsrkdev 1.7 hours ago:  Thanks for the review @epotyom ! If this looks ready can anyone help merge (or review) it? TIA!
    epotyom 3.3 days ago:  Ah, makes sense to keep as-is then. One nit: lookup could be made final since no subclass overrides it.

#16172 PR: Batch sorted-set doc-values range queries
2.3 hours ago  9 comments  0 votes  0 watches  benwtrentcostingithub-actions[bot]iprithvjimczi
When a sorted or sorted-set doc-values field has a skip index, route range queries through a new ... The iterator processes skip blocks in bulk: - YES blocks: bitSet.set(start, end): entire range ... Benchmark AMD EPYC c5a.2xlarge, JDK 25, SortedSetDocValuesField.newSlowRangeQuery, ~25% ...
    costin 2.5 hours ago:  Yes, 10.5 is fine.
    jimczi 2.7 hours ago:  This is also fine to target 10.5.0, right?

#16197 PR: Remove deprecated usages of search(Query, Collector) from monitor module
2.4 hours ago  2 comments  0 votes  0 watches  javannashubhamsrkdev
This is merely removing the deprecated usages, without introducing search concurrency to monitor. ... The searcher creation is all internal to monitor and there is currently no way for users to provide ... Should we want to do that in the future, a larger refactor is needed to support inter-segment ...
    shubhamsrkdev 23.4 hours ago:  I see that it's common across the two files, worth putting in one place?

#16200 PR: Optimize byte vector cosine scoring: precompute query norm
2.4 hours ago  7 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jegentilekaivalnpmccullochtrmuir
# Summary - **Precompute cosine query norm**: Byte vector cosine similarity previously recomputed ... Since the query is fixed for the lifetime of a scorer, the norm is now computed once and passed ... This eliminates one SIMD accumulator, one SIMD multiply, and one reduceLanes per call in the ...
    mccullocht 23.1 hours ago:  > True, a normalized byte vector implies normalization before quantization. The "normalization" might be as simple as the linear scaling of the magnitude is the same for all ... I would guess that in many cases the input float vector was normalized before quantization.
    benwtrent 23.3 hours ago:  > I'm not quite sure what l2 normalization looks like in the case of byte vectors, and the details ... True, a normalized byte vector implies normalization before quantization. The "normalization" might be as simple as the linear scaling of the magnitude is the same for all ...

#16204 PR: Add advisory QueryReadHint and wire QueryAccessHint.POINT into HNSW prefetch
3 hours ago  0 comments  0 votes  0 watches  github-actions[bot]markrmiller
Still just experimental at the moment. Cold-cache microbenchmark (1M Cohere wikipedia-en 1024-dim vectors, fresh JVM per query, OS page ... Linux warm cache (n=2000 after 200 warmup): candidate-none 0.255 ms median vs POINT 0.258 ms ( ...

[22.2 msec search, 23.1 msec total]