0 votes
in Apache Solr by
What is Highlighting in Apache Solr?

1 Answer

0 votes
by

Here, documents will be fragmented to match the query response of the users, and search results become more accurate when the query is performed on small sections instead of the whole document. Solr has a variety of highlighting utilities that help to make solid control over different fields. The different utilities are used by Request Handlers and they are used again by Apache Lucene Parser or Standard query parser to process a series of token or fragmented documents.

...