Rule
A single synonym rule, configured as either equivalent terms or a one-way mapping.
Example
{ "equivalent": [ "car", "automobile" ]}Properties
equivalentstring[]Interchangeable terms where each term matches every other term. Multi-word terms match words in sequence.
mappingMappingA one-way mapping rule: values containing a term in
from also match searches for any term in to, but not the reverse.Example
{ "from": [ "ny" ], "to": [ "new york" ]}2 properties
fromstring[]requiredSource terms matched by the mapping rule.
tostring[]requiredTarget terms that the source terms map to.
Endpoints
Endpoints where the request or responses uses this type.
- PUTCreate or replace an index definition
/v1alpha1/admin/indexes/{name} - GETGet an index
/v1alpha1/admin/indexes/{name} - POSTCommit pending changes
/v1alpha1/admin/indexes/{name}/actions/commit - POSTPromote a generation
/v1alpha1/admin/indexes/{name}/actions/promote - POSTPull the latest state
/v1alpha1/admin/indexes/{name}/actions/pull - PUTReplace search settings
/v1alpha1/admin/indexes/{name}/settings - PATCHChange some of the search settings
/v1alpha1/admin/indexes/{name}/settings - GETGet search settings
/v1alpha1/admin/indexes/{name}/settings
Other types
Types that reference this one.
Exofind is built by Level Four AB and is available under the Apache License 2.0.