-
public final class IndexerMapping.MappingFieldWe do not map a name to another for solr
-
-
Method Summary
Modifier and Type Method Description final StringgetMappedName()final UnitsetMappedName(String mappedName)final StringgetType()final UnitsetType(String type)final BooleangetIndexed()final UnitsetIndexed(Boolean indexed)final BooleangetStored()final UnitsetStored(Boolean stored)final BooleangetRequired()final UnitsetRequired(Boolean required)final BooleangetMultiValued()final UnitsetMultiValued(Boolean multiValued)final StringgetName()final UnitsetName(String name)-
-
Method Detail
-
getMappedName
final String getMappedName()
-
setMappedName
final Unit setMappedName(String mappedName)
-
getIndexed
final Boolean getIndexed()
-
setIndexed
final Unit setIndexed(Boolean indexed)
-
getRequired
final Boolean getRequired()
-
setRequired
final Unit setRequired(Boolean required)
-
getMultiValued
final Boolean getMultiValued()
-
setMultiValued
final Unit setMultiValued(Boolean multiValued)
-
-
-
-