[Save this search]

Status
All
   Fixed (7187)
  Closed (4721)
Open (2552)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2247)
  PR (305)
Author relation
All
  None (2037)
  Member (629)
  Contributor (420)
  New contributor (58)
Created
All
  Past day (3)
  Past 2 days (3)
  Past 3 days (5)
  Past week (12)
  Past month (33)
  Past 3 months (83)
  Past 6 months (129)
  Past year (254)
Updated
All
  Past day (9)
  Past 2 days (17)
  Past 3 days (20)
  Past week (34)
  Past month (58)
  Past 3 months (127)
  Past 6 months (170)
  Past year (480)
Updated ago
All
  > 1 day ago (2543)
  > 2 days ago (2535)
  > 3 days ago (2532)
  > 1 week ago (2518)
  > 1 month ago (2494)
  > 3 months ago (2425)
  > 1 year ago (2072)
Comment count
All
  0 (567)
  1 (355)
  2 - 5 (793)
  6 - 10 (432)
  10 - 20 (306)
  > 20 (168)
Reaction count
All
  0 (2270)
  1 (167)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (10)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 24...
Mentioned
All
  jpountz (93)
  mikemccand (74)
  rmuir (50)
  benwtrent (50)
  msokolov (39)
  uschindler (38)
  dweiss (17)

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

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

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (271)
  mikemccand (209)
  jpountz (201)
  rmuir (128)
  benwtrent (122)
  msokolov (104)

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

See all 154...
Draft
All
  No (252)
  Yes (53)
Component
All
  core (593)
  analysis (150)
  highlighter (46)
  spatial (42)
  facet (41)
  queryparser (27)
  test-framework (24)

See all 23...
Type
All
  enhancement (1175)
  bug (725)
  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 (2552)
Reporter
All
  rmuir (270)
  mikemccand (156)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  dweiss (42)
  romseygeek (42)

See all 744...
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

#16000 PR: Clarify intent of Accountable#ramBytesUsed
42.5 minutes ago  8 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jainankitkjavannamikemccand
The memory tracking is meant for heap memory and not off-heap.
    javanna 44.7 minutes ago:  I did some more research and found maybe some discrepancy in ByteBuffersDataInput and ... These few above more like edge cases / exceptions though, as the vast majority of the Accountable ... OffHeapFSTStore , DirectPackedReader, LegacyDirectMonotonicReader).
    javanna 2.1 days ago:  Thanks for the feedback so far! I plan on merging this soon if there's no objections.

#16043 PR: Specify the field name when getting the FlatVectorsScorer
1.3 hours ago  0 comments  0 votes  0 watches  github-actions[bot]thecoop
FlatVectorsReader is currently inconsistent - the field name is specified when getting the random ... This adds the name as a method parameter to match the other getters in the class. Change is aimed at 10.5.

#16042 PR: Deprecate getCollectors() from TopFieldCollectorManager
1.5 hours ago  4 comments  0 votes  0 watches  github-actions[bot]javannaprudhvigodithi
Description Coming from https://github.com/apache/lucene/pull/15608. Deprecates getCollectors() in TopFieldCollectorManager in branch_10x and clarifies thread-safety ... Resolves https://github.com/apache/lucene/issues/15605.
    javanna 1.5 hours ago:  thanks for opening this PR @prudhvigodithi ! I left a couple minor comments on wording. I will merge once those are addressed
    javanna 1.5 hours ago:  here too, I would rather say something like: > Deprecate TopFieldCollectorManagergetCollectors . The result of the search operation is returned as part of a TopFieldDocs instance, there is no need ...

#16034 PR: DiversifyingChildren speedup - siblings expansion
2.4 hours ago  18 comments  0 votes  0 watches  alessandrobenedettiaruggerobenwtrentgithub-actions[bot]
# Sibling Expansion for DiversifyingChildrenKnnQuery HNSW Search Summary This contribution ... When the HNSW graph searcher encounters a child node belonging to a newly discovered parent, all ... This improves recall for nested document use cases where multiple child vectors share a parent, as ...
    benwtrent 19.3 hours ago:  scoreEntryPoints is about getting to the best approximate option in the bottom layer. I don't think it adds too much work, but I wonder it is helping at all, and I suspect it isn't, and ...
    benwtrent 19.3 hours ago:  visitLimit is a "best effort" termination of exploration in filtered scenarios when we explore too ... It isn't directly set by anything other than filter cardinality, I am not sure its a useful ...

#15990 PR: Add experimental columnar indexing api
7.3 hours ago  23 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]mayya-sharipovamsfroh
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.3 hours ago:  This is now imo in a ready to review for (hopefully) eventual merge state.
    Tim-Brooks 3.3 days ago:  This was related: https://github.com/apache/lucene/pull/15886.

#15991 PR: BooleanQuery: narrow bulk scoring when FILTER matches primary index sort
20.7 hours ago  1 comments  0 votes  0 watches  github-actions[bot]iprithviverase
# 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 ... .
    iverase 20.7 hours ago:  I found the current implementation a bit confusing with all those type checks, and it doesn't seem ... I wonder if we should implement this in a more java idiomatic way, for example by introducing a new ...

#15653 PR: Introduce DocValuesStatsCollectorManager
21 hours ago  34 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.
    javanna 21 hours ago:  Thanks for the update @gaobinlong ! I did another round and found more things that I think are worth improving. Apologies for not giving all the feedback at once, I have looked more carefully this time I suppose ...
    javanna 21.7 hours ago:  SortedNumericDocValuesStats<Long> ?

[35.6 msec search, 36.5 msec total]