: At a high level, I'm trying to do some more intelligent searching using
: an app that will send multiple queries to Solr. My current issue is
: around multi-valued fields and determining which entry actually
: generated the "hit" for a particular query.
strictly speaking, this isn't possible wi
We came across this problem, unfortunately we gave up and did our hit-
highlighting for multi-valued fields on the frontend. :-/
One approach would be to extend solr to return every value of a multi-
valued field in the highlighting, regardless of whether that
particular value matched.
Just an
Anyone that can shed some insight?
-Todd
-Original Message-
From: Feak, Todd [mailto:todd.f...@smss.sony.com]
Sent: Friday, January 16, 2009 9:55 AM
To: solr-user@lucene.apache.org
Subject: How to select *actual* match from a multi-valued field
At a high level, I'm trying to do some mor