Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "QueryElevationComponent" page has been changed by Ingo Renner. http://wiki.apache.org/solr/QueryElevationComponent?action=diff&rev1=12&rev2=13 -------------------------------------------------- http://localhost:8983/solr/elevate?q=YYYY&debugQuery=true&enableElevation=false + == forceElevation == + Elevation can also be forced during runtime by adding forceElevation=true to the query URL: + http://localhost:8983/solr/elevate?q=YYYY&debugQuery=true&enableElevation=true&forceElevation=true + == fq == Query elevation respects the standard "filter query" (fq) parameter. That is, if the query contains a fq parameter, all results will be within that filter even if elevate.xml adds other documents to the result set.
