RE: Always add the marker when elevating documents

2016-09-02 Thread Alexandre Drouin
Thank you Emir. Alexandre Drouin -Original Message- From: Emir Arnautovic [mailto:emir.arnauto...@sematext.com] Sent: September 2, 2016 5:32 AM To: solr-user@lucene.apache.org Subject: Re: Always add the marker when elevating documents Importance: High Hi Alexandre, You can specify

Re: Always add the marker when elevating documents

2016-09-02 Thread Emir Arnautovic
Hi Alexandre, You can specify default fl paramter for search handler in Solr config. You can use *,[elevated] to return all fields + elevated, but it is recommended to limit fl to fields needed - if you truly need all fields, then using * is ok. Regards, Emir On 01.09.2016 22:11, Alexandre

Always add the marker when elevating documents

2016-09-01 Thread Alexandre Drouin
Hi, I followed the instructions on the wiki (https://wiki.apache.org/solr/QueryElevationComponent) to add a QueryElevationComponent searchComponent in my Solr 4.10.2 server and it is working as expected. I saw in the documentation that it is possible to see which documents were elevated by