that would be another enhancement. I associated the binary content to
the node scope index because that way it is more closely to what the
spec states to be required. jcr:contains on a specific property is
optional, and I didn't want to index the content twice, so I added it to
the node scope.
you may also write your own custom query handler and custom node indexer
that extend the current ones and index the binary content also for the
jcr:data property scope.
regards
marcel
Martin Perez wrote:
mmmm
but that (//*[jcr:contains(., 'phrase')]) will search all nodes with that
phrase on *any" property. I want to search only on the indexed text. (this
is because my users can choose where they want to search (keywords, name,
notes, *content*)
Isn't it possible?
Thanks