public class FieldsContext extends Object implements Iterable<FieldContext>
Constructor and Description |
---|
FieldsContext(String[] fieldNames,
QueryBuildingContext queryContext) |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final String[] NO_FIELD
public FieldsContext(String[] fieldNames, QueryBuildingContext queryContext)
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-2017 Red Hat, Inc. All Rights Reserved