Uses of Interface
org.codelibs.fess.job.IndexExportFormatter
Packages that use IndexExportFormatter
-
Uses of IndexExportFormatter in org.codelibs.fess.job
Classes in org.codelibs.fess.job that implement IndexExportFormatterModifier and TypeClassDescriptionclassFormatter that outputs index documents as HTML files.classFormatter that outputs index documents as JSON files.Methods in org.codelibs.fess.job that return IndexExportFormatterModifier and TypeMethodDescriptionprotected IndexExportFormatterIndexExportJob.createFormatter(String format) Creates a formatter for the given format name.Methods in org.codelibs.fess.job with parameters of type IndexExportFormatterModifier and TypeMethodDescriptionprotected PathIndexExportJob.buildFilePath(String exportPath, String url, IndexExportFormatter formatter) Builds a filesystem path from a document URL.protected voidIndexExportJob.exportDocument(Map<String, Object> source, String exportPath, Set<String> excludeFields, IndexExportFormatter formatter) Exports a single document as a file.