Re: Searching in stopwords

2013-07-30 Thread Chris Hostetter
: So if i search for companies like HR Club i get no results. Similarly : search for India HR giving no results. How can i get results in query for : following companies : take a look at the "CommonGramsFilterFactory" and "CommonGramsQueryFilterFactory" ... they shold let you remove stopwords,

Re: Searching in stopwords

2013-07-27 Thread Jack Krupansky
Edismax should be able to handle a query consisting of only query-time stop words. What does your text field type analyzer look like? -- Jack Krupansky -Original Message- From: Rohit Kumar Sent: Saturday, July 27, 2013 9:59 PM To: solr-user@lucene.apache.org Subject: Searching in

Searching in stopwords

2013-07-27 Thread Rohit Kumar
I have a company search which uses stopwords during quezary time. In my stopwords list i have entries like : HR Club India Pvt. Ltd. So if i search for companies like HR Club i get no results. Similarly search for India HR giving no results. How can i get results in query for following comp