Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
If you can explain any one line of I will figure out othersthanks On Thu, Mar 7, 2013 at 11:48 AM, Rohan Thakur wrote: > yup I got that but can you please explain me how is it going on? > I got this: > > "rawquerystring":"samsung ace metallic", > "querystring":"samsung ace metallic", >

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
hi I think its not readable but if you open this in editor that gmail has like while replying you can se the text in proper format that is indent.I tried saving this output in other formats aswell but it is still the same...you can see this properly while replying to the mail... thanks regards Ro

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
yup I got that but can you please explain me how is it going on? I got this: "rawquerystring":"samsung ace metallic", "querystring":"samsung ace metallic", "parsedquery":"value:samsung value:ace value:metallic", "parsedquery_toString":"value:samsung value:ace value:metallic", "expl

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Otis Gospodnetic
That's a mighty long sentence, Rohan! :) If you append &debugQuery=true to the query URL you will see the scoring explanation in all its glory. Otis -- Solr & ElasticSearch Support http://sematext.com/ On Wed, Mar 6, 2013 at 6:55 AM, Rohan Thakur wrote: > one more thing how does the solr h

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
one more thing how does the solr handles the score when we have multiple words as query parameters which are not consecutively present in the filed that is indexed and we are querying on does it first searches for document field containing both the term and then how does is find the scoring on them

Re: query about length normalization in solr for relevance score

2013-03-06 Thread Rohan Thakur
k thanks On Wed, Mar 6, 2013 at 5:05 PM, Otis Gospodnetic wrote: > Hi Rohan, > > It's per field. > > Otis > -- > Solr & ElasticSearch Support > http://sematext.com/ > > > > > > On Wed, Mar 6, 2013 at 3:09 AM, Rohan Thakur wrote: > > > hi all > > > > I wanted to confirm that while taking length