[Save this search]

Status
All
   Fixed (7187)
  Closed (5282)
✓Open (2670)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
✓All
  Issue (2290)
  PR (380)
Author relation
✓All
  None (2071)
  Member (668)
  Contributor (522)
  New contributor (76)
Created
✓All
  Past day (8)
  Past 2 days (11)
  Past 3 days (15)
  Past week (25)
  Past month (62)
  Past 3 months (131)
  Past 6 months (205)
  Past year (298)
Updated
✓All
  Past day (11)
  Past 2 days (25)
  Past 3 days (31)
  Past week (47)
  Past month (100)
  Past 3 months (206)
  Past 6 months (258)
  Past year (557)
Updated ago
✓All
  > 1 day ago (2659)
  > 2 days ago (2645)
  > 3 days ago (2639)
  > 1 week ago (2623)
  > 1 month ago (2570)
  > 3 months ago (2464)
  > 1 year ago (2112)
Comment count
✓All
  0 (598)
  1 (375)
  2 - 5 (833)
  6 - 10 (451)
  10 - 20 (314)
  > 20 (173)
Reaction count
✓All
  0 (2379)
  1 (174)
  2 - 5 (95)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
✓All
  jpountz (14)
  mikemccand (13)
  rmuir (6)
  msokolov (4)
  iverase (4)
  romseygeek (4)
  benwtrent (4)

See all 26...
Mentioned
✓All
  jpountz (100)
  mikemccand (86)
  rmuir (65)
  benwtrent (53)
  uschindler (43)
  msokolov (40)
  romseygeek (19)

See all 217...
Reviewed
✓All
  mikemccand (25)
  jpountz (23)
  rmuir (14)
  benwtrent (14)
  uschindler (12)
  msokolov (10)
  dweiss (9)

See all 65...
Commented
✓All
  asfimport (1368)
  github-actions[bot] (287)
  jpountz (137)
  mikemccand (125)
  rmuir (97)
  msokolov (87)
  benwtrent (83)

See all 315...
User
✓All
  asfimport (1810)
  github-actions[bot] (350)
  mikemccand (217)
  jpountz (208)
  rmuir (141)
  benwtrent (121)
  msokolov (108)

See all 484...
Last comment user
✓All
  asfimport (1319)
  github-actions[bot] (276)
  mikemccand (33)
  jpountz (31)
  rmuir (22)
  msokolov (18)
  benwtrent (17)

See all 170...
Draft
✓All
  No (317)
  Yes (63)
Component
✓All
  core (654)
  analysis (159)
  highlighter (46)
  facet (43)
  spatial (41)
  sandbox (31)
  queryparser (29)

See all 23...
Type
✓All
  enhancement (1207)
  bug (729)
  task (200)
  test (79)
  documentation (21)
Labels
✓All
  Stale (275)
  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 (2670)
Reporter
✓All
  rmuir (269)
  mikemccand (154)
  jpountz (124)
  dsmiley (67)
  uschindler (52)
  iverase (44)
  dweiss (41)

See all 772...
Assignee
✓All
  Unassigned (2427)
  mikemccand (35)
  uschindler (33)
  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

#16690 PR: Add a hybrid strategy for stored fields merge
7.8 hours ago  3 comments  0 votes  0 watches  github-actions[bot], rmuir, wwwa1ter
Closes 16045 # Description The stored fields merge currently falls back to a doc-by-doc copy ... This PR adds a hybrid merge strategy: contiguous ranges of live docs are collected, and - whole ... The hybrid strategy is enabled by default and can be disabled with the org.apache.lucene.codecs.luc ...
    wwwa1ter 7.8 hours ago:  Hi @rmuir, I'd appreciate a second look when you have time.
    wwwa1ter 5.8 days ago:  > I don't think this works, we had it this way in lucene before, the problem is as soon as you get ... So it doesn't perform in practice. A deleted doc only affects its own chunk, chunks whose docs are all live can do bulk copy, only the ...

#16717 PR: Add ThaiCharFilter, ThaiNormalizationFilter, and ThaiNormalizer (#16716)
10.1 hours ago  0 comments  0 votes  0 watches  github-actions[bot], kamthorn
Description Closes 16716 This PR introduces comprehensive orthographic normalization for the Thai ... For example, "ฉันรักเเมวมาก" is mistakenly treated by BreakIterator as ["ฉัน", "รักเเมวมาก"]. A downstream TokenFilter can only fix the characters within the token but cannot recover the lost ...

#16718 PR: Curate Thai stopwords to prevent over-filtering of compound words (#5323, #14730)
10.2 hours ago  0 comments  0 votes  0 watches  github-actions[bot], kamthorn
Description Fixes 5323Relates to 14730 The Thai stopword list in lucene/analysis/common/src/ ... Because it was extracted from political news editorial text, it contains numerous high-frequency ... ผล, ทาง, เปิด, เปิดเผย, ออก, ส่ง, ขอ, จัด, วัน, รับ, ร่วม, ราย, พบ, ผ่าน, มา, ลง, ตั้ง, ด้าน, ช่วง, ...

#16720 PR: Add ThaiRepeatFilter to handle Thai Maiyamok (ๆ) reduplication (#16719)
10.2 hours ago  0 comments  0 votes  0 watches  github-actions[bot], kamthorn
Description Closes 16719 This PR introduces ThaiRepeatFilter and ThaiRepeatFilterFactory to ... This distorts term frequency (1 instead of 2), breaks phrase queries (e.g. "เร็ว เร็ว" does not match ["เร็ว", "ๆ"]), and indexes ๆ as a meaningless token.

#16722 PR: Support user dictionary in ThaiTokenizer and ThaiTokenizerFactory (#16721)
10.2 hours ago  0 comments  0 votes  0 watches  github-actions[bot], kamthorn
Description Closes 16721 This PR introduces user/custom dictionary support to ThaiTokenizer and ... "พารากอน", "คลาวด์เนทีฟ", "คนขับรถ") that take precedence over default BreakIterator segmentation ... In domain-specific search use cases (e.g. e-commerce, technical documentation, enterprise search), ...

#16723 PR: Support SIMD Faiss library variants with runtime fallback (#15287)
11.4 hours ago  0 comments  0 votes  0 watches  CH-Abhinav, github-actions[bot]
Description Addresses enhancement proposal 1 from 15287: allow Faiss codec to use SIMD ... Previously, FaissLibrary.java and FaissNativeWrapper.java hardcoded System.loadLibrary("faiss_c"). In Conda/PyTorch, libfaiss_c.so dynamically links against the generic, non-vectorized libfaiss.so ...

#16716: Add ThaiCharFilter, ThaiNormalizationFilter, and ThaiNormalizer to handle Thai orthography ...
12 hours ago  0 comments  0 votes  0 watches  kamthorn
Description Currently, Apache Lucene provides language-specific normalization filters for many ... ArabicNormalizationFilter, HindiNormalizationFilter, BengaliNormalizationFilter, GermanNormalization ... Thai script suffers from high orthographic variation, common keyboard typing errors, and Unicode ...

[16.0 msec search, 16.9 msec total]