[Save this search]

Status
All
   Fixed (7187)
  Closed (2935)
Open (2325)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2117)
  PR (208)
Author relation
All
  None (2111)
  Member (407)
  Contributor (193)
  New contributor (37)
Created
All
  Past day (3)
  Past 2 days (4)
  Past 3 days (4)
  Past week (7)
  Past month (29)
  Past 3 months (99)
  Past 6 months (160)
  Past year (267)
Updated
All
  Past day (10)
  Past 2 days (13)
  Past 3 days (18)
  Past week (28)
  Past month (66)
  Past 3 months (140)
  Past 6 months (211)
  Past year (383)
Updated ago
All
  > 1 day ago (2315)
  > 2 days ago (2312)
  > 3 days ago (2307)
  > 1 week ago (2297)
  > 1 month ago (2259)
  > 3 months ago (2185)
  > 1 year ago (1942)
Comment count
All
  0 (532)
  1 (348)
  2 - 5 (717)
  6 - 10 (373)
  10 - 20 (275)
  > 20 (144)
Reaction count
All
  0 (2062)
  1 (156)
  2 - 5 (86)
  6 - 10 (15)
  10 - 20 (6)
  > 20 (1)
Review Requested
All
  jpountz (10)
  mikemccand (6)
  dweiss (3)
  romseygeek (3)
  rmuir (2)
  msokolov (2)
  gsmiller (2)

See all 20...
Mentioned
All
  jpountz (67)
  mikemccand (55)
  rmuir (34)
  uschindler (30)
  msokolov (22)
  benwtrent (22)
  dweiss (13)

See all 141...
Reviewed
All
  jpountz (28)
  mikemccand (25)
  benwtrent (10)
  msokolov (9)
  uschindler (9)
  dweiss (8)
  rmuir (8)

See all 44...
Commented
All
  asfimport (1394)
  github-actions[bot] (156)
  jpountz (97)
  mikemccand (96)
  rmuir (61)
  msokolov (42)
  benwtrent (41)

See all 197...
User
All
  asfimport (1844)
  mikemccand (165)
  github-actions[bot] (156)
  jpountz (148)
  rmuir (86)
  uschindler (65)
  benwtrent (64)

See all 296...
Last comment user
All
  asfimport (1351)
  github-actions[bot] (148)
  jpountz (28)
  mikemccand (25)
  dweiss (14)
  gsmiller (13)
  stefanvodita (13)

See all 105...
Draft
All
  No (171)
  Yes (37)
Component
All
  core (498)
  analysis (143)
  highlighter (44)
  spatial (38)
  facet (37)
  queryparser (25)
  suggest (14)

See all 20...
Type
All
  enhancement (1103)
  bug (703)
  task (195)
  test (69)
  documentation (21)
Labels
All
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  Stale (146)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  affects-version:6.0 (37)
  affects-version:9.0 (35)

See all 154...
Commits?
All
  No (2325)
Reporter
All
  rmuir (262)
  mikemccand (142)
  jpountz (118)
  dsmiley (68)
  uschindler (49)
  dweiss (49)
  iverase (40)

See all 672...
Assignee
All
  Unassigned (2095)
  mikemccand (35)
  uschindler (26)
  romseygeek (26)
  dsmiley (23)
  rmuir (14)
  dweiss (12)

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

#13951 PR: Support multi-tenant RAM buffers for IndexWriter
43.2 minutes ago  27 comments  0 votes  0 watches  jpountzmdmarshmallowvigyasharma
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 --> Draft PR to outline my initial ...
    vigyasharma 43.2 minutes ago:  Sorry it took so long to get to this PR. I have some code refactoring comments that should help simplify the changes.
    vigyasharma 45.4 minutes ago:  Any reason for not making this change in the default constructor? We could avoid making changes to all the tests.

#14005 PR: Update ComplexPhraseQueryParser.java
4.1 hours ago  0 comments  0 votes  0 watches  paulk-asert
Fix typo 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 -->

