public abstract class PhraseQueryAbstractBuilder<T extends PhraseQueryAbstractBuilder<T>> extends Object
Constructor and Description |
---|
PhraseQueryAbstractBuilder() |
Modifier and Type | Method and Description |
---|---|
T |
withField(String field) |
T |
withProximity(Integer proximity) |
T |
withValue(String value) |