RE: Solr edismax field boosting

2016-05-10 Thread Megha Bhandari
n’t tokenise content. Thanks -Original Message- From: Nick D [mailto:ndrake0...@gmail.com] Sent: Tuesday, May 10, 2016 9:05 PM To: solr-user@lucene.apache.org Subject: Re: Solr edismax field boosting Megha, What are the field types for the fields you are trying to search through? Grab a co

Re: Solr edismax field boosting

2016-05-10 Thread Nick D
l":" > > > http://localhost:4503/content/uhcdotcom/en/home/waysin/poc/Foo-custon.html > > ", > > "score":0.8430033}, > > { > > "metatag.description":"test", > > "h1":["He

RE: Solr edismax field boosting

2016-05-10 Thread Megha Bhandari
duct of: 0.074107975 = idf(docFreq=6, docCount=6) 1.853831 = tfNorm, computed from: 4.0 = termFreq=4.0 1.2 = parameter k1 0.75 = parameter b 168.3 = avgFieldLength 83.591835 = fieldLength ', 'http://localhost:4503/baseurl/upendra-c

Re: Solr edismax field boosting

2016-05-09 Thread Nick D
> http://localhost:4503/content/uhcdotcom/en/home/waysin/poc/Foo-custon/healthcare-description.html":"\n0.5481102 > = max plus 0.99 times others of:\n 0.5481102 = weight(_text_:Foo in 4) [], > result of:\n0.5481102 = score(doc=4,freq=1.0 = termFreq=1.0\n), product > of:\n

RE: Solr edismax field boosting

2016-05-09 Thread Megha Bhandari
o in 4) [], result of:\n0.5481102 = score(doc=4,freq=1.0 = termFreq=1.0\n), product of:\n 0.44183275 = idf(docFreq=4, docCount=6)\n 1.2405376 = tfNorm, computed from:\n1.0 = termFreq=1.0\n1.2 = parameter k1\n 0.75 = parameter b\n121.64 = avgFie

RE: Solr edismax field boosting

2016-05-09 Thread Megha Bhandari
fieldLength\n", "http://localhost:4503/content/uhcdotcom/en/home/waysin/poc/upendra-custon/healthcare-description.html":"\n0.5481102 = max plus 0.99 times others of:\n 0.5481102 = weight(_text_:upendra in 4) [], result of:\n0.5481102 = score(doc=4,freq=1.0 = termFreq=1

Re: Solr edismax field boosting

2016-05-09 Thread Nick D
You can add the debug flag to the end of the request and see exactly what the scoring is and why things are happening. &debug=ALL will show you everything including the scoring. Showing the result of the debug query should help you, or adding that into your question here, decipher what is going o