Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Name different types of highlighters in Apache Solr?
Home
Apache Solr
Name different types of highlighters in Apache Solr?
0
votes
asked
Mar 28, 2022
in
Apache Solr
by
sharadyadav1986
retagged
Mar 28, 2022
by
sharadyadav1986
Name different types of highlighters in Apache Solr?
solrr-highlighter
apache-solr-vs-elasticsearch
apache-solr-tutorial
apache-solr-download
apache-solr-github
apache-solr-vs-lucene
apache-solr-documentation
apache-solr-on-kubernetes
apache-solr-demo
hybris-solr-interview-questions
sitecore-solr-interview-questions
elasticsearch-interview-questions
wcs-solr-interview-questions
solr-advanced-interview-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 28, 2022
by
sharadyadav1986
There are 3 highlighters in Solr:
Standard Highlighter: provides precise matches even for advanced queryparsers.
FastVector Highlighter: Though less advanced than Standard Highlighter, it works better for more languages and supports Unicode breakiterators.
Postings Highlighter: Much more precise, efficient and compact than the above vector one but inappropriate for a more number of query terms.
...