How to configure SolrCloud over HTTPS. Did I find a bug?

2013-03-06 Thread Scott Carlson
It looks like to configure my SolrCloud server as an HTTPS endpoint, I need to update the solr.xml as such: host="https://${jboss.node.name:}"; hostPort="8443" When I try this, it fails registering with the zookeeper. ERROR [SolrCore] null:java.lang.IllegalArgumentException: Invalid path string "/

Re: SolrCloud is not returning all results

2012-10-17 Thread Scott Carlson
er commit after this seems to "really" commit. curl http://victor:8983/solr/update/?commit=true On 10/17/2012 12:06 PM, Mark Miller wrote: How are you issuing the commit that makes the docs visible? On Wed, Oct 17, 2012 at 12:15 PM, Scott Carlson wrote: I'm trying a very

SolrCloud is not returning all results

2012-10-17 Thread Scott Carlson
I'm trying a very simple setup, and I'm not getting the results I would expect. Starting from : https://wiki.apache.org/solr/SolrCloud example C. I have 4 instances running locally. I verify the cloud setup in the UI, that there are two servers per shard, and they are all green. I added a

Re: solr4.0 LimitTokenCountFilterFactory NumberFormatException

2012-10-17 Thread Scott Carlson
I'd think the last line should be this instead: maxTokenCount = Integer.parseInt(maxTokenCountArg); On 10/17/2012 11:11 AM, Jack Krupansky wrote: Anybody want to guess what's wrong with this code: String maxTokenCountArg = args.get("maxTokenCount"); if (maxTokenCountArg == null) { throw new