public class DocumentFieldMetadata extends Object
Document.| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentFieldMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
getAnalyzer() |
Float |
getBoost() |
Set<FacetMetadata> |
getFacetMetadata() |
FieldBridge |
getFieldBridge() |
String |
getFieldName() |
Field.Index |
getIndex() |
String |
getName() |
NumericFieldSettingsDescriptor.NumericEncodingType |
getNumericEncodingType() |
Integer |
getPrecisionStep() |
Store |
getStore() |
Field.TermVector |
getTermVector() |
boolean |
hasFacets() |
String |
indexNullAs() |
boolean |
isId() |
boolean |
isIdInEmbedded() |
boolean |
isNumeric() |
String |
toString() |
public String getName()
public boolean isId()
public boolean isIdInEmbedded()
public Store getStore()
public Field.Index getIndex()
public Field.TermVector getTermVector()
public FieldBridge getFieldBridge()
public Float getBoost()
public Analyzer getAnalyzer()
public String indexNullAs()
public boolean isNumeric()
public Integer getPrecisionStep()
public NumericFieldSettingsDescriptor.NumericEncodingType getNumericEncodingType()
public boolean hasFacets()
public String getFieldName()
public Set<FacetMetadata> getFacetMetadata()
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved