In fact, the configuration is to indicate the properties to INDEX, and not
the property to NOT INDEX (fulltext).
I did the config
<?xml version="1.0"?>
<!DOCTYPE configuration SYSTEM
&quot;http://jackrabbit.apache.org/dtd/indexing-configuration-1.0.dtd&quot;>
<configuration xmlns:my="http://www.mynode.org/my/1.0";>
  <index-rule nodeType="my:nodeType">
    <property nodeScopeIndex="false">my:propertyX</property>
  </index-rule>
</configuration>

, rebuilt the index, and open with luke, and the properties in the config
was in the index as "1:FULL:propertyX"

and all the other String properties in nodes was not in there...


Is this a bug? Or just my misunderstanding...

Regards
Helio



--
View this message in context: 
http://jackrabbit.510166.n4.nabble.com/Exclude-some-properties-from-fulltext-index-tp4662524p4662546.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to