[Save this search]

Status
All
   Fixed (7187)
  Closed (3405)
Open (2403)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2160)
  PR (243)
Author relation
All
  None (2134)
  Member (480)
  Contributor (237)
  New contributor (39)
Created
All
  Past day (1)
  Past 2 days (8)
  Past 3 days (8)
  Past week (17)
  Past month (58)
  Past 3 months (108)
  Past 6 months (148)
  Past year (284)
Updated
All
  Past day (6)
  Past 2 days (24)
  Past 3 days (30)
  Past week (41)
  Past month (92)
  Past 3 months (171)
  Past 6 months (218)
  Past year (346)
Updated ago
All
  > 1 day ago (2397)
  > 2 days ago (2379)
  > 3 days ago (2373)
  > 1 week ago (2362)
  > 1 month ago (2311)
  > 3 months ago (2232)
  > 1 year ago (2056)
Comment count
All
  0 (548)
  1 (361)
  2 - 5 (729)
  6 - 10 (394)
  10 - 20 (284)
  > 20 (157)
Reaction count
All
  0 (2123)
  1 (163)
  2 - 5 (95)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (12)
  mikemccand (6)
  rmuir (3)
  dweiss (3)
  romseygeek (3)
  benwtrent (3)
  uschindler (2)

See all 20...
Mentioned
All
  jpountz (79)
  mikemccand (62)
  rmuir (39)
  uschindler (34)
  benwtrent (31)
  msokolov (24)
  dweiss (18)

See all 154...
Reviewed
All
  jpountz (24)
  mikemccand (21)
  rmuir (13)
  dweiss (12)
  uschindler (10)
  benwtrent (9)
  gsmiller (8)

See all 57...
Commented
All
  asfimport (1380)
  github-actions[bot] (178)
  jpountz (120)
  mikemccand (104)
  rmuir (84)
  msokolov (57)
  benwtrent (53)

See all 220...
User
All
  asfimport (1828)
  github-actions[bot] (209)
  jpountz (177)
  mikemccand (176)
  rmuir (113)
  benwtrent (78)
  msokolov (71)

See all 341...
Last comment user
All
  asfimport (1337)
  github-actions[bot] (171)
  jpountz (32)
  mikemccand (27)
  dweiss (22)
  rmuir (21)
  benwtrent (17)

See all 114...
Draft
All
  No (200)
  Yes (43)
Component
All
  core (540)
  analysis (148)
  highlighter (44)
  spatial (39)
  facet (39)
  queryparser (25)
  suggest (15)

See all 22...
Type
All
  enhancement (1123)
  bug (715)
  task (195)
  test (72)
  documentation (20)
Labels
All
  legacy-jira-fix-versio... (214)
  Stale (170)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (52)
  affects-version:6.0 (37)

See all 155...
Commits?
All
  No (2403)
Reporter
All
  rmuir (272)
  mikemccand (143)
  jpountz (121)
  dsmiley (68)
  uschindler (49)
  dweiss (49)
  iverase (40)

See all 690...
Assignee
All
  Unassigned (2169)
  mikemccand (35)
  uschindler (26)
  romseygeek (26)
  dsmiley (22)
  rmuir (14)
  dweiss (12)

See all 40...
  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

#14395 PR: Disable sort optimization when tracking all docs
4.5 hours ago  7 comments  0 votes  0 watches  bugmakerrrrrrgithub-actions[bot]jpountzvibrantvarun
Description <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ... https://github.com/apache/lucene/blob/main/CONTRIBUTING.md --> When totalHitsThreshold is greater ...
    github-actions[bot] 4.5 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!
    vibrantvarun 14.4 days ago:  Overall code looks good to me.

