Re: extract and add fields on the fly

2015-01-28 Thread Andrew Pawloski
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

Re: extract and add fields on the fly

2015-01-28 Thread Andrew Pawloski
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

Re: Solr on AWS ubuntu12.04 instance

2014-07-29 Thread Andrew Pawloski
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