You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by mr...@apache.org on 2007/05/08 18:38:34 UTC

svn commit: r536247 - /jackrabbit/trunk/jackrabbit-core/src/main/config/repository.xml

Author: mreutegg
Date: Tue May  8 09:38:31 2007
New Revision: 536247

URL: http://svn.apache.org/viewvc?view=rev&rev=536247
Log:
JCR-901: Support synonym searches
- updated repository.xml

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/config/repository.xml

Modified: jackrabbit/trunk/jackrabbit-core/src/main/config/repository.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/config/repository.xml?view=diff&rev=536247&r1=536246&r2=536247
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/config/repository.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/config/repository.xml Tue May  8 09:38:31 2007
@@ -113,6 +113,9 @@
               the pool are busy, incomming work is put into a wait queue. If the wait queue
               reaches the back log size incomming extractor work will not be queued anymore
               but will be executed with the current thread.
+            - synonymProviderClass: the name of a class that implements
+              org.apache.jackrabbit.core.query.lucene.SynonymProvider. The
+              default value is null (-> not set).
 
             Note: all parameters (except path) in this SearchIndex config are default
             values and can be omitted.