[Save this search]

Status
All
   Fixed (7187)
  Closed (4554)
Open (2544)
   Won't Fix (543)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2236)
  PR (308)
Author relation
All
  None (2032)
  Member (612)
  Contributor (422)
  New contributor (57)
Created
All
  Past day (2)
  Past 2 days (3)
  Past 3 days (3)
  Past week (12)
  Past month (40)
  Past 3 months (93)
  Past 6 months (155)
  Past year (281)
Updated
All
  Past day (9)
  Past 2 days (12)
  Past 3 days (15)
  Past week (32)
  Past month (72)
  Past 3 months (128)
  Past 6 months (404)
  Past year (487)
Updated ago
All
  > 1 day ago (2535)
  > 2 days ago (2532)
  > 3 days ago (2529)
  > 1 week ago (2512)
  > 1 month ago (2472)
  > 3 months ago (2416)
  > 1 year ago (2057)
Comment count
All
  0 (560)
  1 (354)
  2 - 5 (796)
  6 - 10 (431)
  10 - 20 (303)
  > 20 (169)
Reaction count
All
  0 (2263)
  1 (167)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (15)
  mikemccand (8)
  benwtrent (6)
  iverase (4)
  rmuir (3)
  uschindler (3)
  dweiss (3)

See all 22...
Mentioned
All
  jpountz (93)
  mikemccand (71)
  rmuir (50)
  benwtrent (47)
  msokolov (39)
  uschindler (38)
  dweiss (17)

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

See all 60...
Commented
All
  asfimport (1369)
  github-actions[bot] (236)
  jpountz (140)
  mikemccand (119)
  rmuir (98)
  benwtrent (84)
  msokolov (80)

See all 283...
User
All
  asfimport (1811)
  github-actions[bot] (275)
  mikemccand (203)
  jpountz (201)
  rmuir (130)
  benwtrent (119)
  msokolov (103)

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

See all 152...
Draft
All
  No (256)
  Yes (52)
Component
All
  core (595)
  analysis (151)
  highlighter (48)
  spatial (41)
  facet (41)
  queryparser (27)
  test-framework (25)

See all 23...
Type
All
  enhancement (1168)
  bug (724)
  task (198)
  test (79)
  documentation (22)
Labels
All
  Stale (225)
  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 (2544)
Reporter
All
  rmuir (270)
  mikemccand (153)
  jpountz (126)
  dsmiley (68)
  uschindler (52)
  iverase (43)
  romseygeek (41)

See all 738...
Assignee
All
  Unassigned (2301)
  mikemccand (35)
  uschindler (31)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

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

#15866 PR: Make some native vectorization classes package private to be consistent and a minor fix
2.1 minutes ago  0 comments  0 votes  0 watches  github-actions[bot]shubhamvishu
Description - Addresses some comments on 15508 to make some classes package private for ... . <!

#15865 PR: fix(workflows): run backport in base repo context
11.5 minutes ago  5 comments  0 votes  0 watches  ayagmarrmuir
Description Follow-up for the backport workflow 14496 Switches the trigger from pull_request to ... The dry-run behavior looked correct, however the execution needs base-repo context so GitHub ...
    rmuir 11.5 minutes ago:  > Hmm do you have any recommendations? > I can trigger the backport on push to main instead of pr events, would you prefer this? I don't have any specific recommendations, but too many open source projects are getting hacked via ...
    ayagmar 17.1 minutes ago:  > We will need to find a more secure method than pull_request_target Hmm do you have any ... I can trigger the backport on push to main instead of pr events, would you prefer this?

#15784 PR: Adaptive graph traversal in similarity-based vector searches
23.8 minutes ago  27 comments  0 votes  0 watches  Pulkitg64benwtrentgithub-actions[bot]kaivalnpmsokolov
Description Lucene added support for similarity-based vector searches in 12679, which is a ... Byte|Float]VectorSimilarityQuery provides an approximate search for this^, which uses a [special ... The search algorithm in upper levels of the HNSW graph is the same as KNN -- which finds the single ...
    kaivalnp 23.8 minutes ago:  This is to be able to collect results with a similarity of Float.NEGATIVE_INFINITY with the query ...
    kaivalnp 28.3 minutes ago:  Yes, the return value of this function is used to update minCompetitiveSimilarity. For a KNN search -- this nicely correlates with whether a result was collected in the top-K (the ... Per @Pulkitg64's suggestion, I've recorded divergences of this class from KnnCollector in its ...

#15827 PR: Add BayesianScoreQuery and LogOddsFusionQuery for probabilistic hybrid search
3.3 hours ago  13 comments  0 votes  0 watches  benwtrentgithub-actions[bot]jaepil
# Summary Add BayesianScoreQuery and LogOddsFusionQuery to Lucene, enabling probabilistic hybrid ... Reference implementation: cognica-io/bayesian-bm25 **This PR adds 5 new files and modifies only ... KNN cosine similarities live in [0, 1].
    benwtrent 3.3 hours ago:  Thank you for your contribution @jaepil I will merge and backport after letting some more time for ...
    jaepil 4.6 hours ago:  Thank you! I'm looking forward to seeing how this improves hybrid score fusion, especially in multimodal ...

#15494 PR: Set minimum competitive score in FirstPassGroupingCollector
14.2 hours ago  4 comments  0 votes  0 watches  benwtrentgaobinlonggithub-actions[bot]jpountzmikemccand
Similar to TopScoreDocCollector, in FirstPassGroupingCollector, if the primary sort is _score, we ...
    gaobinlong 14.2 hours ago:  @jpountz @mikemccand mind taking look into this PR? Thanks!
    github-actions[bot] 1 month 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!

#15557 PR: Introduce AllGroupsCollectorManager
17.8 hours ago  3 comments  0 votes  0 watches  dweissgaobinlonggithub-actions[bot]javannajpountzromseygeek
Description AllGroupsCollector in grouping package did not have until now a corresponding ... Relates to https://github.com/apache/lucene/issues/12892.
    gaobinlong 1.5 days ago:  @jpountz @romseygeek @dweiss could you help to review this PR, thank you~
    github-actions[bot] 2 months 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!

#15584 PR: Compute 'length' of fields with custom term frequencies as docFreq
17.8 hours ago  11 comments  0 votes  0 watches  benwtrentgithub-actions[bot]msfrohmsokolovrmuir
fixes 11086 This change introduces a "termdoc" field type whose term frequencies are to be ... For such fields we want the number of terms encoded by DefaultIndexingChain to count terms rather ...
    msokolov 1.3 days ago:  sorry for the force push, this had gotten stale after a couple of months. The new bits: 1. found that the exception I raised for duplicate terms in termdoc fields would ...
    github-actions[bot] 1.4 months 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!

[21.2 msec search, 22.3 msec total]