This is a classic problem with Stopword removal. Have you tried just removing stopwords from the indexing definition and the query definition and reindexing?
You can't search on them no matter what you do if they've been removed, they just aren't there.... HTH Erick On Tue, Mar 2, 2010 at 5:47 AM, Suram <reactive...@yahoo.com> wrote: > > Hi, > > How can i search using stopword my query like this > > This - 0 results becuase it is a stopword > is - 0 results becuase it is a stopword > that - 0 results becuase it is a stopword > > if i search like "This is that" - it must give the result > > for that i need to change anything in my schema file to get result "This is > that" > -- > View this message in context: > http://old.nabble.com/Issue-on-stopword-list-tp27754434p27754434.html > Sent from the Solr - User mailing list archive at Nabble.com. > >