Thanks, that's what I was wondering. You are running into
https://issues.apache.org/jira/browse/SOLR-3933
- Mark
On Wed, Oct 17, 2012 at 1:35 PM, Scott Carlson
wrote:
> I was adding the docs via command line, with a commit
>
> curl http://host:8983/solr/update/?commit=true -H "Content-Type:
I was adding the docs via command line, with a commit
curl http://host:8983/solr/update/?commit=true -H "Content-Type:
text/xml" --data-binary 'name="id">9235647339name="name">8983';
In some more testing... it does look like issuing another commit after
this seems to "really" commit.
cur
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 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 runn