Class DefaultDocument
java.lang.Object
de.hybris.platform.solrfacetsearch.search.impl.DefaultDocument
- All Implemented Interfaces:
Document,Serializable
Default implementation of
Document.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the field names defined in this document.Returns the fields defined in this document.getFieldValue(String fieldName) Returns the value or collection of values for a given field.getTags()Returns the tags defined in this document.
-
Constructor Details
-
DefaultDocument
public DefaultDocument()Creates an empty document.
-
-
Method Details
-
getFieldNames
Description copied from interface:DocumentReturns the field names defined in this document.- Specified by:
getFieldNamesin interfaceDocument- Returns:
- the field names defined in this document
-
getFieldValue
Description copied from interface:DocumentReturns the value or collection of values for a given field.- Specified by:
getFieldValuein interfaceDocument- Returns:
- the value or collection of values for a given field
-
getFields
Description copied from interface:DocumentReturns the fields defined in this document. -
getTags
Description copied from interface:DocumentReturns the tags defined in this document.
-