Our platform leverages Elasticsearch technology to enhance search result optimization by analyzing user-uploaded profiles and documents. However, we have identified a data inconsistency issue that is caused by certain information being extracted from the uploaded documents during processing. Is there a solution to exclude specific segments of these documents from being scanned by Elasticsearch?
Welcome to our community! ![]()
There's a few ways to do this;
- With your ingestion process, if you have access to it
- You can set mapping templates to tell Elasticsearch to accept the fields but not make them searchable
Thank you Mark, appreciate the help.
Looking into it now