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 2006/01/03 12:05:34 UTC

svn commit: r365605 - /incubator/jackrabbit/trunk/jackrabbit/src/main/config/repository.xml

Author: mreutegg
Date: Tue Jan  3 03:05:29 2006
New Revision: 365605

URL: http://svn.apache.org/viewcvs?rev=365605&view=rev
Log:
Document parameter 'respectDocumentOrder'.

Modified:
    incubator/jackrabbit/trunk/jackrabbit/src/main/config/repository.xml

Modified: incubator/jackrabbit/trunk/jackrabbit/src/main/config/repository.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jackrabbit/src/main/config/repository.xml?rev=365605&r1=365604&r2=365605&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/jackrabbit/src/main/config/repository.xml (original)
+++ incubator/jackrabbit/trunk/jackrabbit/src/main/config/repository.xml Tue Jan  3 03:05:29 2006
@@ -217,6 +217,9 @@
             - idleTime: idle time in seconds after which an unused query handler is shut down.
               If the query handler is later used again it is automatically started.
               Default value -1 disables this feature.
+            - respectDocumentOrder: If true and the query does not contain an 'order by' clause,
+              result nodes will be in document order. For better performance when queries return
+              a lot of nodes set to 'false'.
 
             Note: all parameters (except path) in this SearchIndex config are default
             values and can be omitted.
@@ -235,6 +238,7 @@
             <param name="analyzer" value="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
             <param name="queryClass" value="org.apache.jackrabbit.core.query.QueryImpl"/>
             <param name="idleTime" value="-1"/>
+            <param name="respectDocumentOrder" value="true"/>
         </SearchIndex>
     </Workspace>