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
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
>
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
, 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
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
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
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
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.
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