elevation - Why is SOLR's QueryElevation component not working? -


i have configured queryelevation component here:

http://wiki.apache.org/solr/queryelevationcomponent

and can see doing something...

in debug (formatted json) output:

 "debug":{   "queryboosting":{     "q":"bar",     "match":["id:test"]}, 

however, having no effects on query results whatsoever

can tell me i'm going wrong?

thanks!

ok, bad.

i had set wrong field uniquekey:

http://wiki.apache.org/solr/schemaxml#the_unique_key_field


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -