Hi folks,

I am trying to use features of WhitespaceTokenizerFactory and
EdgeNGramTokenizerFactory.
My requirement is to search a String using substring and inword concepts.

For example:
Let us assume the String as "Praveen  Kumar Jayaram".
The query for "Kumar" will be successful if we use
WhitespaceTokenizerFactory.
And the query for "Pra" will be successful if we use
EdgeNGramTokenizerFactory.

Now I need to search with query string "Kum". I tried using these two
tokenizer factories parallely but got an error saying we can use only one
tokenizer per field.
Could you please help in achieving this requirement??

Thanks in advance.

Regards,
Praveen

-----
Regards,
Praveen
-- 
View this message in context: 
http://www.nabble.com/How-do-I-combine-WhitespaceTokenizerFactory-and-EdgeNGramTokenizerFactory--tp22841455p22841455.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to