Return-Path: X-Original-To: apmail-oodt-commits-archive@www.apache.org Delivered-To: apmail-oodt-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3757DD35F for ; Wed, 7 Nov 2012 15:29:13 +0000 (UTC) Received: (qmail 51594 invoked by uid 500); 7 Nov 2012 15:29:12 -0000 Delivered-To: apmail-oodt-commits-archive@oodt.apache.org Received: (qmail 51455 invoked by uid 500); 7 Nov 2012 15:29:12 -0000 Mailing-List: contact commits-help@oodt.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@oodt.apache.org Delivered-To: mailing list commits@oodt.apache.org Received: (qmail 51428 invoked by uid 99); 7 Nov 2012 15:29:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2012 15:29:12 +0000 Date: Wed, 7 Nov 2012 15:29:12 +0000 (UTC) From: "Luca Cinquini (JIRA)" To: commits@oodt.apache.org Message-ID: <1733599749.80853.1352302152261.JavaMail.jiratomcat@arcas> In-Reply-To: <1392796868.58555.1351811781912.JavaMail.jiratomcat@arcas> Subject: [jira] [Resolved] (OODT-529) Lenient Lucene Catalog MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OODT-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Cinquini resolved OODT-529. -------------------------------- Resolution: Fixed Implemented. A new system property: "org.apache.oodt.cas.filemgr.catalog.lucene.lenientFields" can now be set to true or false (defaults to false). If true, the LuceneCatalogFactory should instantiate a LuceneCatalog with a null validation layer - this condition is then used throughout the methods to allow dynamic fields or not. The class behavior when the validation layer is NOT null should be exactly as before. > Lenient Lucene Catalog > ---------------------- > > Key: OODT-529 > URL: https://issues.apache.org/jira/browse/OODT-529 > Project: OODT > Issue Type: Improvement > Components: file manager > Affects Versions: 0.4 > Reporter: Luca Cinquini > Assignee: Luca Cinquini > Fix For: 0.5 > > > There is often a need for ingesting and using metadata fields that are dynamically named, rather than being exactly defined in an XML schema used by the CAS Validation Layer. > We should either expand the current LuceneCatalog implementation to allow arbitrary fields, or provide an alternative implementation that does so. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira