Interface Exporter

All Known Subinterfaces:
ExporterWithContext

public interface Exporter
Exports retrieved information to several targets, such as data bases, files and indexes. Provides a default empty method for exporting with context, so that current implementations of this interface are not broken.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Exports the documents.
    default void
    export(Collection<Document> documents, ExporterQueryContext queryContext)
    Exports the documents, with their related ExporterQueryContext.
     
    void
    Initializes the exporter and tests whether the ServerDataSources the exporter needed for exporting data (if any) is reachable and has been correctly configured.
    default void