[Save this search]

Status
All
   Fixed (7187)
  Closed (4714)
Open (2555)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2247)
  PR (308)
Author relation
All
  None (2039)
  Member (631)
  Contributor (423)
  New contributor (59)
Created
All
  Past day (1)
  Past 2 days (4)
  Past 3 days (7)
  Past week (15)
  Past month (34)
  Past 3 months (86)
  Past 6 months (133)
  Past year (261)
Updated
All
  Past day (7)
  Past 2 days (13)
  Past 3 days (15)
  Past week (36)
  Past month (61)
  Past 3 months (131)
  Past 6 months (173)
  Past year (483)
Updated ago
All
  > 1 day ago (2548)
  > 2 days ago (2542)
  > 3 days ago (2540)
  > 1 week ago (2519)
  > 1 month ago (2494)
  > 3 months ago (2424)
  > 1 year ago (2072)
Comment count
All
  0 (567)
  1 (354)
  2 - 5 (793)
  6 - 10 (438)
  10 - 20 (306)
  > 20 (167)
Reaction count
All
  0 (2272)
  1 (168)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (10)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (94)
  mikemccand (74)
  rmuir (51)
  benwtrent (50)
  msokolov (39)
  uschindler (38)
  dweiss (17)

See all 204...
Reviewed
All
  jpountz (24)
  mikemccand (24)
  benwtrent (16)
  rmuir (14)
  msokolov (12)
  uschindler (11)
  dweiss (10)

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (234)
  jpountz (140)
  mikemccand (122)
  rmuir (97)
  benwtrent (84)
  msokolov (81)

See all 291...
User
All
  asfimport (1811)
  github-actions[bot] (274)
  mikemccand (209)
  jpountz (202)
  rmuir (129)
  benwtrent (123)
  msokolov (104)

See all 445...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (227)
  mikemccand (33)
  jpountz (32)
  rmuir (24)
  benwtrent (17)
  msokolov (16)

See all 155...
Draft
All
  No (255)
  Yes (53)
Component
All
  core (595)
  analysis (150)
  highlighter (46)
  spatial (42)
  facet (41)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1175)
  bug (725)
  task (199)
  test (78)
  documentation (23)
Labels
All
  Stale (220)
  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 (2555)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  dweiss (42)
  romseygeek (42)

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

#16039 PR: Upgrade to Gradle 9.5.0 (corrected)
1.4 hours ago  0 comments  0 votes  0 watches  dweissgithub-actions[bot]

#16000 PR: Clarify intent of Accountable#ramBytesUsed
6.2 hours ago  7 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jainankitkjavannamikemccand
The memory tracking is meant for heap memory and not off-heap.
    javanna 6.2 hours ago:  Thanks for the feedback so far! I plan on merging this soon if there's no objections.
    javanna 5.3 days ago:  > Do we have other examples where something is moved off-heap? One that comes to mind is KnnVectorsReader , which does not implement Accountable but has a ... That seems like a conscious choice.

#15608 PR: Remove getCollectors() from TopFieldCollectorManager
6.3 hours ago  8 comments  0 votes  0 watches  github-actions[bot]javannaprudhvigodithi
Description Resolves https://github.com/apache/lucene/issues/15605. TopFieldCollectorManager had an internal ArrayList tracking collectors via getCollectors(), which ... This shared mutable state was the source of the reported thread-safety concern.
    javanna 6.3 hours ago:  Small comment on the changes entry, looks good otherwise. This will need a deprecation PR for the 10x branch
    javanna 6.3 hours ago:  can you move this to the end of the list? We normally append new changes to existing sections. Thanks!

#16027 PR: Add base class and infrastructure support for JUnit5/Jupiter
8.2 hours ago  1 comments  0 votes  0 watches  dweissgithub-actions[bot]
This patch adds a new class LuceneTestCaseJupiter, which can be used as a direct replacement for ... The test-framework module exports both junit4 and junit5/jupiter dependencies. LuceneTestCase remains the parent abstract class for JUnit4 tests.
    dweiss 3.8 days ago:  Relate: #13523

#15952 PR: Add afterMerge() lifecycle hook to KnnVectorsWriter and PerFieldKnnVe…
13.7 hours ago  17 comments  0 votes  0 watches  MrFlapbenwtrentgithub-actions[bot]navneet1vshatejas
Resolves https://github.com/apache/lucene/issues/15935 Problem PerFieldKnnVectorsFormat ... This makes it impossible to cleanly release per-merge resources, leading to resource leaks. Solution Add a protected void afterMerge() throws IOException method with a no-op default to both ...
    github-actions[bot] 13.7 hours 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!
    MrFlap 14.7 days ago:  Our desired functionality is to have a set number N threads per merge. This way we won't have resource contention between merges. So if one field needs 50 singular merge operations, we should see 50 * N threads spawning.

#16031 PR: Implement Accountable and expose Levenshtein automata RAM cost in FuzzyQuery
21.5 hours ago  9 comments  0 votes  0 watches  drempapisgithub-actions[bot]rmuir
The need AutomatonQuery and its subclasses (RegexpQuery, WildcardQuery, PrefixQuery, ... Because AutomatonQuery implements Accountable, callers can perform request-scoped memory accounting ... The FuzzyQuery constructs the Levenshtein automata lazily inside FuzzyTermsEnum, storing them on ...
    drempapis 21.5 hours ago:  > I don't think these are good realistic test strings. It will inflate the numbers due to huge alphabet size. How many words have 20+ unique letters in them?
    rmuir 23.2 hours ago:  > On a busy server you have many fuzzy queries running at the same time, and long terms (names, ... A few MB per query, times many concurrent searches, adds up. I don't buy that there is a single real actual use-case of someone using fuzzy query with massive ...

#16034 PR: DiversifyingChildren speedup - siblings expansion
23.3 hours ago  6 comments  0 votes  0 watches  alessandrobenedettiaruggerobenwtrentgithub-actions[bot]
# Sibling Expansion for DiversifyingChildrenKnnQuery HNSW Search Summary This contribution ... When the HNSW graph searcher encounters a child node belonging to a newly discovered parent, all ... This improves recall for nested document use cases where multiple child vectors share a parent, as ...
    benwtrent 23.3 hours ago:  @aruggero thank you for the first pass here! Hmmm, it is frustrating that bulk scoring the children doesn't help much. I guess it makes sense as we are forcing more scoring per node.
    benwtrent 23.5 hours ago:  Let's reuse scratch space (it won't add much, but we definitely shouldn't be creating a new int[] ... I would adjust siblings = expander.pendingSiblingOrdinals(node, visited, siblings); to allow ...

[21.3 msec search, 22.3 msec total]