Class GoogleCloudSearchCommitterConfig.StructuredDataMapping
java.lang.Object
com.norconex.committer.googlecloudsearch.GoogleCloudSearchCommitterConfig.StructuredDataMapping
- All Implemented Interfaces:
Serializable
- Enclosing class:
GoogleCloudSearchCommitterConfig
public static class GoogleCloudSearchCommitterConfig.StructuredDataMapping
extends Object
implements Serializable
Declares the Google Cloud Search structured data value type to use
for a given metadata field sent as structured data. See
GoogleCloudSearchCommitterConfig.structuredDataMappings.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StructuredDataMapping
public StructuredDataMapping()
-
-
Method Details
-
getField
Metadata/structured-data field name this mapping applies to. -
getType
Value type to use for this field. Default isTEXT. -
setField
Metadata/structured-data field name this mapping applies to.- Returns:
this.
-
setType
public GoogleCloudSearchCommitterConfig.StructuredDataMapping setType(GoogleCloudSearchCommitterConfig.StructuredDataType type) Value type to use for this field. Default isTEXT.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-