Hi;

I configured the repository.xml, in SearchIndex, with param
indexingConfiguration, and it is loading in 
org.apache.jackrabbit.core.query.lucene.SearchIndex for repository and
workspace indexes.

In file indexing-configuration.xml I put the following:



I suspect something may be not correct, because using this rule file and
creating any node (nt:file or nt:folder) I can search with contains(.,
'myLogin') or search with contains(jcr:content, 'myLogin') , and return the
nodes that I have had created using the login credential 'myLogin' (this
value is stored in those properties jcr:createdBy and jcr:lastModifiedBy
...) .

I supposed that only a search with contains(@jcr:createdBy, 'myLogin') would
work, right?


I do not want the properties jcr:createdBy and jcr:lastModifiedBy be part of
the fulltext for node scope index, but even with the rules they are still
searcheable in there (I deleted the index folders to recreate the indexes
...).

Some thougths to help me?

Regards
Helio



--
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/SearchIndex-with-indexing-configuration-xml-informed-tp4663688.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to