I am using SOLR with Nutch
I am using highlighted search in SOLR it works fine for me
But it returns only one field that we give for highlighting
If I give two fields like hl.fl = title,content then for some records title is not coming
In schema.xml title field looks like
<field name="title" type="text" stored="true" indexed="true"/>
How can i get extra fields in highlighted search result.
I need to display highlighted search results with all fields i have...
h.florhl.fl? Is your title field stored inside your schema.xml? – javanna Mar 7 '12 at 12:24