public class FieldsContext extends Object implements Iterable<FieldContext>
| Constructor and Description |
|---|
FieldsContext(String[] fieldNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String fieldName) |
void |
addAll(String... fieldNames) |
void |
boostedTo(float boost) |
FieldContext |
getFirst() |
void |
ignoreAnalyzer() |
void |
ignoreFieldBridge() |
Iterator<FieldContext> |
iterator() |
int |
size() |
void |
withFieldBridge(FieldBridge fieldBridge) |
public static final String[] NO_FIELD
public FieldsContext(String[] fieldNames)
public void add(String fieldName)
public void addAll(String... fieldNames)
public void boostedTo(float boost)
public void ignoreAnalyzer()
public void ignoreFieldBridge()
public void withFieldBridge(FieldBridge fieldBridge)
public FieldContext getFirst()
public int size()
public Iterator<FieldContext> iterator()
iterator in interface Iterable<FieldContext>Copyright © 2006–2014 Hibernate. All rights reserved.