[Save this search]

Status
All
   Fixed (7187)
  Closed (5225)
Open (2654)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2286)
  PR (368)
Author relation
All
  None (2064)
  Member (664)
  Contributor (513)
  New contributor (70)
Created
All
  Past day (1)
  Past 2 days (5)
  Past 3 days (8)
  Past week (19)
  Past month (54)
  Past 3 months (130)
  Past 6 months (203)
  Past year (302)
Updated
All
  Past day (4)
  Past 2 days (10)
  Past 3 days (15)
  Past week (47)
  Past month (100)
  Past 3 months (199)
  Past 6 months (248)
  Past year (552)
Updated ago
All
  > 1 day ago (2650)
  > 2 days ago (2644)
  > 3 days ago (2639)
  > 1 week ago (2607)
  > 1 month ago (2554)
  > 3 months ago (2455)
  > 1 year ago (2101)
Comment count
All
  0 (589)
  1 (376)
  2 - 5 (824)
  6 - 10 (449)
  10 - 20 (315)
  > 20 (174)
Reaction count
All
  0 (2369)
  1 (171)
  2 - 5 (92)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  iverase (4)
  romseygeek (4)
  benwtrent (4)
  dweiss (3)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (85)
  rmuir (63)
  benwtrent (53)
  uschindler (42)
  msokolov (39)
  romseygeek (23)

See all 211...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (14)
  benwtrent (14)
  dweiss (11)
  uschindler (11)
  msokolov (9)

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (280)
  jpountz (137)
  mikemccand (127)
  rmuir (96)
  msokolov (87)
  benwtrent (82)

See all 309...
User
All
  asfimport (1810)
  github-actions[bot] (337)
  mikemccand (218)
  jpountz (207)
  rmuir (139)
  benwtrent (121)
  msokolov (107)

See all 470...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (275)
  mikemccand (34)
  jpountz (31)
  rmuir (22)
  msokolov (17)
  benwtrent (17)

See all 167...
Draft
All
  No (305)
  Yes (63)
Component
All
  core (647)
  analysis (154)
  highlighter (46)
  facet (42)
  spatial (41)
  queryparser (29)
  sandbox (23)

See all 23...
Type
All
  enhancement (1206)
  bug (728)
  task (202)
  test (78)
  documentation (21)
Labels
All
  Stale (271)
  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 (2654)
Reporter
All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (52)
  dweiss (44)
  iverase (44)

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

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

#16631 PR: Vectorize the uint4 nibble unpack via VectorUtilSupport
4.9 hours ago  6 comments  0 votes  0 watches  github-actions[bot]msokolovneoremindslow-J
I was looking into HNSW indexing performance and saw in an internal Amazon JFR profiler ... Attempting to improve performance by vectorizing it. Routing it through VectorUtilSupport as int4Unpack so Panama unpacks a register of bytes per ...
    neoremind 4.9 hours ago:  Thanks @slow-J ! The e2e performance gain makes sense given Amdahl's law. I also ran the JMH on a c5.4xlarge with AVX-512, the same finding, bothPacked is slower, and the ...
    slow-J 21.2 hours ago:  Thanks @neoremind , I had a look at JFR earlier, I ran again to share just for the rerank=false. I tried to attach but even compressed they are too large. Created flamegraph via jfrconv --cpu-time -o html will share that instead.

#16515 PR: Apply filter before scoring in MaxScoreBulkScorer
6.4 hours ago  38 comments  0 votes  0 watches  HUSTERGSHoustonPutmangithub-actions[bot]kkewweiromseygeek
Description Apple filter before scoring in MaxScoreBulkScorer. Resolves 16514 <!-- If this is your first contribution to Lucene, please make sure you have reviewed the ...
    kkewwei 6.4 hours ago:  The applyMask() override in SparseLiveDocs has been implemented in 16593, just ignore the second.
    kkewwei 22.2 hours ago:  @romseygeek Thank you for you review. Could you please help confirm two points? 1.

#16649: Tighten left-bound of MemoryAccountingBitsetCollectorManager.Result#bitSet
16.6 hours ago  0 comments  0 votes  0 watches  Sasilekhagaobinlong
DescriptionFollow up to #16452,which tightened the right bound of MemoryAccountingBitsetCollectorMa ... On large indices this is dominant remaining source of overallocation Suggested by @gaobinlong in ( ... Deferred from that PR because it involves a small API shape change to Result rather than a pure bug ...

#16643 PR: Close the reader pool before deleting files on rollback
20.3 hours ago  0 comments  0 votes  0 watches  LuXuganggithub-actions[bot]manduinca
Description rollbackInternalNoCommit asks the deleter to remove unreferenced files while the ... On a directory that checks for this the rollback fails outright: ` java.io.IOException: ... That second part turns out to be a lookup answering with an exception where it could answer with ...

#16626: Optimize non-scoring minimum-should-match queries that fall back to WANDScorer
1.1 days ago  2 comments  0 votes  0 watches  kkewwei
Description BooleanScorerSupplieropt currently selects WANDScorer whenever minShouldMatch > 1`, ... It returns candidate documents through its approximation and performs the actual minimum-should-matc ... Before https://github.com/apache/lucene-solr/pull/2205, query used MinShouldMatchSumScorer, whose ...
    kkewwei 1.1 days ago:  About the second: MinShouldMatchSumScorer exposes an exact iterator, so it must find a 15-of-16 ... With HighLow, frequency skew creates many rejected candidates and tail advances. This work happens before TopFieldCollector can apply its competitive iterator, so it may validate ...
    kkewwei 4.3 days ago:  I add msm with sort tasks to test MinShouldMatchSumScorer and WANDScorer https://github.com/ ... The only exception is MSM16M15HighLowDaySort. Next, I plan to: 1.

#16644: Incremental doc values increase open file handle count significantly
1.1 days ago  2 comments  0 votes  0 watches  dweissjimczi
Description The changes made in 16418 affect the file handle count significantly. Our handle-limiting guard caught this here: https://ci-builds.apache.org/job/Lucene/job/ ... With the default of 16 overlays, an index with 50 segments and 10 hot doc-values fields could hold ...
    dweiss 1.1 days ago:  Thanks. Maybe we should lower it to 8.
    jimczi 1.2 days ago:  Yeah I dug into it a bit. The handle count is roughly updated fields times the overlay budget. So it does grow with the number of fields, each one keeps its own stack of generations open.

#16646: Azerbaijani language support
1.2 days ago  0 comments  0 votes  0 watches  pullsuzdesheloper
DescriptionIs there a chance that Azerbaijani language support could be added here? I see that the project already supports Turkish grammar. Since the grammatical structures of these two languages are very similar, adding Azerbaijani ...

[15.9 msec search, 16.8 msec total]