[Save this search]

Status
All
   Fixed (7187)
  Closed (4743)
Open (2563)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2253)
  PR (310)
Author relation
All
  None (2038)
  Member (632)
  Contributor (427)
  New contributor (61)
Created
All
  Past day (2)
  Past 2 days (2)
  Past 3 days (6)
  Past week (18)
  Past month (40)
  Past 3 months (90)
  Past 6 months (138)
  Past year (256)
Updated
All
  Past day (8)
  Past 2 days (13)
  Past 3 days (21)
  Past week (33)
  Past month (65)
  Past 3 months (133)
  Past 6 months (178)
  Past year (485)
Updated ago
All
  > 1 day ago (2555)
  > 2 days ago (2550)
  > 3 days ago (2542)
  > 1 week ago (2530)
  > 1 month ago (2498)
  > 3 months ago (2430)
  > 1 year ago (2078)
Comment count
All
  0 (569)
  1 (360)
  2 - 5 (795)
  6 - 10 (435)
  10 - 20 (303)
  > 20 (170)
Reaction count
All
  0 (2281)
  1 (167)
  2 - 5 (93)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (14)
  mikemccand (9)
  benwtrent (5)
  rmuir (4)
  iverase (4)
  romseygeek (4)
  dweiss (3)

See all 25...
Mentioned
All
  jpountz (94)
  mikemccand (74)
  benwtrent (52)
  rmuir (51)
  msokolov (40)
  uschindler (38)
  romseygeek (19)

See all 203...
Reviewed
All
  jpountz (23)
  mikemccand (23)
  benwtrent (19)
  rmuir (14)
  uschindler (12)
  msokolov (11)
  dweiss (10)

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

See all 289...
User
All
  asfimport (1811)
  github-actions[bot] (279)
  mikemccand (207)
  jpountz (202)
  rmuir (129)
  benwtrent (125)
  msokolov (103)

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

See all 156...
Draft
All
  No (258)
  Yes (52)
Component
All
  core (594)
  analysis (151)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (25)

See all 23...
Type
All
  enhancement (1180)
  bug (724)
  task (200)
  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 (49)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2563)
Reporter
All
  rmuir (270)
  mikemccand (155)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (45)
  romseygeek (42)

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

#16076: Adding 3-ary PriorityQueue to speed up TopFieldCollector
4 minutes ago  0 comments  0 votes  0 watches  kkewwei
Description In 15140, we introduced TernaryLongHeap to optimize performance for collectors such as ... Nevertheless, TopFieldLeafCollector still adopts a 2-ary PriorityQueue, which causes identical ...

#15982 PR: Fix undercounting of RAM used by vectors buffered in in-memory segments
50 minutes ago  16 comments  0 votes  0 watches  github-actions[bot]iprithvmikemccandshubhamvishu
Description Vector RAM accounting in ramBytesUsed() had three bugs causing IndexWriter to ... Bugs Fixed Fixes 15901 **1. BufferingKnnVectorsWriter hardcoded Float.BYTES for all encodings** Byte vectors ( ...
    iprithv 50 minutes ago:  @mikemccand just wanted to touch base with you on this, in case it got buried. Thanks!
    iprithv 11.3 days ago:  > Would it be better if instead of (normal + quantization overhead) we see it like keeping things ... Very likely I might be confused with this accounting code part(lemme know if thats the case) but it ... Right now we don't use FieldWriter for quantized fields as you mentioned but we do call ...

#15993 PR: Add maxValueCount to DocValuesSkipper metadata
52.7 minutes ago  7 comments  0 votes  0 watches  github-actions[bot]iprithvjainankitkjpountzmsfrohromseygeek
# Description resolves https://github.com/apache/lucene/issues/15794 - Add DocValuesSkippermaxV ... . - Persist exact global maxValueCount metadata in Lucene90 doc values skipper metadata for new ...
    iprithv 52.7 minutes ago:  @jpountz would you be able to take a look at this? thanks!
    msfroh 3.2 days ago:  > For fields that do have a skipper, this kills the weird hack where we unwrap SortedNumericDocValue ... Right! From an understandability standpoint, I think this is a big win.

#16075 PR: Fix flaky tests in TestColumnBatchIndexing
1.3 hours ago  1 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]
newIndexWriterConfig() randomizes maxBufferedDocs. When multiple writes (addBatch or addDocument) exceed the flush threshold, an auto-flush occurs ... Fix all eight affected tests by calling forceMerge(1) before opening the reader.
    Tim-Brooks 1.3 hours ago:  I cannot add the label, but I think this does not require a change log.

#16068 PR: FaissKnnVectorsFormat byte vectors support
1.6 hours ago  1 comments  0 votes  0 watches  github-actions[bot]iprithvkaivalnp
Implemented https://github.com/apache/lucene/issues/16067 added support for VectorSimilarityFunct ...
    iprithv 1.6 hours ago:  @kaivalnp would you be able to take a look at this? thanks!

#16065 PR: FaissKnnVectorsFormat COSINE similarity support
1.7 hours ago  7 comments  0 votes  0 watches  github-actions[bot]iprithvkaivalnpmsfroh
implemented https://github.com/apache/lucene/issues/16064 read this to implement, which was ... https://github.com/facebookresearch/faiss/wiki/FAQ#how-can-i-index-vectors-for-cosine-distance
    iprithv 1.4 days ago:  sure, I’ve removed faiss_Index_metric_type and on the mismatch, we should be fine now since we’re ... for perf, I ran now knnGraphTester (same as knnPerfTest) on ~10k cohere vectors | format | ... Thanks!
    kaivalnp 2.4 days ago:  LGTM on first glance, thanks! Curious if you were able to run knnPerfTest to compare against native Lucene KNN? Also: re-normalizing every document and query vector sounds expensive?

#16069 PR: Load dense filters into bitset in MaxScoreBulkScorer
1.7 hours ago  5 comments  0 votes  0 watches  github-actions[bot]iprithvromseygeek
when the filter is dense enough (cost >= maxDoc / 32) and has a fast intoBitSet, we just load it ... one important thing I noticed is not all iterators are fast here. the default intoBitSet just loops ... also made sure wrappers don’t hide this. added delegation so we can still detect fast intoBitSet ...
    iprithv 1.5 days ago:  > Thanks @iprithv, this looks like a great start! I think it's worth running the luceneutil benchmarks on this change to try and measure the effects ... sure, ran and updated in PR desc.
    iprithv 1.5 days ago:  yes. makes sense, we don't need extra two bitsets. replaced with a single FilterBits and lazy ... Thanks!

[21.1 msec search, 22.0 msec total]