Map Document Processors Manually
-
Add document processors to the list of current processors, and define the output
contexts (or metas) for them.
- Go to Index > Data processing > pipeline name > Document Processors.
- Drag the appropriate processor to the list.
- Configure the processor.
-
Create index fields to store the contexts.
- Go to Index > Data Model > Advanced Schema.
- Click Add Field.
-
Define mappings for the new context generated by the document
processors.
- Go to Index > Data processing > pipeline name > Document Processors.
- Select the Mappings subtab.
- Click Add mapping source and create a mapping with the same name as the output context.
- Click Add mapping target and select either Index field or Category field (for facet).
-
Under Details, configure indexing options for the index
field or category field. The following table describes the most important
ones.
Option
Description
Searchable
Preindexes the data for efficient lookup. This allows users to search for documents based on the available values in this index field.
Retrievable
Displays the content of the field in the hit content of the search results.
Indexing options
For each target field, you can configure the form of words to be indexed. Choose one of these:
- index exact form
- index lowercase form
- index normalized form (this removes accents and specifies the contents to lowercase)
You can also choose to index the position of separators to enable search within a string. Select this option for use with a "split" type prefix handler.