[
https://issues.apache.org/jira/browse/SOLR-9933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15837597#comment-15837597
]
Christine Poerschke commented on SOLR-9933:
-------------------------------------------
SOLR-839 added XML Query Parser support (deftype=xmlparser) and SOLR-9275 made
XML Query Parser support extensible-via-configuration e.g.
{code}
<!-- solrconfig.xml snippet -->
<queryParser name="myxmlparser" class="XmlQParserPlugin">
<str name="MyCustomQuery">com.mycompany.myteam.MyCustomQueryBuilder</str>
</queryParser>
{code}
This ticket here is to allow not only the configuration of custom
[QueryBuilder|https://github.com/apache/lucene-solr/blob/master/lucene/queryparser/src/java/org/apache/lucene/queryparser/xml/QueryBuilder.java]
classes but also the configuration of custom
[SpanQueryBuilder|https://github.com/apache/lucene-solr/blob/master/lucene/queryparser/src/java/org/apache/lucene/queryparser/xml/builders/SpanQueryBuilder.java]
classes (SpanQueryBuilder extends QueryBuilder).
> support span queries in SolrCoreParser
> --------------------------------------
>
> Key: SOLR-9933
> URL: https://issues.apache.org/jira/browse/SOLR-9933
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Christine Poerschke
> Assignee: Christine Poerschke
> Priority: Minor
>
> starting point: [~dancollins]'s [pull
> request|https://github.com/bloomberg/lucene-solr/pull/188]
> next step: test case(s) to demonstrate what is currently not supported
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]