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.
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
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.
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,