[Save this search]

Status
All
   Fixed (7187)
  Closed (4653)
Open (2546)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2244)
  PR (302)
Author relation
All
  None (2034)
  Member (620)
  Contributor (425)
  New contributor (58)
Created
All
  Past day (0)
  Past 2 days (0)
  Past 3 days (1)
  Past week (5)
  Past month (32)
  Past 3 months (88)
  Past 6 months (131)
  Past year (257)
Updated
All
  Past day (4)
  Past 2 days (4)
  Past 3 days (6)
  Past week (18)
  Past month (55)
  Past 3 months (123)
  Past 6 months (167)
  Past year (477)
Updated ago
All
  > 1 day ago (2542)
  > 2 days ago (2542)
  > 3 days ago (2540)
  > 1 week ago (2528)
  > 1 month ago (2491)
  > 3 months ago (2423)
  > 1 year ago (2069)
Comment count
All
  0 (560)
  1 (357)
  2 - 5 (798)
  6 - 10 (432)
  10 - 20 (305)
  > 20 (165)
Reaction count
All
  0 (2264)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 22...
Mentioned
All
  jpountz (94)
  mikemccand (74)
  rmuir (51)
  benwtrent (50)
  msokolov (40)
  uschindler (39)
  dweiss (20)

See all 200...
Reviewed
All
  jpountz (23)
  mikemccand (22)
  rmuir (14)
  msokolov (14)
  benwtrent (14)
  dweiss (11)
  uschindler (11)

See all 59...
Commented
All
  asfimport (1369)
  github-actions[bot] (239)
  jpountz (140)
  mikemccand (123)
  rmuir (98)
  benwtrent (85)
  msokolov (79)

See all 286...
User
All
  asfimport (1811)
  github-actions[bot] (270)
  mikemccand (209)
  jpountz (202)
  rmuir (130)
  benwtrent (124)
  msokolov (102)

See all 439...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (231)
  mikemccand (34)
  jpountz (32)
  rmuir (24)
  benwtrent (16)
  gsmiller (15)

See all 153...
Draft
All
  No (250)
  Yes (52)
Component
All
  core (586)
  analysis (150)
  highlighter (47)
  spatial (41)
  facet (39)
  queryparser (26)
  test-framework (23)

See all 23...
Type
All
  enhancement (1174)
  bug (725)
  task (199)
  test (77)
  documentation (22)
Labels
All
  Stale (228)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (47)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2546)
Reporter
All
  rmuir (270)
  mikemccand (157)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  romseygeek (42)
  iverase (42)

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

#13072 PR: Terminate automaton when it can match all suffixes, and match suffixes directly.
1.3 hours ago  62 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.
    vsop-479 1.3 hours ago:  After UTF32ToUTF8 conversion, transitions intentionally have gaps for illegal UTF-8 byte sequences ... These bytes will never appear in indexed terms, so gap-based rejection would incorrectly disqualify ...
    copilot-pull-request-reviewer[bot] 4.1 days ago:  # Pull request overview This PR optimizes term dictionary intersection for multi-term queries ( ... **Changes:** - Add matchAllSuffix state tracking to runnable automata (RunAutomaton / ByteRunnable ... Reviewed changes Copilot reviewed 10 out of 10 changed files in this pull request and generated 5 ...

#15960 PR: Move parent field from DWPT to IndexingChain
1.4 hours ago  2 comments  0 votes  0 watches  ChrisHegartyTim-Brooksdnhatngithub-actions[bot]mikemccandromseygeek
The parent field (used for block indexing) was previously managed by DWPT: it created a ... Move ownership of the parent field into IndexingChain, where field schemas and processing already ... The parent field and its PerField are created once in the IndexingChain constructor, and ...
    ChrisHegarty 3.9 days ago:  I agree with @romseygeek, but otherwise LGTM
    romseygeek 5 days ago:  Presumably we originally thought that there would be other reserved fields which never appeared? This makes sense to me, but I'd like to get eyes from somebody more familiar with IndexingChain - @ ...

#15574 PR: Introduce FirstPassGroupingCollectorManager
22 hours ago  10 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.
    javanna 22 hours ago:  Thanks @gaobinlong , I left some comments!
    javanna 22 hours ago:  can usages like these also be replaced? Hopefully we will do a search in the test using the collector retrieved via the collector manager? Can we do the search providing the collector manager instead?

#15557 PR: Introduce AllGroupsCollectorManager
22.2 hours ago  10 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javannajpountzromseygeek
Description AllGroupsCollector in grouping package did not have until now a corresponding ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 22.2 hours ago:  Thanks for the update @gaobinlong . I had another look and left a couple more comments. I will merge this PR once those are addressed.
    javanna 22.3 hours ago:  can the groups ever be null? I believe it is initialized with each AllGroupsCollector instance, hence there is no need to check ... Does that make sense?

#15868 PR: Optimise DisjunctionMaxBulkScorer
2.3 days ago  5 comments  0 votes  0 watches  github-actions[bot]iprithvjpountzuschindler
Description: Made two optimisations here: **1. Reuse inner LeafCollector** : The anonymous LeafCollector was allocated inside the inner do-while ... Moved to a reusable field (innerCollector), eliminating per-window allocations and GC pressure.
    iprithv 2.3 days ago:  Hi @jpountz @uschindler, just a quick nudge on this one.
    iprithv 11.6 days ago:  sure thanks @uschindler, @jpountz, could you please help review this? Thanks!

#15968: Generalize jmh-table.py into a reusable visualization for any JMH benchmark
2.7 days ago  0 comments  0 votes  0 watches  gsmillermikemccandneoremind
Description Spinoff from 15950 as @mikemccand suggested. The jmh-table.py visualization introduced in this PR for ScoreDoc sort benchmark is really cool, ... One enhancement is: the script currently hardcodes size and distribution which ties specifically to ...

#15950 PR: Add JMH benchmark comparing various sort algorithms specifically for sorting ScoreDoc[] of varying ...
3.7 days ago  16 comments  0 votes  0 watches  gsmillermikemccandneoremindzihanx
[Spinoff from @zihanx's recent PR (15803) adding ReaderUtil.partitionByLeaf helper to collate any ... TL;DR: see this cool benchmark results UI testing various algorithms to sort ScoreDoc[] (smaller is ... The hits from a Lucene query (ScoreDoc[]) come out sorted by something important to the user (e.g. ...
    neoremind 3.7 days ago:  Nice work on the benchmark + visualization! One thing I noticed: jmh-table.py currently hardcodes size and distribution as the param dimensions ... If the script is meant to be general-purpose, would it make sense to auto-discover @Param attribute ...
    mikemccand 4.8 days ago:  Ooh good catch, you're right -- Lucene hits would never duplicate docid.

[21.1 msec search, 22.1 msec total]