On Wed, Feb 29, 2012 at 7:03 PM, Matthew Parker <mpar...@apogeeintegration.com> wrote: > I also took out my requestHandler and used the standard /update/extract > handler. Same result.
How did you install/start the system this time? The same way as earlier? What kind of queries do you run? Would it be possible for you to check out the latest version from svn. In there we have some dev scripts for linux that can be used to setup a test system easily (you need svn, jdk and ant). Essentially the steps would be: #Checkout the sources: svn co http://svn.apache.org/repos/asf/lucene/dev/trunk #build and start solrcloud (1 shard, no replicas) cd solr/cloud-dev sh ./control.sh rebuild sh ./control.sh reinstall 1 sh ./control.sh start 1 #index content java -jar ../example/exampledocs/post.jar ../example/exampledocs/*.xml #after that you can run your queries -- Sami Siren