Hi Meena, Please use the “solr-user” list for user questions. This is the list for development of Lucene & Solr.
~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Mon, Jan 12, 2015 at 6:26 PM, [email protected] < [email protected]> wrote: > Highlighting does not highlight the whole Phrase, instead each word gets > highlighted. > I tried all the suggestions that was given, with no luck > These are my special setting for phrase highlighting > hl.usePhraseHighlighter=true > hl.q="query" > > > > http://localhost.mathworks.com:8983/solr/db/select?q=syndrome%3A%22Override+ignored+for+property%22&rows=1&fl=syndrome_id&wt=json&indent=true&hl=true&hl.simple.pre=%3Cem%3E&hl.simple.post=%3C%2Fem%3E&hl.usePhraseHighlighter=true&hl.q=%22Override+ignored+for+property%22&hl.fragsize=1000 > > > This is from my schema.xml > <field name="syndrome" type="text_general" indexed="true" stored="true"/> > > Should I add special in the indexing stage itself to make this work? > > Thanks for your time. > > Meena > > > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/how-to-highlight-the-whole-search-phrase-only-tp4179078.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
