Re: Highlighting Solr 8

2020-05-22 Thread David Smiley
c Allen - Software Devloper, NetDocuments > eric.al...@netdocuments.com | O: 801.989.9691 | C: 801.989.9691 > > -Original Message- > From: sasarun > Sent: Wednesday, October 16, 2019 2:45 AM > To: solr-user@lucene.apache.org > Subject: Re: Highlighting Solr 8 > >

RE: Highlighting Solr 8

2019-10-16 Thread Eric Allen
r-user@lucene.apache.org Subject: Re: Highlighting Solr 8 Hi Eric, Unified highlighter does not have an option to provide alternate field when highlighting. That option is available with Orginal and fast vector highlighter. As indicated in the Solr documentation, Unified is the recommended

Re: Highlighting Solr 8

2019-10-16 Thread sasarun
Hi Eric, Unified highlighter does not have an option to provide alternate field when highlighting. That option is available with Orginal and fast vector highlighter. As indicated in the Solr documentation, Unified is the recommended method for highlighting to meet most of the use cases. Please do

Highlighting Solr 8

2019-10-09 Thread Eric Allen
Use case I am querying a catchall field and then would like to highlight that term in 3 other fields say a, b, and c. I already have full term vectors. >From my reading and limited testing the fastest choice would be hl.method unified hl.termVectors true hl.termPositions true hl.termOffsets