org.hibernate.search.engine.metadata.impl
public class DocumentFieldMetadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentFieldMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
Analyzer |
getAnalyzer() |
Float |
getBoost() |
FieldBridge |
getFieldBridge() |
Field.Index |
getIndex() |
String |
getName() |
Integer |
getPrecisionStep() |
Store |
getStore() |
Field.TermVector |
getTermVector() |
String |
indexNullAs() |
boolean |
isId() |
boolean |
isNumeric() |
String |
toString() |
public String getName()
public boolean isId()
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()
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved