Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B4109594 for ; Thu, 10 Nov 2011 17:49:15 +0000 (UTC) Received: (qmail 34184 invoked by uid 500); 10 Nov 2011 17:49:15 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 34141 invoked by uid 500); 10 Nov 2011 17:49:15 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 34133 invoked by uid 99); 10 Nov 2011 17:49:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 17:49:15 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2011 17:49:12 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E7EC84AAD7 for ; Thu, 10 Nov 2011 17:48:51 +0000 (UTC) Date: Thu, 10 Nov 2011 17:48:51 +0000 (UTC) From: "Paolo Castagna (Updated) (JIRA)" To: jena-dev@incubator.apache.org Message-ID: <1439933943.18187.1320947331951.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <20284401.2341293135046575.JavaMail.jira@thor> Subject: [jira] [Updated] (JENA-17) Refactor LARQ so that it becomes easy to plug in different indexes such as Solr or ElasticSearch instead of Lucene MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JENA-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paolo Castagna updated JENA-17: ------------------------------- Fix Version/s: LARQ 2.0.0 > Refactor LARQ so that it becomes easy to plug in different indexes such as Solr or ElasticSearch instead of Lucene > ------------------------------------------------------------------------------------------------------------------ > > Key: JENA-17 > URL: https://issues.apache.org/jira/browse/JENA-17 > Project: Jena > Issue Type: New Feature > Components: LARQ > Reporter: Paolo Castagna > Priority: Minor > Fix For: LARQ 2.0.0 > > > LARQ currently uses Lucene, we could do the same with/for Solr (http://lucene.apache.org/solr/) or ElasticSearch (http://www.elasticsearch.com/). > Examples, as proof of concept, are here: > - https://github.com/castagna/SARQ > - https://github.com/castagna/EARQ > In particular, have a look at IndexBuilder and IndexSearcher interfaces: > - https://github.com/castagna/EARQ/blob/master/src/main/java/org/openjena/earq/IndexBuilder.java > - https://github.com/castagna/EARQ/blob/master/src/main/java/org/openjena/earq/IndexSearcher.java > And implementations for Lucene, Solr and ElasticSearch in the corresponding packages: > - https://github.com/castagna/EARQ/tree/master/src/main/java/org/openjena/earq/builders > - https://github.com/castagna/EARQ/tree/master/src/main/java/org/openjena/earq/searchers > If we do this, plugging in a different index becomes very easy. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira