From commits-return-4762-apmail-jackrabbit-commits-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Oct 24 12:26:04 2007 Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 4163 invoked from network); 24 Oct 2007 12:26:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 12:26:03 -0000 Received: (qmail 92853 invoked by uid 500); 24 Oct 2007 12:25:51 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 92772 invoked by uid 500); 24 Oct 2007 12:25:51 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 92763 invoked by uid 99); 24 Oct 2007 12:25:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 05:25:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 12:26:03 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 02A7559A07 for ; Wed, 24 Oct 2007 12:25:42 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@jackrabbit.apache.org Date: Wed, 24 Oct 2007 12:25:42 -0000 Message-ID: <20071024122542.25682.73583@eos.apache.org> Subject: [Jackrabbit Wiki] Update of "Search" by MarcelReutegger X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification. The following page has been changed by MarcelReutegger: http://wiki.apache.org/jackrabbit/Search ------------------------------------------------------------------------------ || indexingConfiguration || ''none'' || The path to the indexing configuration file. See also ["IndexingConfiguration"] || 1.4 || || indexingConfigurationClass || {{{org.apache.jackrabbit.core.query.lucene.IndexingConfigurationImpl}}} || The name of the class that implements {{{org.apache.jackrabbit.core.query.lucene.IndexingConfiguration}}}. See also ["IndexingConfiguration"]. || 1.4 || || enableConsistencyCheck || false || If set to {{{true}}} a consistency check is performed depending on the parameter ''forceConsistencyCheck''. If set to {{{false}}} no consistency check is performed on startup, even if a redo log had been applied. || 1.4 || + || spellCheckerClass || ''none'' || The name of a class that implements {{{org.apache.jackrabbit.core.query.lucene.SpellChecker}}}. See also ["SpellChecker"] || 1.4 || '''Note''': all parameters (except path) have default values and can be omitted to use the default. @@ -40, +41 @@ * Search for a term and its synonyms: ["SynonymSearch"] * Search for similar nodes: ["SimilaritySearch"] * Define index aggregates and rules: ["IndexingConfiguration"] + * Check spelling of a fulltext query statement: ["SpellChecker"]