Suppose i have elevate.xml file and i elevate the ID :- Artist:11650  and
Artist:510 when i search for corgan 
this is elevate File 
        <elevate>
                <query text="corgan">
                                <doc id="Artist:11650" /><!-- the Smashing 
Pumpkins -->
                                <doc id="Artist:510" /><!-- Green Day -->
                        <doc id="Artist:35656" exclude="true" /><!-- 
Starchildren -->
                </query>
                <!-- others queries... -->
        </elevate>


Is there any way (query parameter) which give us clue which ids are elevated
when actual search done for corgan 

When we search than the result xml structure is same as normal search
without elevation. I want to display elevated results on my display result
screen differently. 

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Show-elevated-Result-Differently-tp1002081p1018879.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to