[Save this search]

Status
All
   Fixed (7187)
  Closed (4524)
Open (2540)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2235)
  PR (305)
Author relation
All
  None (2034)
  Member (607)
  Contributor (422)
  New contributor (57)
Created
All
  Past day (3)
  Past 2 days (4)
  Past 3 days (8)
  Past week (16)
  Past month (41)
  Past 3 months (87)
  Past 6 months (155)
  Past year (281)
Updated
All
  Past day (8)
  Past 2 days (8)
  Past 3 days (15)
  Past week (33)
  Past month (81)
  Past 3 months (130)
  Past 6 months (403)
  Past year (509)
Updated ago
All
  > 1 day ago (2532)
  > 2 days ago (2532)
  > 3 days ago (2525)
  > 1 week ago (2507)
  > 1 month ago (2459)
  > 3 months ago (2410)
  > 1 year ago (2031)
Comment count
All
  0 (554)
  1 (355)
  2 - 5 (797)
  6 - 10 (432)
  10 - 20 (303)
  > 20 (169)
Reaction count
All
  0 (2259)
  1 (166)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (6)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 23...
Mentioned
All
  jpountz (91)
  mikemccand (72)
  rmuir (52)
  benwtrent (47)
  msokolov (39)
  uschindler (37)
  vigyasharma (17)

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

See all 61...
Commented
All
  asfimport (1369)
  github-actions[bot] (236)
  jpountz (140)
  mikemccand (122)
  rmuir (98)
  benwtrent (83)
  msokolov (80)

See all 283...
User
All
  asfimport (1811)
  github-actions[bot] (274)
  mikemccand (205)
  jpountz (199)
  rmuir (130)
  benwtrent (118)
  msokolov (102)

See all 436...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (227)
  jpountz (32)
  mikemccand (31)
  rmuir (24)
  msokolov (16)
  dweiss (15)

See all 159...
Draft
All
  No (253)
  Yes (52)
Component
All
  core (594)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (40)
  queryparser (27)
  test-framework (25)

See all 23...
Type
All
  enhancement (1166)
  bug (726)
  task (198)
  test (78)
  documentation (22)
Labels
All
  Stale (223)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (47)
  affects-version:6.0 (37)

See all 156...
Commits?
All
  No (2540)
Reporter
All
  rmuir (271)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

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

#15821 PR: Use List.of() instead of Collections.unmodifiableList(Arrays.asList()) in BooleanQuery
57.4 minutes ago  1 comments  0 votes  0 watches  epotyomgithub-actions[bot]sgup432
Description While checking BooleanQuery, I saw in the constructor we wrap the clauses in two ... Which returns a immutable list as well with no wrapper overhead.
    epotyom 57.4 minutes ago:  I might be missing something, but I believe Collections.unmodifiableList(Arrays.asList(clauses)) ...

#14738 PR: feat: add automated backport workflow
1.8 hours ago  24 comments  0 votes  0 watches  ayagmargithub-actions[bot]github-advanced-security[bot]github-project-automation[bot]mikemccandrmuirstefanvoditavigyasharma
Fixes 14496 # Summary This PR adds an automated backport workflow for merged pull requests. The implementation now: - uses a dedicated script file for planning: .github/workflows/backport.sh ... .
    stefanvodita 1.8 hours ago:  Sorry for the wait @ayagmar. I had another look. I'm happy for us to try this if no one objects.
    ayagmar 9.1 days ago:  they're not, nice catch! I trimmed the resolver to Lucene’s branch conventions only: - branch_<major>x - branch_<major ...

#15831: Missing a refresh is possible in ReferenceManager
3.2 hours ago  0 comments  0 votes  0 watches  viliam-durina
Description I think the code of ReferenceManager.maybeRefresh() might miss a refresh. It tries to avoid starting a refresh if another is already in progress. But I think it's racy: 1.

#15830 PR: Fix possible lost signal in ControlledRealTimeReopenThread
3.6 hours ago  0 comments  0 votes  0 watches  github-actions[bot]viliam-durina
Condition.signal/await was used to wake up the background thread to reload data. Since the background thread isn't owning the condition's lock at all times, notification can be ... Specifically, if a new waiter arrives while doing maybeRefreshBlocking() and before it obtains the ...

#15820: Lucene103 blocktree TrieReader regression: 4x slower seekExact for _id lookups vs lucene90 FST
3.9 hours ago  3 comments  0 votes  0 watches  Vikasht34gf2121herley-shaorijainankitkmsfrohnavneet1vuschindler
Description Component: core/codecs Description: The lucene103 blocktree codec replaced the ... This causes a significant performance regression for workloads that perform high-frequency ... With ~400 segments per index, each document requires ~400 seekExact calls.
    uschindler 3.9 hours ago:  See also for an explanation: https://github.com/apache/lucene/pull/15824#issuecomment-4067946294 ...
    gf2121 10.8 hours ago:  > TrieReader replaces in-memory FST with on-disk trie navigation. The FST was loaded into Java heap at segment open time — navigation was pure CPU (BitTable.isBitSet ... The TrieReader reads from memory-mapped files, adding I/O indirection.

#15805 PR: Remove lock in StringHelper, using atomic getAndUpdate instead
12.5 hours ago  11 comments  0 votes  0 watches  easyicegithub-actions[bot]msfrohneoremindrmuirsgup432
Description This should reduce lock contention in StringHelper.randomId() by replacing with ... We also move the toByteArray() call out of the lock/concurrent update as suggested by @easyice in ... As a bonus, we clean up one more instance of a non-final static field by replacing it with a final ...
    neoremind 12.5 hours ago:  @rmuir Thanks for the explanation. I spent some time diving into the profiling caveats you raised, I now have a much better ... And I agree your insight on trusting kernel perf is well stood, and the "profiler ghost" ...
    rmuir 2.9 days ago:  that async profiler is also broken. Look if we want to optimize the concurrency, my recommendation would be to raise the bar on bug ... The decision tree looks like this: 1.

#15827 PR: Add BayesianScoreQuery and LogOddsConjunctionQuery for probabilistic hybrid search
12.5 hours ago  0 comments  0 votes  0 watches  github-actions[bot]jaepil
# Summary Add BayesianScoreQuery and LogOddsConjunctionQuery to Lucene, enabling probabilistic ... Reference implementation: cognica-io/bayesian-bm25 **This PR adds 5 new files and modifies only ... KNN cosine similarities live in [0, 1].

[20.7 msec search, 21.7 msec total]