Re: Suggestions from different dictionaries dynamically

2017-03-15 Thread alessandro.benedetti
e.io -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestions-from-different-dictionaries-dynamically-tp4324864p4325083.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Suggestions from different dictionaries dynamically

2017-03-15 Thread mesenthil1
researcher typeaheadtextSpellPhrase spellchecker_phrase spellphrase ./spellchecker_phrase_typeahead -- View this message in context: http://lucene.472066.n3.nabble.com/Suggestions-from-different-dictionaries-dynamically-tp4324864p4325046.html Sent from the S

Re: Suggestions from different dictionaries dynamically

2017-03-14 Thread Alexandre Rafalovitch
ajan > michigan > school > > > /*QUERY:*/ > q=michial&fq=source:teacher ---> getting suggestion as "michigan". Instead > I expect "michael" > > /*SCHEMA.XML*/ > > > > > > > > Thanks, > Subbarao > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Suggestions-from-different-dictionaries-dynamically-tp4324864.html > Sent from the Solr - User mailing list archive at Nabble.com.

Suggestions from different dictionaries dynamically

2017-03-14 Thread vuppalasubbarao
ce:"TEACHER" or fq=source:"COLLEGE" ]. */SAMPLE DOCS:/* 1 michael newyork teacher 2 rajan michigan school /*QUERY:*/ q=michial&fq=source:teacher ---> getting suggestion as "michigan". Instead I expect "michael" /*SCHEMA.XML*/ Thanks,