#14549 PR: Enhancing the Turkish stop word list with additional common words
9.5 hours ago  4 comments  0 votes  0 watches  HakanBayazitHabesbahadirborasahingithub-actions[bot]stefanvodita
Description This pull request proposes the addition of several frequently used Turkish ... These words are commonly considered non-informative in NLP tasks and are consistent with standard ... .
    bahadirborasahin 11 hours ago:  I am not sure if this has any performance implications for Lucene, but the answer is no. In Turkish alphabetical order, the letters ç, ğ, ı, ö, ş, and ü are placed after their ... The standard Turkish alphabet order is: a, b, c, ç, d, e, f, g, ğ, h, ı, i, j, k, l, m, n, o, ö, ...
    stefanvodita 11.7 hours ago:  I'm curious - are ç, ö, ü, ş normally sorted to the end of the alphabet and in this order?

#14552 PR: Speed up flush of softdelete by intoBitset
14 hours ago  1 comments  0 votes  0 watches  gf2121github-actions[bot]
Speed up the flush of softdelete by intoBitset. relates: https://github.com/apache/lucene/issues/14521
    gf2121 22.9 hours ago:  I managed to get some numbers on this change: ` Baseline: Soft delete flush total took: 30311ms ... Candidate: Soft delete flush total took: 22635ms, IndexedDISIwriteBitset total took: 964ms.

#14556: Smoke tester requiring Python 3.12+
16.2 hours ago  3 comments  0 votes  0 watches  rmuirstefanvodita
14326 added a line in scriptutil that imports override from typing, which was introduced in Python ... Running the smoke tester with 3.11, errors out like so: ` Traceback (most recent call last): File ...
    rmuir 16.2 hours ago:  I think there is a way, there is even some existing logic to do it (I suspect it has the wrong ... Additionally, I know existing logic uses an outdated method to check the python version: because I ... I've also a concern that for an old python it may just fail at pip install phase, and never hit ...
    stefanvodita 16.4 hours ago:  I see we have 3.12 configured and at least for me that's alright. But do we have a way to warn users of the scripts that they need 3.12?

#14408: Examine the affects of MADV_RANDOM when MGLRU is enabled in Linux kernel
17.5 hours ago  9 comments  0 votes  0 watches  ChrisHegartyjimczijpountzmikemccandrmuirvigyasharma
With the relatively recent capability to call madvise in Lucene, we've started to use MADV_RANDOM ... The memory access is truly random, but we've seen several reports of performance regressions that ... Of particular concern is the interaction of MADV_RANDOM with Multi-Gen LRU [1].
    rmuir 17.5 hours ago:  > +1 to work towards this more general fix. But, sheesh, it looks so complicated, depending on hot vs cold use case, preloading or not, which ... Yes, my argument is that it is complicated, and lucene needs to get out of the business of it.
    mikemccand 17.8 hours ago:  > > The Linux change targets both MGLRU and normal LRU. The impact is more pronounced in MGLRU, as page reclamation is more aggressive there. However, the semantic change for this advice is the same in both cases.

#14482 PR: Create file open hints on IOContext to replace ReadAdvice
20.1 hours ago  63 comments  0 votes  0 watches  ChrisHegartygithub-actions[bot]jpountzrmuirthecoop
Refactor IOContext and create FileOpenHint to specify how files are likely to be accessed once ... This is the first PR of several to move from specifying ReadAdvice directly, to specifying the file ... Relates #14422
    thecoop 20.1 hours ago:  I've added an override function to MMapDirectory in eb80be0a7c so the ReadAdvice can be explicitly ...
    thecoop 20.3 hours ago:  I've been looking at trying to push ReadAdvice into MMapDirectory completely - the complication is ... Maybe best to look at that in more detail in a later PR

#14554: How to control the total number of merging threads when vector data merging easily leads to memory ...
1 day ago  0 comments  0 votes  0 watches  weizijun
Description When there are many shards to merge, vector data merging can easily lead to memory ... The index.merge.scheduler.max_thread_count parameter can't control the merge thread count, it only ... But OnHeapHnswGraph has been built during the pause phase, and it will take up so much memory that ...

[18.8 msec search, 19.8 msec total]