Solr 4.4.0 Shard Update Errors (503) but cloud graph shows all green?

2013-10-08 Thread dmarini
Hi!We are running Solr 4.4.0 on a 3 node linux cluster and have about 2 collections storing product data with no problems. Yesterday, I attempted to create another one of these collections using the Collections API, but I had forgotten to upload the config to the zookeeper prior to making the call

Re: 4.3 Cloud looks good on the outside, but lots of errors in the logs

2013-08-21 Thread dmarini
Shawn,Thanks for your reply. All of these suggestions look like good ideas and I will follow up. We are running Solr via the Jetty process on windows as well as all of our zookeepers on the same boxes as the clouds. The reason for this is that we're on EC2 servers so it gets ultra expensive to have

4.3 Cloud looks good on the outside, but lots of errors in the logs

2013-08-20 Thread dmarini
Hi, I'm running a solr 4.3 cloud in a 3 machine setup that has the following configuration: each machine is running 3 zookeepers on different ports each machine is running a jetty instance PER zookeeper.. Essentially, this gives us the ability to host 3 isolated clouds across the 3 machines. 3 sh

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread dmarini
Roman, As a developer, I understand where you are coming from. My issue is that I specialize in .NET, haven't done java dev in over 10 years. As an organization we're new to solr (coming from endeca) and we're looking to use it more across the organization, so for us, we are looking to do the clas

Re: Searching w/explicit Multi-Word Synonym Expansion

2013-07-17 Thread dmarini
iorixxx, Thanks for pointing me in the direction of the QueryElevation component. If it did not require that the target documents be keyed by the unique key field it would be ideal, but since our Sku field is not the Unique field (we have an internal id which serves as the key while this is the cl

Searching w/explicit Multi-Word Synonym Expansion

2013-07-16 Thread dmarini
Hi Everyone, I'm using Solr (version 4.3) for the first time and through much research I got into writing a custom search handler using edismax to do relevancy searches. Of course, the client I'm preparing the search for also has synonyms (both bidirectional and explicit). After much research, I h