cfpb / sheer

A tool for loading arbitrary content into Elasticsearch and serving that content on the web.
Creative Commons Zero v1.0 Universal
29 stars 23 forks source link

Processors should not be required to set _id #48

Closed rosskarchner closed 7 years ago

rosskarchner commented 10 years ago

Right now, if a processor yields a document that does not include _id, the indexer errors out. We should let implementors lean on elasticsearch's ability to set ID's automatically.