public class CommonDocumentTextualConverterFactory
extends java.lang.Object
Constructor and Description |
---|
CommonDocumentTextualConverterFactory() |
Modifier and Type | Method and Description |
---|---|
static DocumentSingleFieldConverter |
createBodyConverter()
Creates a document text converter that extracts the body field.
|
static DocumentFieldConcatenator |
createTitleAuthorBodyConverter()
Creates a document text converter that puts the title, author, and body
fields together.
|
static DocumentFieldConcatenator |
createTitleBodyConverter()
Creates a document text converter that puts the title and body fields
together.
|
public CommonDocumentTextualConverterFactory()
public static DocumentSingleFieldConverter createBodyConverter()
public static DocumentFieldConcatenator createTitleBodyConverter()
public static DocumentFieldConcatenator createTitleAuthorBodyConverter()