Sorry, I may have misunderstood: Are you talking about adding additional fields at indexing time? (Here I would add the fields first *then* send to solr.)
Are you talking about updating a field withing an existing document in a solr index? (In that case I would direct you here [1].) Am I still misunderstanding? [1] https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents On Wed, Jan 28, 2015 at 12:30 PM, Mark <[email protected]> wrote: > "Create the SID from the existing doc" implies that a document already > exists that you wish to add fields to. > > However 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 at 17:11, Andrew Pawloski <[email protected]> wrote: > > > 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 <[email protected]> wrote: > > > > > Is it possible to use curl to upload a document (for extract & > indexing) > > > and specify some fields on the fly? > > > > > > sort of: > > > 1) index this document > > > 2) by the way here are some important facets whilst your at it > > > > > > Regards > > > > > > Mark > > > > > >
