[Save this search]

Status
All
   Fixed (7187)
  Closed (5108)
Open (2636)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2278)
  PR (358)
Author relation
All
  None (2056)
  Member (649)
  Contributor (499)
  New contributor (67)
Created
All
  Past day (1)
  Past 2 days (3)
  Past 3 days (6)
  Past week (16)
  Past month (57)
  Past 3 months (136)
  Past 6 months (191)
  Past year (293)
Updated
All
  Past day (3)
  Past 2 days (10)
  Past 3 days (18)
  Past week (42)
  Past month (112)
  Past 3 months (187)
  Past 6 months (248)
  Past year (539)
Updated ago
All
  > 1 day ago (2633)
  > 2 days ago (2626)
  > 3 days ago (2618)
  > 1 week ago (2594)
  > 1 month ago (2524)
  > 3 months ago (2449)
  > 1 year ago (2097)
Comment count
All
  0 (596)
  1 (376)
  2 - 5 (809)
  6 - 10 (445)
  10 - 20 (314)
  > 20 (169)
Reaction count
All
  0 (2351)
  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] (323)
  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 (298)
  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 (2636)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (125)
  dsmiley (69)
  uschindler (52)
  iverase (43)
  dweiss (41)

See all 758...
Assignee
All
  Unassigned (2394)
  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

#16516 PR: Simplify array copy by ArrayUtil.copyOfSubArray() in grouping package
1.1 hours ago  0 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]
Description Replace manual array copy by ArrayUtil.copyOfSubArray() in grouping package.

#16451: [ENH]: Optimize DocValues Bulk Decoding using Panama Vector API
16.3 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 16.3 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.9 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
20.8 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 20.8 hours ago:  Hi, this seems to have been abandoned. May I take it? @uschindler, @easyice / @jpountz
    SAKSHIC 10.9 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)
1.1 days 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 1.1 days ago:  Sorry this got stale. Will verify test cases.
    github-actions[bot] 1.4 days 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.4 days 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.4 days 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.4 days 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.4 days 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.4 days 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.4 days 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!

[15.6 msec search, 16.6 msec total]