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 28AFF11716 for ; Mon, 30 Jun 2014 17:37:25 +0000 (UTC) Received: (qmail 36570 invoked by uid 500); 30 Jun 2014 17:37:24 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 36536 invoked by uid 500); 30 Jun 2014 17:37:24 -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 36525 invoked by uid 99); 30 Jun 2014 17:37:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2014 17:37:24 +0000 Date: Mon, 30 Jun 2014 17:37:24 +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: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-590?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-590: -------------------------------- Attachment: LucenePlugin.html Attaching a new version of the functional spec. This version incorporates t= he changes which Knut and I discussed: {noformat} o The signatures of createIndex() and updateIndex() have changed. The analy= zerMaker argument has been replaced by an indexDescriptorMaker argument. o Corresponding changes have been made to the examples for createIndex() an= d updateIndex(). o The queryParserMaker argument has been removed from the query table funct= ion. o Corresponding changes have been made to the query examples. o The analyzerMaker column has been replaced with an indexDescriptorMaker c= olumn in the result returned by the listIndexes() table function. o The sample javadoc for LuceneUtils has changed: - Added a new method: defaultIndexDescriptor() - Changed the argument signature of defaultQueryParser() - Changed the exception signatures of defaultAnalyzer() and getAnalyzerFo= rLocale() o A new interface has been added to the public API section: IndexDescriptor {noformat} > 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: LucenePlugin.html, LucenePlugin.html, LucenePlugin.h= tml, LucenePlugin.html, derby-590-01-ag-publicAccessToLuceneRoutines.diff, = derby-590-01-ah-publicAccessToLuceneRoutines.diff, derby-590-01-am-publicAc= cessToLuceneRoutines.diff, derby-590-02-aa-cleanupFindbugsErrors.diff, derb= y-590-03-aa-removeTestingDiagnostic.diff, derby-590-04-aa-removeIDFromListI= ndexes.diff, derby-590-05-aa-accessDeclaredMembers.diff, derby-590-06-aa-su= ppressAccessChecks.diff, derby-590-07-aa-accessClassInPackage.sun.misc.diff= , derby-590-08-aa-omitLuceneFlag.diff, derby-590-09-aa-localeSensitiveAnaly= sis.diff, derby-590-10-aa-fixLocaleTest.diff, derby-590-11-aa-moveCode.diff= , derby-590-12-aa-newJar.diff, derby-590-13-aa-indexViews.diff, derby-590-1= 4-aa-coarseGrainedAuthorization.diff, derby-590-15-aa-requireHardUpgrade.di= ff, derby-590-16-aa-adjustUpgradeTest.diff, derby-590-17-aa-closeInputStrea= mOnPropertiesFile.diff, derby-590-18-aa-cleanupAPI.diff, derby-590-19-aa-cl= eanupAPI2.diff, derby-590-20-aa-customQueryParser.diff, derby-590-21-aa-noT= imeTravel.diff, derby-590-22-aa-cleanupPrivacy.diff, derby-590-23-aa-correc= tTestLocale.diff, derby-590-24-ad-luceneDirectory.diff, derby-590-26-ac-bac= kupRestore.diff, derby-590-26-ad-backupRestoreEncryption.diff, derby-590-27= -aa-publicAPILuceneUtils.diff, derby-590-28-renameLuceneJars.diff, derby-59= 0-29-aa-useLucene_4.7.1.diff, derby-590-30-aa-nullableScoreCeiling.diff, de= rby-590-31-aa-multiField.diff, derby-590-32-aa-vetFieldNames.diff, exceptio= ns.diff, lucene_demo.diff, lucene_demo_2.diff, multifield-with-custom-token= izers.diff, multifield.diff, netbeans.diff, netbeans2.diff > > > In order to use derby with lucene API what should be the steps to be take= n?=20 -- This message was sent by Atlassian JIRA (v6.2#6252)