I'm performing a query using Zend_Search_Lucene (PHP) and for the matched documents I would like to be able to find out which field within that document matched the query - e.g. if each document represents a person, was it their name or their address or their email that matched the search terms?