[Save this search]

Status
All
   Fixed (7187)
  Closed (4780)
Open (2571)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2256)
  PR (315)
Author relation
All
  None (2040)
  Member (629)
  Contributor (436)
  New contributor (60)
Created
All
  Past day (5)
  Past 2 days (5)
  Past 3 days (11)
  Past week (24)
  Past month (49)
  Past 3 months (95)
  Past 6 months (144)
  Past year (261)
Updated
All
  Past day (11)
  Past 2 days (13)
  Past 3 days (20)
  Past week (46)
  Past month (78)
  Past 3 months (130)
  Past 6 months (190)
  Past year (487)
Updated ago
All
  > 1 day ago (2560)
  > 2 days ago (2558)
  > 3 days ago (2551)
  > 1 week ago (2525)
  > 1 month ago (2493)
  > 3 months ago (2441)
  > 1 year ago (2084)
Comment count
All
  0 (579)
  1 (360)
  2 - 5 (792)
  6 - 10 (434)
  10 - 20 (304)
  > 20 (172)
Reaction count
All
  0 (2291)
  1 (167)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (9)
  iverase (5)
  romseygeek (5)
  rmuir (4)
  benwtrent (4)
  dweiss (3)

See all 23...
Mentioned
All
  jpountz (93)
  mikemccand (75)
  benwtrent (52)
  rmuir (50)
  msokolov (39)
  uschindler (38)
  romseygeek (20)

See all 204...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  benwtrent (16)
  rmuir (14)
  msokolov (11)
  uschindler (11)
  dweiss (10)

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (235)
  jpountz (140)
  mikemccand (122)
  rmuir (95)
  benwtrent (83)
  msokolov (81)

See all 290...
User
All
  asfimport (1811)
  github-actions[bot] (282)
  mikemccand (209)
  jpountz (201)
  rmuir (128)
  benwtrent (121)
  msokolov (102)

See all 442...
Last comment user
All
  asfimport (1326)
  github-actions[bot] (228)
  jpountz (32)
  mikemccand (31)
  rmuir (24)
  msokolov (17)
  benwtrent (16)

See all 157...
Draft
All
  No (261)
  Yes (54)
Component
All
  core (604)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (23)

See all 23...
Type
All
  enhancement (1182)
  bug (724)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (224)
  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 (2571)
Reporter
All
  rmuir (270)
  mikemccand (155)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (47)
  dweiss (41)

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

#16101 PR: Add DictionaryColumn for SORTED / SORTED_SET dvs
2.2 hours ago  1 comments  0 votes  0 watches  ChrisHegartyTim-Brooksgithub-actions[bot]
Adds a new Column subtype for columnar addBatch ingestion where the term universe is known upfront ... Callers supply a List<BytesRef> dictionary plus per-doc ordinals via OrdinalsCursor (dense) or ... The writer maintains a per-batch ord→hash translation table so each distinct dictionary entry ...
    ChrisHegarty 3.1 hours ago:  LGTM

#16046 PR: Avoid double-counting Automaton in CompiledAutomaton.ramBytesUsed
4.6 hours ago  9 comments  0 votes  0 watches  epotyomgithub-actions[bot]reugn
Description CompiledAutomaton.ramBytesUsed() counts the underlying Automaton twice on the DFA ... The automaton field is aliased to runAutomaton.automaton — a single Automaton instance referenced ... The fix is to drop the redundant sizeOfObject(automaton) from CompiledAutomaton.ramBytesUsed().
    reugn 6 hours ago:  Added a unit test.
    reugn 6 hours ago:  Moved the changleog.

#15998 PR: Skipping scorer construction for clauses with zero cost
6.4 hours ago  3 comments  0 votes  0 watches  epotyomgithub-actions[bot]msfrohsgup432
Description Refer - https://github.com/apache/lucene/issues/15887 for details This skips the ... As with the example given in above issue, if a user sends hundred of should clauses, and with most ... .
    epotyom 6.4 hours ago:  This change seem to introduce a hidden API contract change. IIUC currently, ScorerSuppliercost has no requirement that cost must be 0 **only** when there are ... That seems risky.
    github-actions[bot] 4.7 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!

#16121: Cannot use -Dtests.iters on specific test any more
6.7 hours ago  10 comments  0 votes  0 watches  dweissiverase
If I try to run the following command: ` ./gradlew test --tests TestDocValuesQueries.testDuelPointRangeNumericRangeQuery -Dtests.iters=10 ` ... .
    iverase 6.7 hours ago:  Thanks @dweiss for having a look. At least the behaviour is documented here. Thanks again!
    dweiss 6.8 hours ago:  I think they "detect" method names using this regexp, which fails here - ` private static final ... , Pattern.DOTALL); ` There is no convention or standard for parsing junit4 descriptors so I guess ... Switching to junit5 will work (gradle filters will work then).

#15574 PR: Introduce FirstPassGroupingCollectorManager
8.9 hours ago  45 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.
    gaobinlong 8.9 hours ago:  Thanks! Made some change for ShardSearcher following your instructions, please help to review.
    javanna 3.2 days ago:  I would suggest making the shard searcher more robust. Override all the public methods, by either filtering them to access only the meant leave, or throw ...

#16120 PR: Simplifiy SortedSkipperScorerSupplier
8.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iverase
Simplify how we get the approximate maximum doc Id by searching for the next value. This makes the logic simpler and it can make the execution faster as it will always end up in the ...

#16104 PR: Allow supplying KnnSearchStrategy to vector similarity queries
9.3 hours ago  0 comments  0 votes  0 watches  Sasilekhagithub-actions[bot]
Callers cannot use KnnSearchStrategy.Seeded or KnnSearchStrategy.Patience with similarity-threshold ... With this pr, we close that gap so the two query families have parity for strategy configuration.

[21.5 msec search, 22.4 msec total]