public class ContainedInMapping extends Object
Constructor and Description |
---|
ContainedInMapping(SearchMapping mapping,
PropertyDescriptor property,
EntityDescriptor entity) |
Modifier and Type | Method and Description |
---|---|
AnalyzerDefMapping |
analyzerDef(String name,
Class<? extends TokenizerFactory> tokenizerFactory) |
PropertyMapping |
bridge(Class<? extends FieldBridge> fieldBridge) |
EntityMapping |
entity(Class<?> entityType) |
FieldMapping |
field() |
NumericFieldMapping |
numericField() |
PropertyMapping |
property(String name,
ElementType type) |
public ContainedInMapping(SearchMapping mapping, PropertyDescriptor property, EntityDescriptor entity)
public FieldMapping field()
public NumericFieldMapping numericField()
public PropertyMapping property(String name, ElementType type)
public AnalyzerDefMapping analyzerDef(String name, Class<? extends TokenizerFactory> tokenizerFactory)
public EntityMapping entity(Class<?> entityType)
public PropertyMapping bridge(Class<? extends FieldBridge> fieldBridge)
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved