public class PropertyDefinition extends Object implements Serializable
| Constructor and Description |
|---|
PropertyDefinition(String propertyName,
Class dataType,
Set<TextIndexHint> textIndexHints) |
PropertyDefinition(String propertyName,
Class dataType,
Set<TextIndexHint> textIndexHints,
Double boost) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBoost() |
Class |
getDataType() |
String |
getPropertyName() |
Set<TextIndexHint> |
getTextIndexHints() |
String |
toString() |
public PropertyDefinition(String propertyName, Class dataType, Set<TextIndexHint> textIndexHints)
public PropertyDefinition(String propertyName, Class dataType, Set<TextIndexHint> textIndexHints, Double boost)
Copyright © 2014–2015. All rights reserved.