| Interface | Description |
|---|---|
| DocumentBuilder<T> |
Transforms an XML document to te appropriate format for the search engine.
|
| DocumentPostProcessor<T> |
Used to modify or enhance a document after it's built from XML.
|
| ElementParser<T> |
Implementations parse the specified element to generate fields for the document.
|
| ElementParserService<T> |
Implementations normally use several
ElementParsers to parse the elements and it's sub-elements to generate
new fields on a document for indexing. |
| FieldValueConverter |
Converts an incoming string field value to the actual value that will be indexed.
|
Copyright © 2021 CrafterCMS. All rights reserved.