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).
franta-hg@1
     1
<collection xmlns="http://exist-db.org/collection-config/1.0">
franta-hg@1
     2
	<!-- Pozor na jmenné prostory. Viz: http://www.exist-db.org/indexing.html#idxconf -->
franta-hg@1
     3
	<index xmlns:html="http://www.w3.org/1999/xhtml">
franta-hg@1
     4
        	<fulltext default="none" attributes="no"/>
franta-hg@1
     5
			<lucene>
franta-hg@1
     6
				<text qname="html:html"/>
franta-hg@1
     7
				<text qname="html:body"/>
franta-hg@1
     8
				<text qname="html:title"/>
franta-hg@1
     9
				<text qname="html:p"/>
franta-hg@1
    10
				<text qname="html:h1"/>
franta-hg@1
    11
				<text qname="html:h2"/>
franta-hg@1
    12
				<text qname="html:h3"/>
franta-hg@1
    13
				<text qname="html:h4"/>
franta-hg@1
    14
				<text qname="html:div"/>
franta-hg@1
    15
				<text qname="html:span"/>
franta-hg@1
    16
				<text qname="html:em"/>
franta-hg@1
    17
				<text qname="html:strong"/>
franta-hg@1
    18
			</lucene>
franta-hg@1
    19
	</index>
franta-hg@1
    20
	<triggers>
franta-hg@1
    21
        	<trigger event="store,remove,update" class="org.exist.versioning.VersioningTrigger"/>
franta-hg@1
    22
	</triggers>
franta-hg@1
    23
</collection>