Re: Solr stopword problem in Query

2011-10-03 Thread Isan Fulia
Thanks Erick. On 29 September 2011 18:31, Erick Erickson wrote: > I think your problem is that you've set > > omitTermFreqAndPositions="true" > > It's not real clear from the Wiki page, but > the tricky little phrase > > "Queries that rely on position that are issued > on a field with this optio

Re: Solr stopword problem in Query

2011-09-29 Thread Erick Erickson
I think your problem is that you've set omitTermFreqAndPositions="true" It's not real clear from the Wiki page, but the tricky little phrase "Queries that rely on position that are issued on a field with this option will silently fail to find documents." And phrase queries rely on position info

Re: Solr stopword problem in Query

2011-09-27 Thread Rahul Warawdekar
Hi Isan, The schema.xml seems OK to me. Is "textForQuery" the only field you are searching in ? Are you also searching on any other non text based fields ? If yes, please provide schema description for those fields also. Also, provide your solrconfig.xml file. On Tue, Sep 27, 2011 at 1:12 AM, I

Re: Solr stopword problem in Query

2011-09-26 Thread Isan Fulia
Hi Rahul, I also tried searching "Coke Studio MTV" but no documents were returned. Here is the snippet of my schema file. *

Re: Solr stopword problem in Query

2011-09-26 Thread Rahul Warawdekar
Hi Isan, Does your search return any documents when you remove the 'at' keyword and just search for "Coke studio MTV" ? Also, can you please provide the snippet of schema.xml file where you have mentioned this field name and its "type" description ? On Mon, Sep 26, 2011 at 6:09 AM, Isan Fulia wro

Re: Solr stopword problem in Query

2011-09-26 Thread Bill Bell
This is pretty serious issue Bill Bell Sent from mobile On Sep 26, 2011, at 4:09 AM, Isan Fulia 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 > *textFor