Re: how can we use multi term search along with stop words

2016-05-27 Thread Erick Erickson
earch. >> >> >> Thanks and Regards, >> Preeti Bhat >> >> -Original Message- >> From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] >> Sent: Thursday, May 26, 2016 10:11 PM >> To: solr-user@lucene.apache.org; sandhus...@gmail.com >> Subj

Re: how can we use multi term search along with stop words

2016-05-27 Thread Walter Underwood
ds, > Preeti Bhat > > -Original Message- > From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] > Sent: Thursday, May 26, 2016 10:11 PM > To: solr-user@lucene.apache.org; sandhus...@gmail.com > Subject: Re: how can we use multi term search along with stop words >

RE: how can we use multi term search along with stop words

2016-05-27 Thread Preeti Bhat
Message- From: Ahmet Arslan [mailto:iori...@yahoo.com.INVALID] Sent: Thursday, May 26, 2016 10:11 PM To: solr-user@lucene.apache.org; sandhus...@gmail.com Subject: Re: how can we use multi term search along with stop words Hi, Are you firing both trailing and leading wildcard query? Or you just put

RE: how can we use multi term search along with stop words

2016-05-27 Thread Preeti Bhat
, May 26, 2016 10:11 PM To: solr-user@lucene.apache.org; sandhus...@gmail.com Subject: Re: how can we use multi term search along with stop words Hi, Are you firing both trailing and leading wildcard query? Or you just put stars for emphasizing purposes? Please consider using normal queries, since

Re: how can we use multi term search along with stop words

2016-05-26 Thread Ahmet Arslan
iginal Message- From: Siddhartha Singh Sandhu [mailto:sandhus...@gmail.com] Sent: Thursday, May 26, 2016 6:54 PM To: solr-user@lucene.apache.org; Ahmet Arslan Subject: Re: how can we use multi term search along with stop words Hi Preeti, You can use the analysis tool in the Solr console to see how yo

RE: how can we use multi term search along with stop words

2016-05-26 Thread Preeti Bhat
sage- From: Siddhartha Singh Sandhu [mailto:sandhus...@gmail.com] Sent: Thursday, May 26, 2016 6:54 PM To: solr-user@lucene.apache.org; Ahmet Arslan Subject: Re: how can we use multi term search along with stop words Hi Preeti, You can use the analysis tool in the Solr console to see how

Re: how can we use multi term search along with stop words

2016-05-26 Thread Siddhartha Singh Sandhu
Hi Preeti, You can use the analysis tool in the Solr console to see how your queries are being tokenized. Based on your results you might need to make changes in "strings_ci". Also, If you want to be able to search on stopwords you might want to remove solr.StopFilterFactory from indexing and que

Re: how can we use multi term search along with stop words

2016-05-26 Thread Ahmet Arslan
Hi Bhat, What do you mean by multi term search? In your first e-mail, your example uses quotes, which means phrase/proximity search. ahmet On Thursday, May 26, 2016 11:49 AM, Preeti Bhat wrote: HI All, Sorry for asking the same question again, but could someone please advise me on this.

RE: how can we use multi term search along with stop words

2016-05-26 Thread Preeti Bhat
HI All, Sorry for asking the same question again, but could someone please advise me on this. Thanks and Regards, Preeti Bhat From: Preeti Bhat Sent: Wednesday, May 25, 2016 2:22 PM To: solr-user@lucene.apache.org Subject: how can we use multi term search along with stop words HI, I am tryin