[
https://issues.apache.org/jira/browse/SOLR-12428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515526#comment-16515526
]
Ishan Chattopadhyaya commented on SOLR-12428:
---------------------------------------------
{quote}Would the {{queryParser}}, {{cache}} and {{transformer}} elements be
added too? Or would just the {{lib}} be present out-of-the-box leaving users to
add the rest e.g. via the Config API (haven't tried that actually yet myself
with LTR) using names of their choice?
{quote}
I'm inclined to leave it aside, and let the user be able to configure it
through the Config API. The only thing the user is unable to do so far is to be
able to add the jar, which is what I was hoping to do here.
> Adding LTR jar to _default configset
> ------------------------------------
>
> Key: SOLR-12428
> URL: https://issues.apache.org/jira/browse/SOLR-12428
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Ishan Chattopadhyaya
> Assignee: Ishan Chattopadhyaya
> Priority: Major
>
> Even though Solr comes out of the box with the LTR capabilities, it is not
> possible to use them in an existing collection without hand editing the
> solrconfig.xml to add the jar. Many other contrib jars are already present in
> the _default configset's solrconfig.xml.
> I propose to add the ltr jar in the _default configset's solrconfig:
> {code}
> <lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar"
> />
> {code}
> Any thoughts, [~cpoerschke]?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]