[Save this search]

Status
All
   Fixed (7187)
  Closed (5108)
Open (2635)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2278)
  PR (357)
Author relation
All
  None (2056)
  Member (649)
  Contributor (498)
  New contributor (67)
Created
All
  Past day (0)
  Past 2 days (2)
  Past 3 days (5)
  Past week (15)
  Past month (56)
  Past 3 months (135)
  Past 6 months (190)
  Past year (292)
Updated
All
  Past day (3)
  Past 2 days (10)
  Past 3 days (18)
  Past week (42)
  Past month (111)
  Past 3 months (186)
  Past 6 months (247)
  Past year (538)
Updated ago
All
  > 1 day ago (2632)
  > 2 days ago (2625)
  > 3 days ago (2617)
  > 1 week ago (2593)
  > 1 month ago (2524)
  > 3 months ago (2449)
  > 1 year ago (2097)
Comment count
All
  0 (595)
  1 (376)
  2 - 5 (809)
  6 - 10 (445)
  10 - 20 (314)
  > 20 (169)
Reaction count
All
  0 (2350)
  1 (171)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (11)
  rmuir (6)
  iverase (4)
  romseygeek (4)
  benwtrent (4)
  uschindler (3)

See all 27...
Mentioned
All
  jpountz (102)
  mikemccand (85)
  rmuir (61)
  benwtrent (53)
  uschindler (44)
  msokolov (40)
  romseygeek (23)

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

See all 62...
Commented
All
  asfimport (1368)
  github-actions[bot] (273)
  jpountz (139)
  mikemccand (126)
  rmuir (95)
  benwtrent (82)
  msokolov (80)

See all 309...
User
All
  asfimport (1810)
  github-actions[bot] (322)
  mikemccand (218)
  jpountz (210)
  rmuir (137)
  benwtrent (121)
  msokolov (100)

See all 467...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (259)
  mikemccand (35)
  jpountz (32)
  rmuir (22)
  benwtrent (17)
  dweiss (15)

See all 164...
Draft
All
  No (297)
  Yes (60)
Component
All
  core (628)
  analysis (156)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  test-framework (23)

See all 23...
Type
All
  enhancement (1200)
  bug (726)
  task (201)
  test (81)
  documentation (22)
Labels
All
  Stale (257)
  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 (2635)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (125)
  dsmiley (69)
  uschindler (52)
  iverase (43)
  dweiss (41)

See all 758...
Assignee
All
  Unassigned (2393)
  mikemccand (35)
  uschindler (32)
  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

#16451: [ENH]: Optimize DocValues Bulk Decoding using Panama Vector API
8.2 hours ago  2 comments  0 votes  0 watches  CH-Abhinavjpountzmikemccandrajat315315rmuiruschindler
# Motivation Lucene heavily relies on DocValues for sorting, faceting, and range filtering. For byte-aligned packed formats (8-bit, 16-bit, and 32-bit), the bulk decoding process ( ... Currently, the default implementation (DefaultDocValuesBulkDecodeSupport) performs this decoding ...
    CH-Abhinav 8.2 hours ago:  @rmuir @uschindler well this issue's author used a fare bit of AI without understanding what he ... Like his test queries and benchmarks do not touch DocValues. But the Idea of using Panama's ZERO_EXTEND isn't bad at all.
    rmuir 15.6 days ago:  this is all hallucinated nonsense. > Fuzzy Terms & Edit Distances: Operations like Respell show a statistically significant +24.1% ...

#15113: Move long[] group varint to backward-codecs
12.7 hours ago  6 comments  0 votes  0 watches  ExporterheSAKSHICeasyicejpountznishanth-01subhramituschindler
DescriptionThis is a follow-up of #15104. The benchmark was accidentally calling legacy code that writes the output of a varint group into a ... This wouldn't have happened if this code - which is only used by backward codecs - was in lucene/ ...
    subhramit 12.7 hours ago:  Hi, this seems to have been abandoned. May I take it? @uschindler, @easyice / @jpountz
    SAKSHIC 10.8 months ago:  @jpountz Gentle reminder to review https://github.com/apache/lucene/pull/15186

#16431 PR: Enable Block-Max WAND dynamic pruning for FunctionScoreQuery via DocValuesSkipper (+422% QPS)
18.1 hours ago  45 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 18.1 hours ago:  Sorry this got stale. Will verify test cases.
    github-actions[bot] 1 day 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!

#16439 PR: Optimize Non-Overlapping LongRangeFacetCounts via Batching & Fast O(1) Precomputed Lookup
1 day ago  1 comments  0 votes  0 watches  github-actions[bot]rajat315315
Resolves: 16436 --- # 🚀 Performance Improvement Summary This PR introduces two ... **Doc Value Batching**: Buffers up to 512 values from the doc values iterator before feeding them ... This reduces the virtual/interface method call overhead per document and improves cache/instruction ...
    github-actions[bot] 1 day 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!

#16442 PR: Fix addMultiTermClauses: preserve per-field SHOULD when a clause isn't a bare TermQuery (#16441)
1 day ago  1 comments  0 votes  0 watches  OlivierJaquemetgithub-actions[bot]
Fixes 16441 **Problem:** QueryParserBaseaddMultiTermClauses decides whether to pass a nested ... This check is too narrow: a BoostQuery-wrapped term (or any other non-TermQuery leaf — PrefixQuery, ... Example: with a per-field boost configured and AND_OPERATOR, MultiFieldQueryParser.parse( ...
    github-actions[bot] 1 day 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!

#16446 PR: MultiFieldQueryParser: default operator is not honored between term positions (#16443)
1 day ago  1 comments  0 votes  0 watches  OlivierJaquemetgithub-actions[bot]
Fixes 16443 **Problem:** MultiFieldQueryParser's javadoc promises that under AND_OPERATOR, "all ... This only holds when each term reaches the parser as a separate grammar-level token (real ... It doesn't hold when several terms are produced by the *analyzer alone* from a single piece of ...
    github-actions[bot] 1 day 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!

#16414 PR: perf: optimize StateSet.equals to eliminate heap allocations during a…
1.5 days ago  8 comments  0 votes  0 watches  github-actions[bot]rajat315315rmuiruschindler
Closes: 16413 📊 Benchmark & GC Allocation Metrics Evaluated using ThreadMXBean.getThreadAllo ... ** | | **Avg Heap Allocated per determinize()** | **18.29 MB** (19,179,268 bytes) | **3.35 MB** ... ** | | **GC Collection Cycles** | **11 GC cycles** | **2 GC ...
    uschindler 1.5 days ago:  I have not yet closely looked into that but we can indeed enforce correct behavior with sealed and ... Basic Ann the common base class of the only two final implementations should be marked sealed with ... Then we can convert the part after the initial instance of check (that ensures classes are ...
    rmuir 1.9 days ago:  also if things are really calling StateSet.equals(FrozenIntSet) then possibly also FrozenIntSet.equa ...

[15.7 msec search, 16.6 msec total]