Re: Doubts regarding Multiple Keyword Search

2010-11-19 Thread Lance Norskog
The analysis stack for the text type includes the PorterStemmer. A 'stemmer' uses algorithms to trim similar words back to a base word. In this case, it removes 'ing' from the end of 'testing'. This means that 'test' and 'testing' are indexed exactly the same, and searching for one will find the ot

Doubts regarding Multiple Keyword Search

2010-11-18 Thread Pawan Darira
Hi I am searching for keywords: ad testing (without quotes). I want result containing both words on the top. But it is giving me results containing words: ad test. Is it correct or any logic behind that i.e. will it consider the word "test" also ? Please help -- Thanks, Pawan Darira

Re: Multiple Keyword Search

2010-11-01 Thread Erick Erickson
I'm not sure this exactly fits your use-case, but it may come "close enough". Have you looked at disMax and the mm parameter (minimum should match)? Best Erick On Mon, Nov 1, 2010 at 5:00 AM, Pawan Darira wrote: > Hi > > There is a situation where i search for more than 1 keyword & my main 2 >

Multiple Keyword Search

2010-11-01 Thread Pawan Darira
Hi There is a situation where i search for more than 1 keyword & my main 2 fields are ad_title & ad_description. I want those results which match all of the keywords in both fields, should come on top. Then sequentially one by one keyword can be dropped in further results. E.g. In a search of 3 k

Re: Solr multiple keyword search as google

2009-06-02 Thread James liu
t proper > results. Is there any way to do that? > Thanks in advance > -- > View this message in context: > http://www.nabble.com/Solr-multiple-keyword-search-as-google-tp23826278p23826278.html > Sent from the Solr - User mailing list archive at Nabble.com. > > -- regards j.L ( I live in Shanghai, China)

Solr multiple keyword search as google

2009-06-01 Thread The Spider
or "USA ca san jose" or "CA San jose USA" (like that of google search). That means even if I rearranged the keywords of location I want to get proper results. Is there any way to do that? Thanks in advance -- View this message in context: http://www.nabble.com/Solr-mul