<?xml version="1.0" encoding="UTF-8"?>
jcr:mixinTypes="[rep:AccessControllable]"
jcr:primaryType="oak:QueryIndexDefinition"
async="[async,nrt]"
compatVersion="{Long}2"
evaluatePathRestrictions="{Boolean}true"
includedPaths="[/content/dam/project/master/pt/pages]"
queryPaths="[/content/dam/project/master/pt/pages]"
maxFieldLength="{Long}100000"
type="lucene"
reindex="{Boolean}true">
<indexRules jcr:primaryType="nt:unstructured">
<dam:Asset jcr:primaryType="nt:unstructured">
<properties jcr:primaryType="nt:unstructured">
<title
jcr:primaryType="nt:unstructured"
_comment="title to be included in fulltext"
isRegexp="{Boolean}false"
name="jcr:content/data/master/title"
analyzed="{Boolean}true"
nodeScopeIndex="{Boolean}true"
propertyIndex="{Boolean}false"
useInSuggest="{Boolean}false"/>
<seoDescription
jcr:primaryType="nt:unstructured"
_comment="seoDescription to be included in fulltext"
isRegexp="{Boolean}false"
name="jcr:content/data/master/seoDescription"
analyzed="{Boolean}true"
nodeScopeIndex="{Boolean}true"
propertyIndex="{Boolean}false"
useInSuggest="{Boolean}false"/>
<customIndexedData
jcr:primaryType="nt:unstructured"
_comment="customIndexedData to be included in fulltext"
isRegexp="{Boolean}false"
name="jcr:content/data/master/customIndexedData"
analyzed="{Boolean}true"
nodeScopeIndex="{Boolean}true"
propertyIndex="{Boolean}false"
useInSuggest="{Boolean}false"/>
</properties>
</dam:Asset>
</indexRules>
<analyzers jcr:primaryType="nt:unstructured">
<default
jcr:primaryType="nt:unstructured"
class="org.apache.lucene.analysis.pt.PortugueseAnalyzer" />
</analyzers>
</jcr:root>
What can I do to improve this feature?