From dev-return-14886-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Oct 31 14:48:32 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 68075 invoked from network); 31 Oct 2007 14:48:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2007 14:48:31 -0000 Received: (qmail 5710 invoked by uid 500); 31 Oct 2007 14:48:00 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 5684 invoked by uid 500); 31 Oct 2007 14:48:00 -0000 Mailing-List: contact dev-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 dev@jackrabbit.apache.org Received: (qmail 5651 invoked by uid 99); 31 Oct 2007 14:48:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 07:48:00 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Oct 2007 14:48:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 71BA9714238 for ; Wed, 31 Oct 2007 07:47:51 -0700 (PDT) Message-ID: <10107729.1193842071463.JavaMail.jira@brutus> Date: Wed, 31 Oct 2007 07:47:51 -0700 (PDT) From: "Ard Schrijvers (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1201) Enable to load the indexing configuration from the repository with a config path like jcr:/location/in/my/workspace MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enable to load the indexing configuration from the repository with a config path like jcr:/location/in/my/workspace ------------------------------------------------------------------------------------------------------------------- Key: JCR-1201 URL: https://issues.apache.org/jira/browse/JCR-1201 Project: Jackrabbit Issue Type: New Feature Components: jackrabbit-core Affects Versions: 1.3.3 Reporter: Ard Schrijvers Priority: Minor Fix For: 1.4 ATM, you can provide an indexing configuration file via configuration like . Also see: 1) http://wiki.apache.org/jackrabbit/IndexingConfiguration 2) http://wiki.apache.org/jackrabbit/Search. the 'path-to-indexing-configuration-file' currently must be a file in the file system. Support for a indexing configuration which resides in the repository itself by enabling some path protocol like jcr://location/in/workspace in the configuration. Specifically for war deployment configuration files in the repository itself might be very useful. Perhaps adding an EventListener for instant re-configuration when the indexing configuration changes might be nice as well, though some (most) changes in the indexing configuration might require re-indexing, which would be bad to start automatically obviously. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.