[Save this search]

Status
All
   Fixed (7187)
  Closed (5214)
Open (2652)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2283)
  PR (369)
Author relation
All
  None (2064)
  Member (666)
  Contributor (511)
  New contributor (69)
Created
All
  Past day (2)
  Past 2 days (7)
  Past 3 days (10)
  Past week (18)
  Past month (52)
  Past 3 months (133)
  Past 6 months (202)
  Past year (301)
Updated
All
  Past day (15)
  Past 2 days (25)
  Past 3 days (35)
  Past week (48)
  Past month (101)
  Past 3 months (200)
  Past 6 months (249)
  Past year (552)
Updated ago
All
  > 1 day ago (2637)
  > 2 days ago (2627)
  > 3 days ago (2617)
  > 1 week ago (2604)
  > 1 month ago (2551)
  > 3 months ago (2452)
  > 1 year ago (2100)
Comment count
All
  0 (585)
  1 (379)
  2 - 5 (823)
  6 - 10 (448)
  10 - 20 (316)
  > 20 (174)
Reaction count
All
  0 (2366)
  1 (172)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  dweiss (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (85)
  rmuir (63)
  benwtrent (53)
  uschindler (43)
  msokolov (39)
  romseygeek (23)

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

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (280)
  jpountz (137)
  mikemccand (127)
  rmuir (98)
  msokolov (86)
  benwtrent (82)

See all 310...
User
All
  asfimport (1810)
  github-actions[bot] (337)
  mikemccand (218)
  jpountz (207)
  rmuir (142)
  benwtrent (121)
  msokolov (107)

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

See all 168...
Draft
All
  No (307)
  Yes (62)
Component
All
  core (647)
  analysis (155)
  highlighter (47)
  facet (43)
  spatial (42)
  queryparser (30)
  sandbox (24)

See all 23...
Type
All
  enhancement (1205)
  bug (728)
  task (200)
  test (78)
  documentation (22)
Labels
All
  Stale (271)
  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 (2652)
Reporter
All
  rmuir (271)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  iverase (44)
  dweiss (43)

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

#15952 PR: Add afterMerge() lifecycle hook to KnnVectorsWriter and PerFieldKnnVe…
3.8 hours ago  21 comments  0 votes  0 watches  MrFlapbenwtrentgithub-actions[bot]mikemccandmsokolovnavneet1vshatejas
Resolves https://github.com/apache/lucene/issues/15935 Problem PerFieldKnnVectorsFormat ... This makes it impossible to cleanly release per-merge resources, leading to resource leaks. Solution Add a protected void afterMerge() throws IOException method with a no-op default to both ...
    github-actions[bot] 3.8 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!
    msokolov 15.7 days ago:  > We don't really see an easy way to be this granular about how to detect and allocate resources ... Isn't PerFieldKnnVectorsFormat.mergeOneField exactly this?

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
3.8 hours ago  52 comments  0 votes  0 watches  epotyomgithub-actions[bot]slow-J
Resolves https://github.com/apache/lucene/issues/16249 Implementation heavily inspired by ... Range faceting (in the sandbox module -LongRangeFacetCutter) currently reads the doc-values value ... When the faceted field is single-valued, we can use a doc-values skip index.
    github-actions[bot] 3.8 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!
    slow-J 15.5 days ago:  Fixed merge conflict in changes.txt since this has gotten stale.

#16510 PR: Implement intoBitSet for NotDocIdSet and IndexSortSortedNumericDocValuesRangeQuery
3.8 hours ago  15 comments  0 votes  0 watches  epotyomgithub-actions[bot]kkewwei
Description This PR adds intoBitSet implementations for these two cases, which can avoid ... I’m not sure whether benchmarks are required for these paths. I’d be happy to add them if need
    kkewwei 1.6 days ago:  Thank you for the detailed review, LGTM.
    epotyom 1.8 days ago:  Maybe worth adding a small test for this method as well.

#16521 PR: Gradle WrapperDownloader: move URL & sha into properties
3.8 hours ago  20 comments  0 votes  0 watches  dsmileydweissgithub-actions[bot]
And don't bother checking if the wrapper jar is out-of-date. Goal: (1) Allow configuration of the wrapper location.
    github-actions[bot] 3.8 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!
    dweiss 14.9 days ago:  Here is my take on this: #16543

#16526 PR: [New feature] Add an adaptive filtered strategy PathSeer for Lucene filtered HNSW search
3.8 hours ago  2 comments  0 votes  0 watches  github-actions[bot]lizhiyuellmsokolov
Description This PR introduces PathSeer, an adaptive filtered HNSW search strategy, for ... . # Motivation Existing filtered HNSW strategies can perform very differently across workloads.
    github-actions[bot] 3.8 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!
    msokolov 15.7 days ago:  results look very promising! thanks for sharing. I think it might take a little while for us to digest

#16637 PR: ci: dial down dependabot PR volume
5.1 hours ago  1 comments  0 votes  0 watches  rmuir
Group patch and minor updates into a single PR for each ecosystem. Major updates still get their own PR. I know it seems aggressive to include the minor too, but I think it is the best fit for this repo.
    rmuir 5.1 hours ago:  I went back a few months and just tallied up merged dependabot PRs by type: * patch: 43 * minor ... If it becomes a problem for us, we can always remove "minor" from a group or whatever is needed.

#16629 PR: Fix range query for NumericDocValues for float and double values
8.4 hours ago  7 comments  0 votes  0 watches  ChrisHegartyHoustonPutmangithub-actions[bot]hossmanmsokolovromseygeeksalvatorecampagnauschindler
Description Fixes https://github.com/apache/lucene/issues/16573 by reverting https://github.com ... I've also incorporated @hossman 's test, so thank you for that Hoss. This is a back-incompat change from 10.5, because it is removing the public NumericFieldStats class ...
    HoustonPutman 8.4 hours ago:  Yeah I thought about keeping NumericFieldStats, but it just got complicated. Because if the class is intended to be used by points and if the class is intended to be used by ... So you need a decoder and encoder for both docValues and points.
    msokolov 15 hours ago:  once we get this merged I will also copy it to 10.5 branch (or feel free to do so, whomever merges) ...

[16.9 msec search, 18.1 msec total]