Re: fuzzy search and distance tilde

Mikhail Khludnev <[email protected]> Tue, 13 Aug 2024 22:08:18 +0300
Newsgroups gmane.comp.jakarta.lucene.user
Message-ID <CAF8TkC5t-s3Hd_OVJgdZFZKT7B7zyb=eqkhhVcwyWgp=JAaaVw@mail.gmail.com>
On Sun, Aug 11, 2024 at 11:38 AM Greg Huber <[email protected]> wrote:


> Is there a
> way to escape these or configure lecene just to return no results rather
> than an exception.
>

I don't think Lucene can handle it since the query parser and index
searcher are separate components, which are wired by some code.
I suppose it's up to custom code around
org.events.business.search.operations.SearchOperation.doRun(SearchOperation.java:202)


-- 
Sincerely yours
Mikhail Khludnev