Hi,

The 'content' field that I am indexing is usually large (e.g. a pdf doc of a
few Mb in size). I need highlighting to be on. This 'seems' to require that
I have to set the 'content' field to be STORED. This returns the whole
content field in the search result XML. for each matching document. The
highlighted text also is returned in a separate block. But I do NOT need the
entire content field to display the search results. I only use the
highlighted segments to display a brief description of each hit. The fact
that SOLR returns entire content field, makes the returned XML unnecessarily
huge, and makes for larger response times. How can I have SOLR return ONLY
the highlighted text for each hit and NOT the entire 'content' filed? Thanks
- ashok
-- 
View this message in context: 
http://www.nabble.com/Highlighting-and-Field-options-tp23818019p23818019.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to