Hello,

 

I am using parameter: “hl=true&hl.fl=features” to query fragment. I receive 
following xml result from solr server:

 

- <result name="response" numFound="1" start="0">

      <doc>

            <arr ….other attributes 111/>

            <arr ….other attributes 222 />

            <arr name="features">

                    <str>Full document contents comes here, Blah blah ………</str>

      </doc>

  </result>

- <lst name="highlighting">

      <lst name="docid123">

           <arr name="features">

                  <str> document fragment comes here…</str>

          </arr>

     </lst>

  </lst>

 

 

For the sake of performance, I want to suppress output of <arr name="features"> 
which inside <doc>. But <lst name="highlighting"> need to be reserved.

 

Is that possible, by modify somewhere of solr configuration, without touch java 
code?

 

 

 

Regards,

David

Reply via email to