fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

Properly handle autocompletion with CJK using CJKUnigram filter

Open qdnguyen0 opened this issue 1 year ago • 0 comments

For CJK, a prefix search like AB* would not return ABC since Lucene does not run AB* through an analyzer. For this, we would need to split into (A and B*), using a CJKUnigram filter The phrase search construction logic needs to be fixed

qdnguyen0 avatar May 09 '24 17:05 qdnguyen0