[Save this search]

Status
All
   Fixed (7187)
  Closed (5149)
Open (2624)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2275)
  PR (349)
Author relation
All
  None (2056)
  Member (647)
  Contributor (495)
  New contributor (64)
Created
All
  Past day (0)
  Past 2 days (1)
  Past 3 days (4)
  Past week (12)
  Past month (48)
  Past 3 months (122)
  Past 6 months (179)
  Past year (281)
Updated
All
  Past day (3)
  Past 2 days (11)
  Past 3 days (17)
  Past week (41)
  Past month (97)
  Past 3 months (178)
  Past 6 months (231)
  Past year (527)
Updated ago
All
  > 1 day ago (2621)
  > 2 days ago (2613)
  > 3 days ago (2607)
  > 1 week ago (2583)
  > 1 month ago (2527)
  > 3 months ago (2446)
  > 1 year ago (2097)
Comment count
All
  0 (581)
  1 (378)
  2 - 5 (808)
  6 - 10 (444)
  10 - 20 (316)
  > 20 (171)
Reaction count
All
  0 (2340)
  1 (171)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (11)
  rmuir (6)
  iverase (4)
  benwtrent (4)
  dweiss (3)
  msokolov (3)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (83)
  rmuir (62)
  benwtrent (53)
  uschindler (41)
  msokolov (39)
  romseygeek (22)

See all 209...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (14)
  benwtrent (14)
  dweiss (11)
  msokolov (11)
  uschindler (11)

See all 63...
Commented
All
  asfimport (1368)
  github-actions[bot] (274)
  jpountz (137)
  mikemccand (126)
  rmuir (95)
  msokolov (82)
  benwtrent (82)

See all 308...
User
All
  asfimport (1810)
  github-actions[bot] (319)
  mikemccand (216)
  jpountz (207)
  rmuir (138)
  benwtrent (121)
  msokolov (103)

See all 465...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (264)
  mikemccand (35)
  jpountz (31)
  rmuir (22)
  msokolov (18)
  dweiss (17)

See all 163...
Draft
All
  No (288)
  Yes (61)
Component
All
  core (630)
  analysis (155)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  test-framework (22)

See all 23...
Type
All
  enhancement (1200)
  bug (725)
  task (200)
  test (78)
  documentation (21)
Labels
All
  Stale (262)
  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 (2624)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (44)
  dweiss (42)

See all 758...
Assignee
All
  Unassigned (2384)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  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

#15132: Improve kNN behavior on permissive filters
2.5 minutes ago  6 comments  0 votes  0 watches  benwtrentjpountzlinjiaye929
Description While we have been doing a ton of work on making sparse filtering better, Lucene does ... Part of the problem is that we just haven't measured it well in Lucene benchmarks. I noticed lucene util's filtering tests don't actually do a realistic job of indicating how a ...
    linjiaye929 2.5 minutes ago:  Hi maintainers, I'd like to take this on. I would first add a luceneutil benchmark comparing today's pre-filter/exact paths with a bounded ... If the data supports it, I'll propose the smallest heuristic with a safe pre-filter fallback.
    jpountz 11.8 months ago:  I see, tricky. If it's only a problem with flat formats, maybe we should integrate in the query as you suggested ... E.g. passing visitedLimit = 0.01 * maxDoc in the post-filtering optimization and falling back to ...

#16543 PR: Add custom URL patterns for downloading gradle distribution and gradle wrapper
18.4 minutes ago  11 comments  0 votes  0 watches  dsmileydweissgithub-actions[bot]github-advanced-security[bot]
This patch adds a way to specify custom locations for gradle wrapper and gradle distribution. The assumptions were: 1) minimize surface of this change to a single class emulating ... I've tested this locally, for example: ` $ find ~/tmp/gradle . ./9.7.0 ./9.7.0/gradle-9.7.0- ...
    dweiss 18.4 minutes ago:  I've added a separate env variable - LUCENE_GRADLE_VERIFY_CHECKSUMS=false to ignore all checksums.. ... Take a look at commit 47ac309. What I stated in my previous comment still holds though - I don't think it's a good thing to ignore ...
    dweiss 40.1 minutes ago:  I'll go through this code again if we decide to commit this approach - I just wanted to open a ... It is machine generated code; I'll go through the patch and remove odd comments etc. if we decide ...

#16517 PR: Optimize DocValues using Panama API decoders for Byte Short and Int to Long instead of default ...
7.8 hours ago  1 comments  0 votes  0 watches  CH-Abhinavgithub-actions[bot]
Description This PR is adding Panama Vector API decoders into PanamaDocValuesBulkDecodeSupport.java ... In this PR aim is to get optimized decoders for Byte Shortand Int to Long versions like how decoder ... Closes 16451 .
    CH-Abhinav 3.2 days ago:  Any maintainer out there who can approve github actions ?

#16545: Should we enable the check CheckedExceptionNotThrown in error prone?
1.2 days ago  1 comments  0 votes  0 watches  dweissiverase
This check prevents methods that do not throw a specific exception to declare they do. I think this would be beneficial for Lucene as many method implementation declare they throw ... Change is trivial but it touches many files.
    dweiss 1.2 days ago:  This is subtle - when it's public API (an interface, public class) I can envision that the designer ... I'd lean towards a case-by-case patches than one single blanket change here.

#15958 PR: Bulk score hnsw neighbor array
1.9 days ago  9 comments  0 votes  0 watches  benwtrentgithub-actions[bot]leng25
issue 15606 Refactor NeighborArrayisWorstNonDiverse to use bulkScore instead of score, enabling ... This change follows the approach taken in 15607, though unlike that case, this function is called ... The primary motivation is consistency, aligning both call sites to use bulkScore ensures this code ...
    github-actions[bot] 1.9 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    leng25 17.9 days ago:  Hi @benwtrent, just following up on this. I addressed your feedback and all checks are still passing. Let me know if anything else needs adjusting.

#16200 PR: Optimize byte vector cosine scoring: precompute query norm
1.9 days ago  11 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 ...
    github-actions[bot] 1.9 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    github-actions[bot] 1.4 months ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!

#16245 PR: Simple64
1.9 days ago  76 comments  0 votes  0 watches  github-actions[bot]mikemccandvsop-479
Description Simple64: pack multiple small non-negative integers into a single long. This change try to implement Simple64 to bulk encode/decode small ints, and use it to write terms' ...
    github-actions[bot] 1.9 days ago:  This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the dev@lucene.apache.org list. Thank you for your contribution!
    vsop-479 18.8 days ago:  >> This sounds like a bug in luceneutil's example.py... both indexing runs should use the same ... > Yes, I will submit a PR to luceneutil. See https://github.com/mikemccand/luceneutil/pull/607

[15.5 msec search, 16.5 msec total]