[Save this search]

Status
All
   Fixed (7187)
  Closed (4707)
Open (2555)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2246)
  PR (309)
Author relation
All
  None (2037)
  Member (632)
  Contributor (424)
  New contributor (58)
Created
All
  Past day (2)
  Past 2 days (4)
  Past 3 days (5)
  Past week (16)
  Past month (33)
  Past 3 months (89)
  Past 6 months (133)
  Past year (261)
Updated
All
  Past day (7)
  Past 2 days (12)
  Past 3 days (15)
  Past week (39)
  Past month (60)
  Past 3 months (132)
  Past 6 months (173)
  Past year (484)
Updated ago
All
  > 1 day ago (2548)
  > 2 days ago (2543)
  > 3 days ago (2540)
  > 1 week ago (2516)
  > 1 month ago (2495)
  > 3 months ago (2423)
  > 1 year ago (2071)
Comment count
All
  0 (565)
  1 (354)
  2 - 5 (796)
  6 - 10 (437)
  10 - 20 (307)
  > 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 (49)
  msokolov (39)
  uschindler (38)
  dweiss (17)

See all 203...
Reviewed
All
  jpountz (24)
  mikemccand (24)
  benwtrent (15)
  rmuir (14)
  msokolov (13)
  uschindler (11)
  dweiss (10)

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

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

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

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

See all 23...
Type
All
  enhancement (1175)
  bug (724)
  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 (70)
  uschindler (52)
  romseygeek (42)
  dweiss (41)

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

#16003 PR: Optimize QueryVisitor.EMPTY_VISITOR
2.3 hours ago  4 comments  0 votes  0 watches  dsmileygithub-actions[bot]msfrohromseygeek
It's a shame the EMPTY_VISITOR was nonetheless still processing various MultiTermQuery ... This fixes that.
    romseygeek 2.3 hours ago:  I think it's worth sticking something under 'Optimizations'?
    msfroh 7.8 hours ago:  > Should I bother with a changelog? My vote is "no -- just ship it". It's a very nice change, but it's a functionally transparent cleanup.

#15990 PR: Add experimental columnar indexing api
6.8 hours ago  22 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]mayya-sharipovamsfroh
This commit adds an experimental columnar indexing api to the IndexWriter. It allows the user to provide Long, Binary, and Vector columns to the indexing chain to ...
    Tim-Brooks 6.8 hours ago:  This was related: https://github.com/apache/lucene/pull/15886.
    Tim-Brooks 6.8 hours ago:  I do agree that this is not something I will address here as I think embedded schemas into Lucene ... My use case does demonstrate significant overhead for field validation using the document API. I was doing something like 150 fields per document and the time spend in processDocument was ...

#16032 PR: Fix(15831): Resolve race condition in ReferenceManager.doMaybeRefresh
8.3 hours ago  0 comments  0 votes  0 watches  github-actions[bot]vijaykriishna
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 --> The key behavioural change is that ...

#15574 PR: Introduce FirstPassGroupingCollectorManager
9.7 hours ago  11 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javanna
Description This pr introduces FirstPassGroupingCollectorManager and switches TestGrouping and ... Relates to https://github.com/apache/lucene/issues/12892.
    github-actions[bot] 9.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!
    javanna 14.9 days ago:  Thanks @gaobinlong , I left some comments!

#15985 PR: Fix(15831): Resolve race condition in ReferenceManager.doMaybeRefresh
10.1 hours ago  10 comments  0 votes  0 watches  github-actions[bot]mikemccandvigyasharmavijaykriishna
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 --> The key behavioral change is that ...
    vijaykriishna 10.1 hours ago:  Updated CHANGES.txt to make sure the fix is targeted for 10.5.0. Please review.
    vigyasharma 17.2 hours ago:  Hi @vijaykriishna : the changes entry for each contribution lives in the release version it's ... It is helpful then, in the release process, to go over the CHANGES file and see what is getting ... Typically, you'll find that the changes file has two upcoming release sections, one for the next ...

#15998 PR: Skipping scorer construction for clauses with zero cost
11.8 hours ago  0 comments  0 votes  0 watches  github-actions[bot]sgup432
Description Refer - https://github.com/apache/lucene/issues/15887 for details This skips the ... As with the example given in above issue, if a user sends hundred of should clauses, and with most ... .

#16031 PR: Implement Accountable and expose Levenshtein automata RAM cost in FuzzyQuery
18.9 hours ago  2 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 ...
    rmuir 18.9 hours ago:  I'm not sure we need the complexity. The algorithm constructs a dfa, linear in space and time with respect to the input string
    drempapis 21 hours ago:  @rmuir can you please have a look?

[21.7 msec search, 22.9 msec total]