Hi,
1. Just curious - you have your defaultsearchfield - defaultquery as not
stored, how do you know that it contains what you think it contains?
2. the fieldType of defaultquery is query_text, am not sure what all
analyzers are you using on this fields type both at indexing time and
querying time . This could actually be the reason why stopwords were not
used both during indexing and querying time.
3. Lastly, if you wanr OR operato to work dont use ""(quotes) instead use ()
<brackets> around your searchable term.


--
View this message in context: 
http://lucene.472066.n3.nabble.com/help-understanding-match-tp3373243p3373324.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to