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 7BCC91064A for ; Thu, 3 Apr 2014 01:19:17 +0000 (UTC) Received: (qmail 66958 invoked by uid 500); 3 Apr 2014 01:19:15 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 66902 invoked by uid 500); 3 Apr 2014 01:19: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 66889 invoked by uid 99); 3 Apr 2014 01:19:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 01:19:15 +0000 Date: Thu, 3 Apr 2014 01:19:15 +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-14-aa-coarseGrainedAuthorization.diff Attaching derby-590-14-aa-coarseGrainedAuthorization.diff. This patch fixes a bug which allowed read-only users to execute the updateIndex() procedure. Touches the following files: ----------- M java/optional/org/apache/derby/optional/lucene/LuceneSupport.java Add checks for read-only connections. ----------- A java/testing/org/apache/derbyTesting/functionTests/tests/lang/LuceneCoarseAuthorizationTest.java M java/testing/org/apache/derbyTesting/functionTests/tests/lang/LuceneSuite.java Add tests for using the Lucene pluging with coarse-grained authorization. > 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, derby-590-12-aa-newJar.diff, derby-590-13-aa-indexViews.diff, derby-590-14-aa-coarseGrainedAuthorization.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)