Class HtmlFulltextExtractorTypeAdapter
java.lang.Object
ch.tocco.nice2.enterprisesearch.impl.indexing.typeadapter.StringFulltextExtractorTypeAdapter
ch.tocco.nice2.enterprisesearch.impl.indexing.typeadapter.HtmlFulltextExtractorTypeAdapter
- All Implemented Interfaces:
FulltextExtractorTypeAdapter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable Object
extractContent
(TypedValue<?> value) This is the mapping between typed values and index value types.Methods inherited from class ch.tocco.nice2.enterprisesearch.impl.indexing.typeadapter.StringFulltextExtractorTypeAdapter
getSuffix, makeFieldName, setMaxLengthOfFileComparedToMaxMemory
-
Constructor Details
-
HtmlFulltextExtractorTypeAdapter
public HtmlFulltextExtractorTypeAdapter(org.slf4j.Logger log)
-
-
Method Details
-
extractContent
Description copied from interface:FulltextExtractorTypeAdapter
This is the mapping between typed values and index value types. You can prepare values in order that they can be handled better by the index.- Specified by:
extractContent
in interfaceFulltextExtractorTypeAdapter
- Overrides:
extractContent
in classStringFulltextExtractorTypeAdapter
- Parameters:
value
- a typed value, whose real value might be null or empty- Returns:
- a value of a type which can be handled by the index
-