exist/system/config/db/wa/xml/kolekce.xconf
changeset 1 84c9d9f6d6ce
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/exist/system/config/db/wa/xml/kolekce.xconf	Sat Dec 19 16:10:23 2009 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<collection xmlns="http://exist-db.org/collection-config/1.0">
     1.5 +	<!-- Pozor na jmenné prostory. Viz: http://www.exist-db.org/indexing.html#idxconf -->
     1.6 +	<index xmlns:html="http://www.w3.org/1999/xhtml">
     1.7 +        	<fulltext default="none" attributes="no"/>
     1.8 +			<lucene>
     1.9 +				<text qname="html:html"/>
    1.10 +				<text qname="html:body"/>
    1.11 +				<text qname="html:title"/>
    1.12 +				<text qname="html:p"/>
    1.13 +				<text qname="html:h1"/>
    1.14 +				<text qname="html:h2"/>
    1.15 +				<text qname="html:h3"/>
    1.16 +				<text qname="html:h4"/>
    1.17 +				<text qname="html:div"/>
    1.18 +				<text qname="html:span"/>
    1.19 +				<text qname="html:em"/>
    1.20 +				<text qname="html:strong"/>
    1.21 +			</lucene>
    1.22 +	</index>
    1.23 +	<triggers>
    1.24 +        	<trigger event="store,remove,update" class="org.exist.versioning.VersioningTrigger"/>
    1.25 +	</triggers>
    1.26 +</collection>