public class DocumentFieldMetadata extends Object
Document
.Modifier and Type | Class and Description |
---|---|
static class |
DocumentFieldMetadata.Builder |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.Analyzer |
getAnalyzer() |
Float |
getBoost() |
Set<FacetMetadata> |
getFacetMetadata() |
FieldBridge |
getFieldBridge() |
String |
getFieldName() |
org.apache.lucene.document.Field.Index |
getIndex() |
String |
getName() |
NumericFieldSettingsDescriptor.NumericEncodingType |
getNumericEncodingType() |
Integer |
getPrecisionStep() |
Store |
getStore() |
org.apache.lucene.document.Field.TermVector |
getTermVector() |
boolean |
hasFacets() |
String |
indexNullAs() |
boolean |
isId() |
boolean |
isIdInEmbedded() |
boolean |
isNumeric() |
boolean |
isSpatial() |
String |
toString() |
public String getName()
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 org.apache.lucene.analysis.Analyzer getAnalyzer()
public String indexNullAs()
public boolean isNumeric()
public boolean isSpatial()
public Integer getPrecisionStep()
public NumericFieldSettingsDescriptor.NumericEncodingType getNumericEncodingType()
public boolean hasFacets()
public String getFieldName()
public Set<FacetMetadata> getFacetMetadata()
Copyright © 2006–2016 Hibernate. All rights reserved.