RE: Searching For Term 'OR'

2011-08-11 Thread John Brewer
Thanks for the advice everyone. I am rebuilding the index with a lowercase field instead of string. -Original Message- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Thursday, August 11, 2011 1:10 PM To: solr-user@lucene.apache.org Subject: Re: Searching For Term 'OR' :

Re: Searching For Term 'OR'

2011-08-11 Thread John Brewer
apache.org/solr/api/org/apache/solr/search/TermQParserPlugin.html > >Also, if you just removed the "or" term from the stopwords, you'll probably >have to reindex if you want it in the index. > >Regards, > >Tomás > >On Thu, Aug 11, 2011 at 2:38 PM, John Brewer

Searching For Term 'OR'

2011-08-11 Thread John Brewer
"{" ... ... Note: we had the same issue with Indiana (IN), but removing that stop word fixed it. Removing the stopword 'or', has not helped. The field itself is indexed and stored as string field during indexing. Thanks in advance, John Brewer

Help with ShardParams

2011-08-03 Thread John Brewer
Hello, Can someone point me a good example or two of usage of the ShardParams shards.start and shards.rows? I have a Solr instance of 250M documents spread across 4 shards. And I need to be able to reliably and quickly access the records by "page" at the request of the user. I understan