[Save this search]

Status
All
   Fixed (7187)
  Closed (5047)
Open (2620)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2278)
  PR (342)
Author relation
All
  None (2057)
  Member (655)
  Contributor (484)
  New contributor (62)
Created
All
  Past day (3)
  Past 2 days (6)
  Past 3 days (9)
  Past week (17)
  Past month (56)
  Past 3 months (122)
  Past 6 months (178)
  Past year (279)
Updated
All
  Past day (10)
  Past 2 days (20)
  Past 3 days (28)
  Past week (43)
  Past month (113)
  Past 3 months (166)
  Past 6 months (226)
  Past year (518)
Updated ago
All
  > 1 day ago (2610)
  > 2 days ago (2600)
  > 3 days ago (2592)
  > 1 week ago (2577)
  > 1 month ago (2507)
  > 3 months ago (2454)
  > 1 year ago (2102)
Comment count
All
  0 (577)
  1 (376)
  2 - 5 (811)
  6 - 10 (440)
  10 - 20 (316)
  > 20 (174)
Reaction count
All
  0 (2334)
  1 (172)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (11)
  rmuir (6)
  benwtrent (5)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 27...
Mentioned
All
  jpountz (97)
  mikemccand (84)
  rmuir (56)
  benwtrent (54)
  msokolov (43)
  uschindler (42)
  romseygeek (24)

See all 210...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (14)
  benwtrent (14)
  msokolov (13)
  uschindler (13)
  dweiss (10)

See all 63...
Commented
All
  asfimport (1368)
  github-actions[bot] (265)
  jpountz (141)
  mikemccand (129)
  rmuir (98)
  msokolov (89)
  benwtrent (84)

See all 305...
User
All
  asfimport (1810)
  github-actions[bot] (309)
  mikemccand (218)
  jpountz (205)
  rmuir (134)
  benwtrent (122)
  msokolov (108)

See all 462...
Last comment user
All
  asfimport (1324)
  github-actions[bot] (254)
  mikemccand (35)
  jpountz (32)
  rmuir (23)
  msokolov (19)
  benwtrent (17)

See all 162...
Draft
All
  No (285)
  Yes (57)
Component
All
  core (623)
  analysis (156)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (23)

See all 23...
Type
All
  enhancement (1198)
  bug (725)
  task (202)
  test (79)
  documentation (22)
Labels
All
  Stale (253)
  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 (2620)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (43)
  romseygeek (42)

See all 757...
Assignee
All
  Unassigned (2375)
  mikemccand (35)
  uschindler (32)
  romseygeek (28)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

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

#15979 PR: Add a de-duplicating flat vector format
8.6 minutes ago  329 comments  0 votes  0 watches  github-actions[bot]inheritdockaivalnpmikemccandmsokolov
Description Closes 14758 Add a new de-duplicating vector format that only stores unique ... De-duplication is done for vectors across all docs and fields indexed by the format. Disclaimer: This was mostly written by an AI, with me refining the implementation through prompts - ...
    kaivalnp 8.6 minutes ago:  Added now!
    kaivalnp 13.3 minutes ago:  Done!

#16436: [ENH]: Fast O(1) Precomputed Array Lookup Table for ExclusiveLongRangeCounter
4.3 hours ago  1 comments  0 votes  0 watches  gsmillermikemccandrajat315315rmuir
Description 1. Motivation & Problem Statement Currently, Lucene's range faceting implementation (LongRangeFacetCou ... For every document evaluated, this costs $O(\log R)$ comparisons per value: `java // Current ...
    mikemccand 4.3 hours ago:  This is a clever optimization! Nice example of time/space tradeoff.

#16434 PR: GITHUB#14399: decide index-sort early termination per segment in TopFieldCollector
5.7 hours ago  11 comments  0 votes  0 watches  github-actions[bot]jpountzromseygeekserhiy-bzhezytskyy
Fixes 14399. TopFieldCollector decided whether the search sort is a prefix of the index sort by inspecting only ... The cached decision is then wrong for later segments, and early termination drops documents that ...
    serhiy-bzhezytskyy 5.7 hours ago:  Yes — additive only. LeafFieldComparator#disableSkipping is a default method, and both existing disableSkipping ...
    serhiy-bzhezytskyy 5.7 hours ago:  Measured it since: substituting the shortcut into canEarlyTerminateOnPrefix returns a wrong result ... So the follow-up isn't needed here — the full prefix comparison is load-bearing.

#16437 PR: Ensure that lucene docs are published after bulk upload
5.8 hours ago  1 comments  0 votes  0 watches  romseygeek
The apache websites use svnpubsub to publish documentation loaded to the central svn server. We've occasionally seen new lucene documentation fail to be published due to the size of the change ... This adds a new step to the release wizard to make a trivial change to Changes.html and add it as ...
    romseygeek 5.8 hours ago:  See https://issues.apache.org/jira/browse/INFRA-28068 for the rationale for this change

#16371 PR: Add CaseFoldingFilter with flat lookup table
8.5 hours ago  52 comments  0 votes  0 watches  costindweissgithub-actions[bot]neoremindrmuiruschindler
Add a token filter that applies Unicode simple case folding to normalize text for case-insensitive ... Performs simple case folding for ~1200 BMP codepoints, which differs from Character.toLowerCase() ... For ASCII text, folding is identical to lowercasing.
    rmuir 8.5 hours ago:  replace 17.0.0 with "latest"
    uschindler 11.3 hours ago:  In short I would like to avoid outdated links when we upgrade ICU,

#16431 PR: Enable Block-Max WAND dynamic pruning for FunctionScoreQuery via DocValuesSkipper (+422% QPS)
11.2 hours ago  40 comments  0 votes  0 watches  github-actions[bot]jpountzmikemccandmsokolovrajat315315romseygeekuschindler
Resolves: 16429 # Description Currently, FunctionScoreQuery hardcodes getMaxScore(int upTo) ... Lucene is forced to evaluate DoubleValuesSource and script bytecode on **every single matching ... Additionally, Lucene's default DocValuesSkipper block interval is 4,096 documents (DEFAULT_SKIP_INDE ...
    uschindler 11.2 hours ago:  Do you think this should also be backported or let us get it into Lucene 11 only. Please add a changes entry. I will wait for more time and think about the monotonicy again and try to figure out if everything ...
    uschindler 11.2 hours ago:  Looks good to me with the new API shapes.

#16418 PR: Incremental doc-values updates
13 hours ago  40 comments  0 votes  0 watches  ChrisHegartygithub-actions[bot]jimczimikemccandmsokolovshaie
Incremental doc-values updates When you update a doc-values field today, Lucene rewrites the ... So a tiny change writes a lot, and it gets worse as the segment grows. The idea is simple: when an update only sets values (no unset), write just the changed docs as a ...
    jimczi 1.1 days ago:  Done, reflowed and called out that a baseGen of -1 is the sentinel for the core column.
    jimczi 1.1 days ago:  Done, reflowed.

[16.6 msec search, 17.6 msec total]