[
https://issues.apache.org/jira/browse/SOLR-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wright updated SOLR-2031:
------------------------------
Attachment: SOLR-2031.patch
A patch which allows a solrconfig.xml specification of the default query
parser. The XML would look something like this:
<searchComponent name="myquery"
class="org.apache.solr.handler.component.QueryComponent">
<str name="defType">myqueryparser</str>
</searchComponent>
> QueryComponent's default query parser should be configurable from
> solrconfig.xml
> --------------------------------------------------------------------------------
>
> Key: SOLR-2031
> URL: https://issues.apache.org/jira/browse/SOLR-2031
> Project: Solr
> Issue Type: Improvement
> Components: SearchComponents - other
> Reporter: Karl Wright
> Priority: Minor
> Attachments: SOLR-2031.patch
>
>
> In a multi-lucene-query environment, QueryComponent's way of selecting a
> default query parser must include solrconfig.xml support to be useful. It
> can't just get the default query parser from the request arguments.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]