Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A870811966 for ; Sun, 30 Mar 2014 22:21:15 +0000 (UTC) Received: (qmail 92787 invoked by uid 500); 30 Mar 2014 22:21:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 92729 invoked by uid 500); 30 Mar 2014 22:21:14 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 92720 invoked by uid 99); 30 Mar 2014 22:21:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Mar 2014 22:21:14 +0000 Date: Sun, 30 Mar 2014 22:21:14 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DERBY-590) How to integrate Derby with Lucene API? 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/DERBY-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-590: -------------------------------- Attachment: derby-590-11-aa-moveCode.diff Attaching derby-590-11-aa-moveCode.diff. This patch moves the Lucene plugin to the directory structure which Mike and I agreed on. Touches the following files: D java/engine/org/apache/derby/optional D java/engine/org/apache/derby/optional/LuceneUtils.java D java/engine/org/apache/derby/optional/build.xml M java/engine/org/apache/derby/impl/sql/compile/StaticMethodCallNode.java D java/engine/org/apache/derby/impl/optional/lucene D java/engine/org/apache/derby/impl/optional/lucene/LuceneQueryVTI.java D java/engine/org/apache/derby/impl/optional/lucene/LuceneSupport.java D java/engine/org/apache/derby/impl/optional/lucene/LuceneListIndexesVTI.java D java/engine/org/apache/derby/impl/optional/lucene/build.xml M java/engine/org/apache/derby/impl/build.xml M java/engine/org/apache/derby/catalog/Java5SystemProcedures.java M java/engine/build.xml A java/optional A java/optional/org A java/optional/org/apache A java/optional/org/apache/derby A java/optional/org/apache/derby/optional A java/optional/org/apache/derby/optional/api A java/optional/org/apache/derby/optional/api/LuceneUtils.java A java/optional/org/apache/derby/optional/lucene A java/optional/org/apache/derby/optional/lucene/LuceneQueryVTI.java A java/optional/org/apache/derby/optional/lucene/LuceneSupport.java A java/optional/org/apache/derby/optional/lucene/LuceneListIndexesVTI.java A java/optional/build.xml M java/testing/org/apache/derbyTesting/functionTests/tests/lang/LuceneSupportPermsTest.java M build.xml M tools/ant/properties/dirs.properties M tools/jar/extraDBMSclasses.properties > How to integrate Derby with Lucene API? > --------------------------------------- > > Key: DERBY-590 > URL: https://issues.apache.org/jira/browse/DERBY-590 > Project: Derby > Issue Type: Improvement > Components: Documentation, SQL > Reporter: Abhijeet Mahesh > Labels: derby_triage10_11 > Attachments: derby-590-01-ag-publicAccessToLuceneRoutines.diff, derby-590-01-ah-publicAccessToLuceneRoutines.diff, derby-590-01-am-publicAccessToLuceneRoutines.diff, derby-590-02-aa-cleanupFindbugsErrors.diff, derby-590-03-aa-removeTestingDiagnostic.diff, derby-590-04-aa-removeIDFromListIndexes.diff, derby-590-05-aa-accessDeclaredMembers.diff, derby-590-06-aa-suppressAccessChecks.diff, derby-590-07-aa-accessClassInPackage.sun.misc.diff, derby-590-08-aa-omitLuceneFlag.diff, derby-590-09-aa-localeSensitiveAnalysis.diff, derby-590-10-aa-fixLocaleTest.diff, derby-590-11-aa-moveCode.diff, lucene_demo.diff, lucene_demo_2.diff > > > In order to use derby with lucene API what should be the steps to be taken? -- This message was sent by Atlassian JIRA (v6.2#6252)