r if the document is a binary are you suggesting
>
> 1) curl to upload/extract passing docID
> 2) obtain a SID based off docID
> 3) add addtinal fields to SID & commit
>
> I know I'm possibly wandering into the schemaless teritory here as well
>
>
> On 28 January 2015
I would switch the order of those. Add the new fields and *then* index to
solr.
We do something similar when we create SolrInputDocuments that are pushed
to solr. Create the SID from the existing doc, add any additional fields,
then add to solr.
On Wed, Jan 28, 2015 at 11:56 AM, Mark wrote:
> I
Is port 8984 open in your ec2's security settings?
>From the ec2 instance, can you curl localhost:8984/solr? Do you see
anything?
On Tue, Jul 29, 2014 at 9:15 AM, pushkar sawant
wrote:
> Hi Team,
> I have done Solr 4.9.0 setup on ubuntu 12.04 instanace on AWS.
> with Java 7. When i start the