[Save this search]

Status
All
   Fixed (7187)
  Closed (4918)
Open (2582)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2262)
  PR (320)
Author relation
All
  None (2048)
  Member (640)
  Contributor (448)
  New contributor (60)
Created
All
  Past day (2)
  Past 2 days (6)
  Past 3 days (10)
  Past week (12)
  Past month (63)
  Past 3 months (104)
  Past 6 months (150)
  Past year (263)
Updated
All
  Past day (14)
  Past 2 days (23)
  Past 3 days (34)
  Past week (43)
  Past month (89)
  Past 3 months (129)
  Past 6 months (195)
  Past year (487)
Updated ago
All
  > 1 day ago (2568)
  > 2 days ago (2559)
  > 3 days ago (2548)
  > 1 week ago (2539)
  > 1 month ago (2493)
  > 3 months ago (2453)
  > 1 year ago (2095)
Comment count
All
  0 (577)
  1 (356)
  2 - 5 (805)
  6 - 10 (434)
  10 - 20 (312)
  > 20 (169)
Reaction count
All
  0 (2300)
  1 (168)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (9)
  rmuir (5)
  benwtrent (5)
  iverase (4)
  dweiss (3)
  msokolov (3)

See all 27...
Mentioned
All
  jpountz (93)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (21)

See all 206...
Reviewed
All
  mikemccand (25)
  jpountz (23)
  benwtrent (15)
  rmuir (14)
  msokolov (12)
  uschindler (11)
  dweiss (10)

See all 64...
Commented
All
  asfimport (1368)
  github-actions[bot] (233)
  jpountz (140)
  mikemccand (125)
  rmuir (96)
  benwtrent (87)
  msokolov (80)

See all 301...
User
All
  asfimport (1810)
  github-actions[bot] (287)
  mikemccand (211)
  jpountz (201)
  rmuir (130)
  benwtrent (122)
  msokolov (100)

See all 451...
Last comment user
All
  asfimport (1325)
  github-actions[bot] (226)
  mikemccand (32)
  jpountz (32)
  rmuir (24)
  msokolov (17)
  benwtrent (16)

See all 167...
Draft
All
  No (263)
  Yes (57)
Component
All
  core (615)
  analysis (149)
  highlighter (47)
  spatial (41)
  facet (41)
  queryparser (26)
  test-framework (25)

See all 23...
Type
All
  enhancement (1184)
  bug (725)
  task (202)
  test (80)
  documentation (22)
Labels
All
  Stale (222)
  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 (2582)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (126)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  romseygeek (42)

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

#16271 PR: Add detail to KNN no-match explanations
20 seconds ago  0 comments  0 votes  0 watches  github-actions[bot]slow-J
Part of https://github.com/apache/lucene/issues/16267 (point nr 3 there). DocAndScoreQuery.explain() previously returned a bare not in top N docs for any document a KNN ... Recomputing the explained doc's score in explain() so "not in top N docs" says why, e.g. below ...

#16268 PR: Use the doc-values skip index to skip per-doc value lookups in LongRangeFacetCutter
1.8 hours ago  1 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.
    slow-J 1.8 hours ago:  I reran benchmarks, this time correctly using localrun, and updated the results in https:// ...

#16264 PR: Check if merge is aborted before executing file integrity checks
3.8 hours ago  5 comments  0 votes  0 watches  github-actions[bot]iprithvromseygeektlrx
This pull request adds OneMerge to the MergeState so that merge writers and consumers can check the ... This avoids kicking off costly full-file checksums on segments when the merge has already been ... Relates #16086
    romseygeek 3.8 hours ago:  Makes sense to me, and is a nice compromise for the moment. Can you add a CHANGES entry for 10.5?
    tlrx 1.4 days ago:  Thanks, that's a valid point. I added the @lucene.internal annotation in db5d68462ecc831cf3102e4f3a8691d407026618 since ...

#16251: TestHnswFloatVectorGraph.testBuildingJoinSet failure
3.9 hours ago  2 comments  0 votes  0 watches  benchaplinvenkateshwaracholanvsop-479
Description TestHnswFloatVectorGraph > testBuildingJoinSet FAILED java.lang.AssertionError: ...
    benchaplin 3.9 hours ago:  We saw a few more of these failures: ` TestHnswByteVectorGraph > testBuildingJoinSet FAILED --   | ...
    venkateshwaracholan 5.5 days ago:  @vsop-479 dug into this a bit further and was able to reproduce the behavior outside of the ... Using the reported seed (8B08865AA8BAB759:E27CE1241E7C9A82), the generated graph has 111 nodes, ... To understand whether this was specific to the seed or HNSW construction, I built a few graphs ...

#16168 PR: add updateDocuments for ColumnBatch to enable atomic replace in columnar indexing
7.3 hours ago  6 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]iprithv
#16117
    iprithv 7.3 hours ago:  thanks for checking, added this.
    Tim-Brooks 14.1 hours ago:  Looks good. I just had a documentation nit for consistency with the existing methods.

#16247 PR: Introduce CachingCollectorManager to parallelize search when using CachingCollector
10.6 hours ago  20 comments  0 votes  0 watches  gaobinlonggithub-actions[bot]javanna
Description This PR introduces CachingCollectorManager, switches GroupingSearch to use search ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 10.6 hours ago:  Similar to other PRs we did, we couldn't compare doc id because in concurrent search mode, which ...
    gaobinlong 1.3 days ago:  @javanna all comments are addressed yet, please help to review again, thanks!

#16269 PR: Lazily build the term-vectors per-field
13.5 hours ago  1 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]
FreqProxTermsWriteraddField now builds the downstream TermVectorsConsumerPerField only when the ... The generic nextPerField link in TermsHashPerField is renamed to termVectorsPerField and may now ... The "term-vector sub-options without term vectors" check moves from TermVectorsConsumerPerFieldstart ...
    Tim-Brooks 13.5 hours ago:  Holding off until 10.6 for this.

[41.3 msec search, 42.9 msec total]