This is pretty serious issue

Bill Bell
Sent from mobile


On Sep 26, 2011, at 4:09 AM, Isan Fulia <isan.fu...@germinait.com> wrote:

> Hi all,
> 
> I have a text field named* textForQuery* .
> Following content has been indexed into solr in field textForQuery
> *Coke Studio at MTV*
> 
> when i fired the query as
> *textForQuery:("coke studio at mtv")* the results showed 0 documents
> 
> After runing the same query in debugMode i got the following results
> 
> <result name="response" numFound="0" start="0"/>
> <lst name="debug">
> <str name="rawquerystring">textForQuery:("coke studio at mtv")</str>
> <str name="querystring">textForQuery:("coke studio at mtv")</str>
> <str name="parsedquery">PhraseQuery(textForQuery:"coke studio ? mtv")</str>
> <str name="parsedquery_toString">textForQuery:"coke studio *? *mtv"</str>
> 
> Why the query did not matched any document even when there is a document
> with value of textForQuery as *Coke Studio at MTV*?
> Is this because of the stopword *at* present in stopwordList?
> 
> 
> 
> -- 
> Thanks & Regards,
> Isan Fulia.

Reply via email to