public class DocumentFieldMetadata extends Object
Document.| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentFieldMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsoluteName() |
AnalyzerReference |
getAnalyzerReference() |
Float |
getBoost() |
Map<String,BridgeDefinedField> |
getBridgeDefinedFields() |
Set<FacetMetadata> |
getFacetMetadata() |
FieldBridge |
getFieldBridge() |
org.apache.lucene.document.Field.Index |
getIndex() |
NullMarkerCodec |
getNullMarkerCodec() |
NumericFieldSettingsDescriptor.NumericEncodingType |
getNumericEncodingType() |
DocumentFieldPath |
getPath() |
Integer |
getPrecisionStep() |
PropertyMetadata |
getSourceProperty() |
TypeMetadata |
getSourceType() |
Store |
getStore() |
org.apache.lucene.document.Field.TermVector |
getTermVector() |
boolean |
hasFacets() |
boolean |
isId() |
boolean |
isIdInEmbedded() |
boolean |
isNumeric() |
boolean |
isSpatial() |
String |
toString() |
public TypeMetadata getSourceType()
property on this type.public PropertyMetadata getSourceProperty()
null for class bridges.public String getAbsoluteName()
#getPath().getAbsoluteName().public DocumentFieldPath getPath()
public boolean isId()
public boolean isIdInEmbedded()
public Store getStore()
public org.apache.lucene.document.Field.Index getIndex()
public org.apache.lucene.document.Field.TermVector getTermVector()
public FieldBridge getFieldBridge()
public Float getBoost()
public AnalyzerReference getAnalyzerReference()
public NullMarkerCodec getNullMarkerCodec()
public boolean isNumeric()
public boolean isSpatial()
public Integer getPrecisionStep()
public NumericFieldSettingsDescriptor.NumericEncodingType getNumericEncodingType()
public boolean hasFacets()
public Set<FacetMetadata> getFacetMetadata()
public Map<String,BridgeDefinedField> getBridgeDefinedFields()
Copyright © 2006–2017 Hibernate. All rights reserved.