Skip to content

Commit

Permalink
repo config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Jun 3, 2015
1 parent 4aac1c4 commit 5d4f720
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions src/realms/yanel-website/config/ac-identities-repository.xml
@@ -1,11 +1,25 @@
<?xml version="1.0"?>

<repository>
<repository class="org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository">
<name>Yanel Website Access Control Identities</name>
<content src="../ac-identities/data"/>
<meta src="../ac-identities/yarep-meta"/>

<paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-identities"/>

<storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
<content src="../ac-identities"/>
</storage>
<!-- Search index config -->
<s:search-index
xmlns:s="http://www.wyona.org/yarep/search/2.0"
indexer-class="org.wyona.yarep.impl.search.lucene.LuceneIndexer"
searcher-class="org.wyona.yarep.impl.search.lucene.LuceneSearcher">
<index-location file="../ac-identities/search-index"/>
<repo-auto-index-fulltext boolean="true"/>
<repo-auto-index-properties boolean="true"/>
<lucene>
<!--
<local-tika-config file="tika-config.xml"/>
-->
<fulltext-analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<property-analyzer class="org.apache.lucene.analysis.WhitespaceAnalyzer"/>
<write-lock-timeout ms="3000"/>
</lucene>
</s:search-index>
</repository>

0 comments on commit 5d4f720

Please sign in to comment.