Spatially Classify Documents
Using a HQ Pipeline step, you can specially classify documents using an internal or external gazetteer.
In the HQ pipeline, add a step and search for “Spatially Classify Documents”. Add the step and configure the Gazetteer URL as needed.
Choose whether to use “Intersects” or “Contains” based on your use case.
This step should go in the “Pre-Index” phase of the pipeline.
After indexing and depending on the information found in the source document, values will be written to the record in the index.
Example Values:
"continent":["Europe"],
"country":["France"],
or"continent":["North America"],
"country":["United States"],
"state":["California"],