We are trying to map the Ingest Mapper plugin within ES to our MongoDB in order to be able to index binary data contained within the fs.chunks collection created automatically by GridFS.
The document is automatically saved by the GridFS API method and is saved to fs.files and fs.chunks automatically.
We need to know the new mapping using the ingest mapper, how this is set in order to index documents in the TestDB (the name we are using) Database and the document binary data in the fs.chunks collection created by GridFS.
We need to know the new mapping using the ingest mapper
Well. Up to you. There is no "mapping" with ingest. Ingest is "just" responsible to transform an existing JSON to another JSON. What you do then with extracted content is up to you.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.