Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-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 D71DBE93F for ; Mon, 25 Feb 2013 14:38:19 +0000 (UTC) Received: (qmail 6717 invoked by uid 500); 25 Feb 2013 14:38:18 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 6633 invoked by uid 500); 25 Feb 2013 14:38:17 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 6592 invoked by uid 99); 25 Feb 2013 14:38:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 14:38:17 +0000 Date: Mon, 25 Feb 2013 14:38:17 +0000 (UTC) From: "Erik Hatcher (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-839) XML Query Parser support 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/SOLR-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher updated SOLR-839: ------------------------------ Attachment: SOLR-839-object-parser.patch This patch depends on the "object parsing" approach in SOLR-4351. This is a different approach from using Lucene's XML Query Parser. The XMLQueryParser is neat and all, but the builders aren't going to work well with Solr's schema. I tinkered with a SolrQueryBuilder, and that mostly works, but nested XML queries weren't working, so I revamped using the object parser. > XML Query Parser support > ------------------------ > > Key: SOLR-839 > URL: https://issues.apache.org/jira/browse/SOLR-839 > Project: Solr > Issue Type: New Feature > Components: query parsers > Affects Versions: 1.3 > Reporter: Erik Hatcher > Assignee: Erik Hatcher > Fix For: 5.0 > > Attachments: lucene-xml-query-parser-2.4-dev.jar, SOLR-839-object-parser.patch, SOLR-839.patch > > > Lucene contrib includes a query parser that is able to create the full-spectrum of Lucene queries, using an XML data structure. > This patch adds "xml" query parser support to Solr. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org