[ https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-1621:
------------------------------
Attachment: SOLR-1621.patch
Looks like it has the same issue I ran into -
The solrConfigFilename doesn't work right now (used by tests and web.xml override).
What I did is add another load method that also takes the config filename (or not if its null).
I don't like adding the extra methods for this, so I'm not sure this is the best solution,
but its a solution to get started with.
That will get the NoCacheHeaderTest to pass.
I also dropped a solr.xml into example to get started there.
> Allow current single core deployments to be specified by solr.xml
> -----------------------------------------------------------------
>
> Key: SOLR-1621
> URL: https://issues.apache.org/jira/browse/SOLR-1621
> Project: Solr
> Issue Type: New Feature
> Affects Versions: 1.5
> Reporter: Noble Paul
> Fix For: 1.5
>
> Attachments: SOLR-1621.patch, SOLR-1621.patch
>
>
> supporting two different modes of deployments is turning out to be hard. This leads to
duplication of code. Moreover there is a lot of confusion on where do we put common configuration.
See the mail thread http://markmail.org/message/3m3rqvp2ckausjnf
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|