Class AddExtraFieldsToDocument


  • public class AddExtraFieldsToDocument
    extends Processor
    This processor creates a SDDocumentType for each Search object which holds all the data that search associates with a document described in a search definition file. This includes all extra fields, summary fields and implicit fields. All non-indexed and non-summary fields are discarded.
    • Method Detail

      • process

        public void process​(boolean validate,
                            boolean documentsOnly)
        Description copied from class: Processor
        Processes the input search definition by modifying the input search and its documents, and returns the input search definition.
        Specified by:
        process in class Processor
        Parameters:
        validate - true to throw exceptions on validation errors, false to make the best possible effort at completing processing without throwing an exception. If we are not validating, emitting warnings have no effect and can (but must not) be skipped.
        documentsOnly - true to skip processing (including validation, regardless of the validate setting) of aspects not relating to document definitions (e.g rank profiles)