Re: Search failed even if it has the keyword .

2011-06-17 Thread Mohammad Shariq
e type for the field's defaultquery & title in your schema.xml ? > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-failed-even-if-it-has-the-keyword-tp3075626p3075797.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Thanks and Regards Mohammad Shariq

Re: Search failed even if it has the keyword .

2011-06-17 Thread pravesh
What is the type for the field's defaultquery & title in your schema.xml ? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-failed-even-if-it-has-the-keyword-tp3075626p3075797.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search failed even if it has the keyword .

2011-06-17 Thread Mohammad Shariq
gt; tokens and each will be searchable. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-failed-even-if-it-has-the-keyword-tp3075626p3075644.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Thanks and Regards Mohammad Shariq

Re: Search failed even if it has the keyword .

2011-06-17 Thread pravesh
roken into multiple tokens and each will be searchable. -- View this message in context: http://lucene.472066.n3.nabble.com/Search-failed-even-if-it-has-the-keyword-tp3075626p3075644.html Sent from the Solr - User mailing list archive at Nabble.com.

Search failed even if it has the keyword .

2011-06-17 Thread Mohammad Shariq
Hello, solr-search failed even if it has the keyword . I am using solr (solr3.1 on ubuntu 10.10) for Indexing the tweets. I am indexing certain tweets, but solr do'nt return any result when I search any keyword from tweet. in Solr, tweet is stored as 'text'. below is the twee