Hi all I've configured a custom analyzer and enabled the use of an excerpt on a custom node property.
If I perform a node-level query for a value of the custom property with the query: //element(*,myNamespace:myFileType) [jcr:contains(.,'searchTerm')] I receive the expected results, and each row returns the expected excerpt and appropriate highlights. But when I try to execute a property specific query (to utilize the custom analyzer I've written): //element(*,myNamespace:myFileType) [jcr:contains(myNamespace:myCustomProperty,'searchTerm')] I receive the expected results, but the excerpt returned from each row contains the complete value of the property, and no highlights at all. How can I receive highlighted excerpts from a specific property search? Thanks in advance Noam -- View this message in context: http://n4.nabble.com/Highlighted-excerpt-from-specific-property-query-tp1008207p1008207.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
