Index pipeline stage configuration specifications
https://EXAMPLE_COMPANY.lucidworks.cloud/data/nlp/gazetteer
.
To use the supplied lists or a list of your own data, each must list be uploaded to Managed Fusion
using the Blob Store API
in order to make the list contents available to the Gazetteer Lookup Extraction stage.
For example, to identify color names, you would first compile a list of color terms, one entry per line in a text file with suffix .lst
and then
upload that file using the Managed Fusion REST API endpoint api/blobs/<listfilename>
, as per the following example which
uses the curl
command-line utility, where ‘admin’ is the name of a user with admin privileges, and ‘pass’ is that user’s password:
EXAMPLE_COMPANY
with the name provided by your Lucidworks representative.description_t
:
\t
for the tab character. When entering configuration values in the API, use escaped characters, such as \\t
for the tab character.