You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2013/02/25 15:38:17 UTC

[jira] [Updated] (SOLR-839) XML Query Parser support

     [ 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