Re: Show list of collections available in Solr server

2015-05-03 Thread Mohmed Hussain
Hi Edwin Check this documentation https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-List Thanks -Hussain On Sun, May 3, 2015 at 6:33 PM, Zheng Lin Edwin Yeo wrote: > Hi, > > Would like to check, is there any way to show the list of collections that > are availabl

Re: Custom plugin classloader issue

2015-01-12 Thread Mohmed Hussain
Thanks Chris, that worked. Loaded my Spring Application context with plugin class loader. Was trying to resolve this since a day, and you resolved it in a minute :) Thanks -Hussain On Mon, Jan 12, 2015 at 11:29 AM, Chris Hostetter wrote: > > :I am stuck at a strange issue, I have my custom

Custom plugin classloader issue

2015-01-12 Thread Mohmed Hussain
Hi All, I am stuck at a strange issue, I have my custom Query Component that has to load spring application context for some additional runtime filtering of records. I have included my jars as dependency in solrConfig.xml, SOLR is able to load my plugin but spring appplication fails to load w

Re: poor performance when connecting to CloudSolrServer(zkHosts) using solrJ

2015-01-01 Thread Mohmed Hussain
My two cents, do check network connectivity. In past I remember changing the zookeeper server name to actual IP improved the speed a bit. DNS sometimes take time to resolve hostname. Could be worth trying this option. Thanks -Hussain On Mon, Dec 29, 2014 at 6:31 PM, Shawn Heisey wrote: > On 12

Re: Occasionally hit ArrayIndexOutOfBoundException when searching

2014-11-08 Thread Mohmed Hussain
ndex&datastoreId=/127.0.0.1:8098 &shards= Thanks -Hussain On Sat, Nov 8, 2014 at 12:11 PM, anil raju wrote: > Can anyone here provide help on this? Any further logs or environment > details I can provide to help the analysis? > On Nov 8, 2014 12:31 AM, "Mohmed Hussain"

Occasionally hit ArrayIndexOutOfBoundException when searching

2014-11-08 Thread Mohmed Hussain
Hey All, We are using Solr for an enterprise product. Recently we did an upgrade from 4.7.0 to 4.9.1 and are seeing this exception. Its an EmbeddedSolrServer (know its a bad choice and are moving to Solr Cloud very soon :)). And I used maven to upgrade following is the snippet from pom.xml