[Save this search]

Status
All
   Fixed (7187)
  Closed (5242)
Open (2651)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2286)
  PR (365)
Author relation
All
  None (2063)
  Member (661)
  Contributor (514)
  New contributor (68)
Created
All
  Past day (2)
  Past 2 days (6)
  Past 3 days (8)
  Past week (15)
  Past month (55)
  Past 3 months (123)
  Past 6 months (199)
  Past year (298)
Updated
All
  Past day (14)
  Past 2 days (19)
  Past 3 days (24)
  Past week (40)
  Past month (99)
  Past 3 months (196)
  Past 6 months (244)
  Past year (549)
Updated ago
All
  > 1 day ago (2637)
  > 2 days ago (2632)
  > 3 days ago (2627)
  > 1 week ago (2611)
  > 1 month ago (2552)
  > 3 months ago (2455)
  > 1 year ago (2102)
Comment count
All
  0 (591)
  1 (376)
  2 - 5 (822)
  6 - 10 (450)
  10 - 20 (312)
  > 20 (172)
Reaction count
All
  0 (2365)
  1 (171)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 27...
Mentioned
All
  jpountz (99)
  mikemccand (84)
  rmuir (62)
  benwtrent (52)
  uschindler (41)
  msokolov (40)
  romseygeek (21)

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

See all 64...
Commented
All
  asfimport (1368)
  github-actions[bot] (278)
  jpountz (137)
  mikemccand (126)
  rmuir (95)
  msokolov (87)
  benwtrent (82)

See all 310...
User
All
  asfimport (1810)
  github-actions[bot] (334)
  mikemccand (217)
  jpountz (207)
  rmuir (138)
  benwtrent (120)
  msokolov (108)

See all 471...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (273)
  mikemccand (34)
  jpountz (31)
  rmuir (22)
  msokolov (17)
  benwtrent (17)

See all 169...
Draft
All
  No (303)
  Yes (62)
Component
All
  core (647)
  analysis (154)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (24)

See all 23...
Type
All
  enhancement (1206)
  bug (728)
  task (202)
  test (78)
  documentation (21)
Labels
All
  Stale (270)
  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 (2651)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (43)

See all 765...
Assignee
All
  Unassigned (2411)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  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

#16515 PR: Apply filter before scoring in MaxScoreBulkScorer
35 minutes ago  40 comments  0 votes  0 watches  HUSTERGSHoustonPutmangithub-actions[bot]kkewweiromseygeek
Description Apple filter before scoring in MaxScoreBulkScorer. Resolves 16514 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ...
    romseygeek 1 day ago:  I think we want to test both with-delete and without-delete paths here, so let's move this deletion ...
    kkewwei 3.2 days ago:  The applyMask() override in SparseLiveDocs has been implemented in 16593, just ignore the second.

#16660 PR: Skip blocks without decompressing them when reading selected stored fields.
46.6 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]vsop-479
This change implements skip entire sub blocks without decompressing them, when these blocks only ... Inspired by https://github.com/apache/lucene/pull/1003. Relates to https://github.com/apache/lucene/issues/11652.

#16623 PR: Add LiveDocs.toFixedBitSet specialization in FixedBitSet.copyOf
54.1 minutes ago  7 comments  0 votes  0 watches  costingithub-actions[bot]github-advanced-security[bot]michaeljmarshall
After LiveDocs interface was introduced in 15413, FixedBitSet.copyOf fell to per-bit loop execution ... This PR addresses that by introducing a toFixedBitSet() method on LiveDocs and a dedicated check in ... Since there are only two implementations of LiveDocs, both final, the dispatch is bimorphic and ...
    costin 54.2 minutes ago:  Good idea. Since that PR was merged, I've updated the code.
    github-advanced-security[bot] 7.7 days ago:  # CodeQL / Local information disclosure in a temporary directory Local information disclosure ... Local information disclosure vulnerability from system temp directory due to use of file or ... Local information disclosure vulnerability from system temp directory due to use of file or ...

#16663 PR: Allocate MemoryAccountingBitsetCollector bitset lazily on first match
4.7 hours ago  0 comments  0 votes  0 watches  Sasilekhagithub-actions[bot]
MemoryAccountingBitsetCollector used to reserve a bitset large enough for the entire leaf upfront, ... Under intra segment concurrency (where each partition worker gets its own collector), unmatched ... This PR delays the allocation until the first match, so collectors that see no matches allocate ...

#15840: Add/Improve the test coverage for NativeVectorUtilSupport
5.1 hours ago  1 comments  0 votes  0 watches  ColinLeeoExE-Bossshubhamvishu
Description Currently, NativeVectorUtilSupport is only exercised in tests when the user ... Even then, not all code paths and VectorUtil operations are covered but only the ones overridden ... The native path is not tested automatically in our CI workflow which disconnects it from other ...
    ColinLeeo 5.1 hours ago:  Hi, I’d like to help with this issue. After looking through NativeVectorUtilSupport, I think there are two layers of behavior we may want ... The first is the Java-side logic: native versus fallback dispatch, argument handling, and result ...

#16657 PR: Fix hashCode/equals contract violation in LRUQueryCache QueryCacheKey
9 hours ago  8 comments  0 votes  0 watches  github-actions[bot]msfrohsgup432
Description LRUQueryCache was recently refactored(releasing in lucene 11.0) to partition the ... I found out a bug in this QueryCacheKey where this compares queries by value in equals() but hashes ... For example: we cache new TermQuery("color","red"), then look it up with another new TermQuery(" ...
    sgup432 9 hours ago:  >Route by query only instead of (segment, query). Then all of a query's segment-entries land in one partition. And have a per-partition uniqueQueries map.
    sgup432 10.3 hours ago:  >Actually, looking at the implementation, I'm not convinced that we are properly accounting for ... But we increment the query size contribution for each entry, even though it's probably the same ... ~But considering we are not doing any canonicalization at this point, so those N entries(across ...

#13072 PR: Terminate automaton when it can match all suffixes, and match suffixes directly.
9 hours ago  64 comments  0 votes  0 watches  Copilotcopilot-pull-request-reviewer[bot]github-actions[bot]jpountzmikemccandrmuirvsop-479
For PrefixQuery, we can terminate the automaton on current term if we have matched the whole prefix ... Furthermore, if there is a subBlock, we could match all its' sub terms.
    github-actions[bot] 9 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!
    github-actions[bot] 4.2 months 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!

[25.6 msec search, 27.2 msec total]