[Save this search]

Status
All
   Fixed (7187)
  Closed (4913)
Open (2580)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2261)
  PR (319)
Author relation
All
  None (2049)
  Member (638)
  Contributor (443)
  New contributor (61)
Created
All
  Past day (4)
  Past 2 days (5)
  Past 3 days (5)
  Past week (20)
  Past month (62)
  Past 3 months (102)
  Past 6 months (150)
  Past year (262)
Updated
All
  Past day (15)
  Past 2 days (17)
  Past 3 days (21)
  Past week (47)
  Past month (89)
  Past 3 months (127)
  Past 6 months (197)
  Past year (488)
Updated ago
All
  > 1 day ago (2565)
  > 2 days ago (2563)
  > 3 days ago (2559)
  > 1 week ago (2533)
  > 1 month ago (2491)
  > 3 months ago (2453)
  > 1 year ago (2092)
Comment count
All
  0 (578)
  1 (358)
  2 - 5 (803)
  6 - 10 (434)
  10 - 20 (310)
  > 20 (168)
Reaction count
All
  0 (2298)
  1 (169)
  2 - 5 (91)
  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 (94)
  mikemccand (76)
  benwtrent (53)
  rmuir (52)
  uschindler (38)
  msokolov (38)
  romseygeek (20)

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

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

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

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

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

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

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

#16249: Can we use DocValuesSkipper for range facets?
38.2 minutes ago  0 comments  0 votes  0 watches  slow-J
Description When I get some spare time, I am planning to take a look into using DocValuesSkipper ... As reference, it is already being used in HistogramCollector.java. Some extra background info I lifted about DocValuesSkipper: ` the histogram collector bulk-counts ...

#16263: Bias Towards Short Text Segments in Vector Search Results
4 hours ago  4 comments  0 votes  0 watches  amoll75benwtrent
Description We have been using Solr's vector search successfully in production for about two ... During this time, we have observed a recurring issue: The highest-ranked results returned by ... The underlying reason appears to be that a short query or query concept has a much higher ...
    amoll75 4 hours ago:  I understand the concern about API complexity. What I had in mind was not necessarily a mechanism specific to passage length, but a more generic ... For example, the scaling information could simply be stored in one or more numeric (e.g. double) ...
    benwtrent 4.2 hours ago:  > Your suggestion of encoding length information directly into the vector magnitude and using MIPS ... The challenge is that it requires re-embedding or at least reprocessing the entire corpus and ... Your suggestion also requires this as Lucene would need to encode some information in the index, ...

#16086 PR: Allow merge integrity checks to be aborted sooner
4.4 hours ago  31 comments  0 votes  0 watches  github-actions[bot]mikemccandrmuirromseygeektlrx
This change introduces a merge AbortChecker that is threaded through MergeState into ... It is enabled via IndexWriterConfig.setMergeAbortCheckIntervalBytes, which indicates a number of ... Only stored fields are wired up but other files like postings and doc values could benefit from the ...
    tlrx 4.4 hours ago:  Thanks @mikemccand for the feedback. I opened #16264 to add additional merge abort checks before executing file integrity checksums (the ... Hopefully it's a less controversial change.
    mikemccand 4.1 days ago:  > Overall I think the simplest path is a checkIntegrity(OneMerge) overload that propagates the ... . +1, that's a delightfully simple solution

#16264 PR: Check if merge is aborted before executing file integrity checks
4.4 hours ago  0 comments  0 votes  0 watches  github-actions[bot]tlrx
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

#15819 PR: Fix SpanOrQuery scores each document using the combined IDF of all causes
6.5 hours ago  5 comments  0 votes  0 watches  epotyomgaobinlonggithub-actions[bot]
Description Resolves https://github.com/apache/lucene/issues/13796. Fix SpanOrQuery scores each document not using only the IDF of the term that matched, but the ... With two docs (foo:bar, foo:baz) and a spanOr([foo:bar, foo:baz]) query, each doc should score the ...
    gaobinlong 6.5 hours ago:  Thanks! Changed that following your comments, please help to review again.
    epotyom 13.3 days ago:  Thanks for finding and fixing this - the overall approach looks right to me. One suggestion about the implementation below:

#16245 PR: Simple64
8.5 hours ago  2 comments  0 votes  0 watches  github-actions[bot]vsop-479
Description Simple64: pack multiple small non-negative integers into a single long. This change try to implement Simple64 to bulk encode/decode small ints, and use it to write terms' ...
    vsop-479 8.5 hours ago:  # suffix length: 1 ~ 8 integers Benchmark (blockSize) (maxSuffix) ...
    vsop-479 8.7 hours ago:  This change has passed the core tests. And I measured its performance: When suffix lengths are small (1~8), each value fits in a ... Simple64 is slower in this case (~1.6x disadvantage).

#12892: Remove all deprecated IndexSearcher#search(Query, Collector) usage / methods in the next major ...
8.7 hours ago  5 comments  0 votes  0 watches  github-project-automation[bot]gsmillerjavannamsfrohromseygeeksgup432zacharymorn
Description As a follow-up of https://github.com/apache/lucene/issues/11041, we would like to ... A list of the leftover usages follows:- [x] facet: FacetsCollector (ongoing discussion at #13725, ...
    gsmiller 1.8 years ago:  Note that we added a factory method in CollectorManager that might make these migration tasks a ... See CollectorManagerforSequentialExecution (and thanks to @romseygeek for the idea!). EDIT: After more consideration, this is probably too trappy for users and is likely getting removed ...
    msfroh 1.8 years ago:  Opened https://github.com/apache/lucene/pull/13747 for join/join.test.

[20.8 msec search, 21.8 msec total]