Hi,

Any suggestion for tokenizer / filter / other solutions that support search in 
Solr as following -

Use Case

Input

Solr should return

All Results

*

All results

Prefix Search

Text*

All data started by Text* (Prefix search)

Exact Search

"Auto Text"

Exact match. Only Auto Text

Partial (substring)

*Text*

All strings contains the text


Now I'm using KeywordTokenizerFactory and WordDelimiterFilterFactory.

My issue is with exact search:
When I have document named hello_world, and I'm trying to do Exact Search of 
hello, I got "hello_world" as a result (I want to get only hello named 
documents).

Thanks in advance,
Shay.

Reply via email to