[Save this search]

Status
All
   Fixed (7187)
  Closed (4673)
Open (2552)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2246)
  PR (306)
Author relation
All
  None (2036)
  Member (623)
  Contributor (427)
  New contributor (57)
Created
All
  Past day (3)
  Past 2 days (5)
  Past 3 days (5)
  Past week (13)
  Past month (35)
  Past 3 months (88)
  Past 6 months (133)
  Past year (259)
Updated
All
  Past day (12)
  Past 2 days (15)
  Past 3 days (16)
  Past week (31)
  Past month (59)
  Past 3 months (128)
  Past 6 months (172)
  Past year (482)
Updated ago
All
  > 1 day ago (2540)
  > 2 days ago (2537)
  > 3 days ago (2536)
  > 1 week ago (2521)
  > 1 month ago (2493)
  > 3 months ago (2424)
  > 1 year ago (2070)
Comment count
All
  0 (563)
  1 (356)
  2 - 5 (798)
  6 - 10 (434)
  10 - 20 (305)
  > 20 (166)
Reaction count
All
  0 (2270)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (11)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

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

See all 203...
Reviewed
All
  mikemccand (24)
  jpountz (23)
  rmuir (15)
  benwtrent (14)
  msokolov (13)
  uschindler (11)
  dweiss (10)

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (239)
  jpountz (140)
  mikemccand (124)
  rmuir (97)
  benwtrent (83)
  msokolov (80)

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (274)
  mikemccand (211)
  jpountz (203)
  rmuir (130)
  benwtrent (123)
  msokolov (103)

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

See all 154...
Draft
All
  No (255)
  Yes (51)
Component
All
  core (590)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (22)

See all 23...
Type
All
  enhancement (1175)
  bug (725)
  task (199)
  test (78)
  documentation (22)
Labels
All
  Stale (227)
  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 (2552)
Reporter
All
  rmuir (270)
  mikemccand (157)
  jpountz (127)
  dsmiley (68)
  uschindler (52)
  romseygeek (42)
  iverase (41)

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

#15995 PR: Fix TopGroupsCollectorManager ignoring withinGroupOffset
1.3 hours ago  1 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description When testing the newly introduced TopGroupsCollectorManager in this PR, found that ... In addition, simplify the TopGroupsCollectorManager.reduce() method.
    gaobinlong 1.3 hours ago:  Hi @javanna , could you help to review this PR? Thanks!

#15990 PR: Add experimental columnar indexing api
7.6 hours ago  5 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]msfroh
This commit adds an experimental columnar indexing api to the IndexWriter. It allows the user to provide Long, Binary, and Vector columns to the indexing chain to ...
    Tim-Brooks 7.6 hours ago:  > IMO, this would make that considerably easier (and ideally more efficient Yes ideally this ... I don't think it would be zero copy as there would still be a copy from format -> Lucene's buffers. But there would ideally be one copy with optimized paths for the dense batches which can be copied ...
    msfroh 12.6 hours ago:  Conceptually, I'm **really** excited about this. Some colleagues and I have been working on ingesting data into Lucene from Apache Arrow format. IMO, this would make that considerably easier (and ideally more efficient -- imagine if the ...

#15565 PR: Introduce AllGroupHeadsCollectorManager
9.5 hours ago  12 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description AllGroupHeadsCollectorManager in grouping package did not have until now a ... Relates to https://github.com/apache/lucene/issues/12892.
    javanna 21.4 hours ago:  Thanks for working on this! I am unfamiliar with the grouping module and this collector, but I did a review round anyways. Hope this helps.
    javanna 21.4 hours ago:  do we need to go through the collector to get the sort values? Couldn't we get it directly from the current head?

#15653 PR: Introduce DocValuesStatsCollectorManager
9.5 hours ago  9 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description This pr introduces DocValuesStatsCollectorManager and switches TestDocValuesStatsCol ... Relates to https://github.com/apache/lucene/issues/12892.
    github-actions[bot] 9.5 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!
    javanna 14.9 days ago:  I left some comments and questions, thanks for working on this!

#15991 PR: BooleanQuery: narrow bulk scoring when FILTER matches primary index sort
12.8 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
# Description Implements 15139 : When a BooleanQuery has a FILTER clause that constrains the ... The optimization currently applies to: - sorted numeric range filters on the primary index sort ... .

#15993 PR: Add maxValueCount to DocValuesSkipper metadata
12.9 hours ago  0 comments  0 votes  0 watches  github-actions[bot]iprithv
# Description resolves https://github.com/apache/lucene/issues/15794 - Add DocValuesSkippermaxV ... . - Persist exact global maxValueCount metadata in Lucene90 doc values skipper metadata for new ...

#13251: Can we add configuration on dropping raw vectors from quantized formats after some period of time?
17.9 hours ago  7 comments  0 votes  0 watches  benwtrentgithub-project-automation[bot]jmazanec15mccullochtmikemccandmsokolov
Description Tangentially related to: https://github.com/apache/lucene/issues/13158 But, I have ... This is tricky to fully measure and make a promise about lossiness (users can always just start ... But if the data isn't a "bad actor", quantiles and quantization buckets become fairly stable over ...
    mccullocht 17.9 hours ago:  > (Hmm, maybe not -- in the adversarial cases where vectors are very tightly clustered, not ... The comment you linked showed that centering is still valuable -- even after rotation -- so I don't ... In particular centering appears to be much more valuable than rotation at lower bit rates, really ...
    mikemccand 20.2 hours ago:  > * A technique that OSQ doesn't implement but appears in one of the source papers (Intel LVQ) is ... I think it's this paper from Intel? And also implemented in their GitHub project ScalableVectorSearch -- ASL 2 licensed (like Lucene) ...

[21.1 msec search, 22.1 msec total]