[Save this search]

Status
All
   Fixed (7187)
  Closed (4742)
Open (2561)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2252)
  PR (309)
Author relation
All
  None (2037)
  Member (632)
  Contributor (426)
  New contributor (61)
Created
All
  Past day (3)
  Past 2 days (8)
  Past 3 days (10)
  Past week (18)
  Past month (38)
  Past 3 months (89)
  Past 6 months (136)
  Past year (255)
Updated
All
  Past day (10)
  Past 2 days (17)
  Past 3 days (21)
  Past week (29)
  Past month (62)
  Past 3 months (130)
  Past 6 months (176)
  Past year (484)
Updated ago
All
  > 1 day ago (2551)
  > 2 days ago (2544)
  > 3 days ago (2540)
  > 1 week ago (2532)
  > 1 month ago (2499)
  > 3 months ago (2431)
  > 1 year ago (2076)
Comment count
All
  0 (571)
  1 (356)
  2 - 5 (796)
  6 - 10 (434)
  10 - 20 (303)
  > 20 (170)
Reaction count
All
  0 (2279)
  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)
  dweiss (3)
  msokolov (3)

See all 24...
Mentioned
All
  jpountz (93)
  mikemccand (74)
  benwtrent (53)
  rmuir (51)
  msokolov (40)
  uschindler (38)
  romseygeek (19)

See all 202...
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] (233)
  jpountz (140)
  mikemccand (120)
  rmuir (96)
  benwtrent (84)
  msokolov (81)

See all 288...
User
All
  asfimport (1811)
  github-actions[bot] (275)
  mikemccand (207)
  jpountz (201)
  rmuir (129)
  benwtrent (126)
  msokolov (103)

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

See all 155...
Draft
All
  No (257)
  Yes (52)
Component
All
  core (593)
  analysis (150)
  highlighter (46)
  spatial (41)
  facet (40)
  queryparser (26)
  test-framework (25)

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

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

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

#15892 PR: Change access modifier for readAdvise in MMapDirectory
2.8 minutes ago  6 comments  0 votes  0 watches  ChrisHegartybenwtrentgithub-actions[bot]jainankitknavneet1vvigyasharma
Description Change access modifier for readAdvise in MMapDirectory. Made the access modifier protected so that classes which overrides MMapDirectory can use the ... I considered adding a getter for this parameter too, but went against it since the return type is ...
    github-actions[bot] 2.8 minutes 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!
    ChrisHegarty 15.5 days ago:  Can you please explain a little more why would want to make this change? (what use case you’re trying to solve)

#15948 PR: Improve BayesianScoreQuery and LogOddsFusionQuery with base rate prior, weighted Log-OP, and ...
2.8 minutes ago  22 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jaepil
# Summary Follow-up to 15827. This PR extends BayesianScoreQuery and LogOddsFusionQuery with three improvements: - ** ... Sample N documents randomly from the index (Fisher-Yates partial shuffle) 2.
    benwtrent 11 hours ago:  Awesome, thank you for the clarification. The idea seems to be there is a 'training and then cache' phase for an index. I wonder what the best behavior would be if a corpus evolves and grows.
    benwtrent 11 hours ago:  I agree, reservoir sampling is the thing to do. That will prevent us from the bias of only considering early tokens in docs.

#15905: ReaderUtil.partitionByLeaf API design: ordinal tracking for scatter/gather pattern
2.3 hours ago  5 comments  0 votes  0 watches  gsmillermikemccandzihanx
# Description: Following up on the recently merged ReaderUtil.partitionByLeaf API (https:// ... The doc-values retriever would: - Take an IndexReader, int[] globalDocIds, and DoubleValuesSource[ ... We need ordinal tracking. # Design options: 1.
    zihanx 2.3 hours ago:  Sorry for the long delay circling back to this. And thanks again @gsmiller for the detailed feedback! - On ScoreDoc[] vs int[] I agree that the four-method explosion is the thing to avoid, and it ...
    gsmiller 1.4 months ago:  With-respect-to ScoreDoc[] vs. int[], I agree with what you're saying about Option 1 vs. Option 3. Ultimately, I'm slightly concerned we're going to end up with four methods proposed by the end of ...

#16065 PR: FaissKnnVectorsFormat COSINE similarity support
5.6 hours ago  5 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
    kaivalnp 5.6 hours 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?
    kaivalnp 5.9 hours ago:  This function reads the metric type from the index as the ground truth -- I wonder if there's a ... I guess it's tricky now because one metric can map to two similarity functions.. Anyways, this doesn't seem like a blocker to me based on actual usage (i.e. the one in FieldInfos ...

#16073 PR: Simplify SortedDocIDMerger.next()
5.9 hours ago  0 comments  0 votes  0 watches  Tim-Brooksgithub-actions[bot]
The else if (queue.size() > 0) guard is always true when reached: an empty queue sets ... Replace with else and add a comment explaining why the queue is never empty at that point.

#16072 PR: Implement BitSetIterator#docIDRunEnd
7.8 hours ago  2 comments  0 votes  0 watches  benwtrentgithub-actions[bot]iverase
In order to make it efficient, i added a new method to the BitSet interface called nextClearBit ...
    benwtrent 7.8 hours ago:  Need a CHANGES entry under optimizations I would think
    benwtrent 7.8 hours ago:  Maybe I am misunderstanding how FixedbitSet is tested, but I would expect something like we have in ...

#16050 PR: Add SIMD-accelerated bulk range evaluation for dense numeric doc values
8.4 hours ago  96 comments  0 votes  0 watches  benwtrentgithub-actions[bot]neoremindrmuirromseygeeksgup432uschindler
Description Numeric range queries on dense fields use DocValuesRangeIterator, which is a ... This works well, but for MAYBE blocks (where values partially overlap the query range), it still ... Since DocValuesRangeIterator is a TwoPhaseIterator, DenseConjunctionBulkScorer routes it through ...
    rmuir 8.4 hours ago:  i think the compiler can do this itself, when you aren't dealing with floating point. with floating ...
    benwtrent 9.3 hours ago:  @sgup432 yeah, a follow up discussion I think for sure.

[21.6 msec search, 22.6 msec total]