Example Stage Specification
Remove entities in theauthor_s field that are less than 3 characters:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
Index pipeline stage configuration specifications
author_s field that are less than 3 characters:
{
"type" : "filter-short-fields",
"id" : "short-stage",
"filters" : [ {
"sourceField" : "author_s",
"length" : 3
} ],
"skip" : false
}
\t for the tab character. When entering configuration values in the API, use escaped characters, such as \\t for the tab character.Was this page helpful?