Hi;
When you examine Solr example folder you can see that highlighting feature
works for String field. Here is the definition for cat field that is a type
of String:
if you run that from your browser:
http://localhost:8983/solr/collection1/select?q=cat:*%20AND%20name:samsung&hl=true&hl.fl=*
Y
: That is the default response format. If you would like to change that,
: you could extend the search handler or post process the XML data.
: Another option would be to use the javabin (if your app is java based)
: and build xml the way your app would need.
there is actaully a more straight f
That is the default response format. If you would like to change that, you
could extend the search handler or post process the XML data. Another option
would be to use the javabin (if your app is java based) and build xml the way
your app would need.
Best Regards,
Ramesh
>
I am also working on highlighting. I don't think so. And the ids in the
highlighting part are the ids of the docs retrieved.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Highlight-feature-tp3983875p3983887.html
Sent from the Solr - User mailing list archive at Nabble.com.