Hello.

I have a little problem. 

i want to import an keywords-field from my database wich looks like this:
Car, Radio, Car Radio, ...

i import this with my DIH and i analyze with the PatternTokenizerFactory.

<tokenizer class="solr.PatternTokenizerFactory" pattern=", *" />

suggestion for one word works fine, but not for  e.g. "Car Radio" when the
user type in "Car R".

---

when I use an edgeNGram... i can only suggest the complete row of keyword,
but i want to suggest only the found word/words. not all of this.

what do you think is the best solution for this ?

thx nabble =)


-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/keywords-terms-component-for-suggestion-of-sentences-tp788939p788939.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to