exist/system/config/db/wa/xml/kolekce.xconf
author František Kučera <franta-hg@frantovo.cz>
Sat Dec 19 16:10:23 2009 +0100 (2009-12-19)
changeset 1 84c9d9f6d6ce
permissions -rw-r--r--
Nastavení full-textového vyhledávání (index – Lucene).
     1 <collection xmlns="http://exist-db.org/collection-config/1.0">
     2 	<!-- Pozor na jmenné prostory. Viz: http://www.exist-db.org/indexing.html#idxconf -->
     3 	<index xmlns:html="http://www.w3.org/1999/xhtml">
     4         	<fulltext default="none" attributes="no"/>
     5 			<lucene>
     6 				<text qname="html:html"/>
     7 				<text qname="html:body"/>
     8 				<text qname="html:title"/>
     9 				<text qname="html:p"/>
    10 				<text qname="html:h1"/>
    11 				<text qname="html:h2"/>
    12 				<text qname="html:h3"/>
    13 				<text qname="html:h4"/>
    14 				<text qname="html:div"/>
    15 				<text qname="html:span"/>
    16 				<text qname="html:em"/>
    17 				<text qname="html:strong"/>
    18 			</lucene>
    19 	</index>
    20 	<triggers>
    21         	<trigger event="store,remove,update" class="org.exist.versioning.VersioningTrigger"/>
    22 	</triggers>
    23 </collection>