public static class DocumentFieldMetadata.Builder extends Object
Constructor and Description |
---|
Builder(String fieldName,
Store store,
org.apache.lucene.document.Field.Index index,
org.apache.lucene.document.Field.TermVector termVector) |
Modifier and Type | Method and Description |
---|---|
DocumentFieldMetadata.Builder |
analyzer(org.apache.lucene.analysis.Analyzer analyzer) |
DocumentFieldMetadata.Builder |
boost(Float boost) |
DocumentFieldMetadata |
build() |
DocumentFieldMetadata.Builder |
fieldBridge(FieldBridge fieldBridge) |
DocumentFieldMetadata.Builder |
id() |
DocumentFieldMetadata.Builder |
indexNullAs(String nullToken) |
DocumentFieldMetadata.Builder |
numeric() |
DocumentFieldMetadata.Builder |
precisionStep(int precisionStep) |
public DocumentFieldMetadata.Builder fieldBridge(FieldBridge fieldBridge)
public DocumentFieldMetadata.Builder boost(Float boost)
public DocumentFieldMetadata.Builder analyzer(org.apache.lucene.analysis.Analyzer analyzer)
public DocumentFieldMetadata.Builder id()
public DocumentFieldMetadata.Builder indexNullAs(String nullToken)
public DocumentFieldMetadata.Builder numeric()
public DocumentFieldMetadata.Builder precisionStep(int precisionStep)
public DocumentFieldMetadata build()
Copyright © 2006–2014 Hibernate. All rights reserved.