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 A5036104DC for ; Wed, 26 Mar 2014 22:50:16 +0000 (UTC) Received: (qmail 65799 invoked by uid 500); 26 Mar 2014 22:50:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 65762 invoked by uid 500); 26 Mar 2014 22:50:15 -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 65754 invoked by uid 99); 26 Mar 2014 22:50:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Mar 2014 22:50:15 +0000 Date: Wed, 26 Mar 2014 22:50:15 +0000 (UTC) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13948591#comment-13948591 ] Rick Hillegas commented on DERBY-590: ------------------------------------- Here is a proposal for where to include the optional code in the source tree: {noformat} java/ build/ ... client/ ... demo/ ... drda/ ... engine/ ... optional/ org/ apache/ derby/ optional/ api/ lucene/ shared/ ... storeless/ ... stubs/ ... testing/ ... tools/ ... {noformat} The derbyOptionalTools.jar file would hold the classes under java/optional/org/apache/derby/optional. Select classes in org.apache.derby.optional.api would go into the public api. What are your thoughts? Thanks, -Rick > 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, 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)