You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by NickHirst <ni...@cimteq.com> on 2009/03/12 17:02:18 UTC

Getting Field details on a hit

Hello Experts,

I am using a MultiFieldQueryParser to search my index.  The index has been
set up with the following structure:

design: [designcode]
att1: [att1Value]
att2: [att2Value]
...
attn: [attnValue]

Where the attvalues all correspond to the designcode. 

The search works well, and it returns a number of designs with matching
criteria.  However, I also need to be able to return details of which field
a 'hit' occured on, to make the search meaningful.  Any ideas how to do
this??

Many Thanks in advance

Nick Hirst
-- 
View this message in context: http://www.nabble.com/Getting-Field-details-on-a-hit-tp22478916p22478916.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org