#266 PR: LUCENE-10073: Reduce merging overhead of NRT by using a greater mergeFactor on tiny segments.
4.9 hours ago  10 comments  0 votes  0 watches  github-actions[bot]jpountzmikemccand
#11111
    jpountz 10.8 hours ago:  You are right, these were duplicate variables!
    jpountz 10.8 hours ago:  Thank you, fixed.

#14004: How to configure TieredMergePolicy for very low segment count?
7.4 hours ago  2 comments  0 votes  0 watches  jpountz
Description I have been experimenting with configuring TieredMergePolicy to keep the segment ... Interestingly, an index that is less than 1GB can still have 10 segments with the above merge ... E.g. consider the following segment sizes: 100kB, 300kB, 800kB, 2MB, 5MB, 12MB, 30MB, 70MB, 150MB, ...
    jpountz 7.4 hours ago:  I confirmed that #266 seems to help for this case. It does find merges to run with the above example (100kB, 300kB, 800kB, 2MB, 5MB, 12MB, 30MB, 70MB, ... And when I run our simulation tests in BaseMergePolicyTestCase, it ends up with a similar number of ...
    jpountz 12.2 hours ago:  Interestingly, it looks like this PR https://github.com/apache/lucene/pull/266 would do what I'm ...

#13525 PR: [WIP] Multi-Vector support for HNSW search
8.2 hours ago  83 comments  0 votes  0 watches  benwtrentcpoerschkegithub-actions[bot]jimczikrickertmikemccandmsokolovnavneet1vvigyasharma
Adds support for multi-valued vectors to Lucene. In addition to max-similarity aggregations like parent-block joins, this change supports ColBERT ... Documents can have a variable number of vector values, but to support distance function ...
    krickert 8.2 hours ago:  > Chunk-Based Highlighting – Interesting. With getAllVectorValues(), we can find all vector values with similarity above a separate ... Not sure.
    vigyasharma 10.3 hours ago:  Thank you for sharing these use-cases @krickert ! 1. **Aggregate Scoring** – I think we can do this today by joining the child doc hits with their ...

#13985 PR: Introduces IndexInput#updateReadAdvice to change the ReadAdvice while merging vectors
8.9 hours ago  36 comments  0 votes  0 watches  ChrisHegartyjpountznavneet1vshatejasuschindler
The change is needed to be able to reduce the force merge time. Lucene99FlatVectorsReader is opened with IOContext.RANDOM, this optimizes searches with madvise as ... For merges we need sequential access and ability to preload pages to be able to shorten the merge ...
    shatejas 9.2 hours ago:  > The org.apache.lucene.index.TestConcurrentMergeScheduler.testNoWaitClose test hits a new assert ... I need to look to see if it is a test issue or more of a design issue with finishMerge.
    ChrisHegarty 13.3 hours ago:  The org.apache.lucene.index.TestConcurrentMergeScheduler.testNoWaitClose test hits a new assert ... I need to look to see if it is a test issue or more of a design issue with finishMerge.

#13387: Support for criteria based DWPT selection inside DocumentWriter
10.1 hours ago  23 comments  0 votes  0 watches  RS146BIJAYjpountzmikemccandvigyasharma
Description # Issue Today, Lucene internally creates multiple DocumentWriterPerThread (DWPT) ... When documents are indexed by the same DWPT, they are grouped into the same segment post flush. As DWPT assignment to documents is only concurrency based, it’s not possible to predict or control ...
    vigyasharma 10.1 hours ago:  There is a lot of good work here @RS146BIJAY . Some preliminary questions to understand this better: 1. Does the OpenSearch client directly work with 'n' different log-group specific IndexWriters?
    RS146BIJAY 13.5 hours ago:  @vigyasharma @jpountz @mikemccand Any thoughts on the above approach on using multiple IndexWriter ...

[33.2 msec search, 34.1 msec total]