Re: Disabling XmlQParserPlugin through solrconfig

2017-10-12 Thread Manikandan Sivanesan
ww.treygrainger.com > > - > > On Thu, Oct 12, 2017 at 6:56 PM, Shawn Heisey wrote: > > > On 10/12/2017 3:18 PM, Manikandan Sivanesan wrote: > > > >> I'm looking for a way to disable the query parser XmlQParserPlugin > >> (org.apache.solr.search

Re: Disabling XmlQParserPlugin through solrconfig

2017-10-12 Thread Manikandan Sivanesan
Sorry noticed the typo. Am providing the corrected version On Thu, Oct 12, 2017 at 5:18 PM, Manikandan Sivanesan wrote: > I'm looking for a way to disable the query parser XmlQParserPlugin > (org.apache.solr.search.XmlQParserPlugin) through solrconfig.xml . > Following th

Disabling XmlQParserPlugin through solrconfig

2017-10-12 Thread Manikandan Sivanesan
I'm looking for a way to disable the query parser XmlQParserPlugin (org.apache.solr.search.XmlQParserPlugin) through solrconfig.xml . Following the instructions mentioned here to disable a query parser. This is the part that

Re: Create Collection Admin Request - unable to specify collection configName

2015-12-01 Thread Manikandan Sivanesan
And one more thing I noticed you are specifying your ensemble as zk.zk.zk.zk:2181 . But it should be of the form *zk1:port,zk2:port,zk3:port *. On Tue, Dec 1, 2015 at 8:12 PM, Manikandan Sivanesan wrote: > > Try with the conf directory in place with schema.xml & solrconfig.xml >

Re: Create Collection Admin Request - unable to specify collection configName

2015-12-01 Thread Manikandan Sivanesan
Try with the conf directory in place with schema.xml & solrconfig.xml inside conf. You should see the files being uploaded ./server/scripts/cloud-scripts/zkcli.sh -cmd upconfig -confdir *./server/solr/configsets/scbe_**public7_config/conf* -confname scbe_public7 -z zk.zk.zk.zk:2181 This is how I