Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptions.QueryRange
Deprecated.
Models a range constraint source.
|
static class |
QueryOptions.QueryValue
Deprecated.
Models a value constraint
|
static class |
QueryOptions.QueryWord
Deprecated.
Models a word constraint
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.QueryTerm.setSource(TermSource termSource)
Sets the source of data that backs default (unprefixed) search terms.
|
void |
QueryOptions.DefaultTermSource.setSource(TermSource constraintDefinition) |
QueryOptions.QueryTerm |
QueryOptionsBuilder.term(QueryOptions.QueryTerm.TermApply empty,
TermSource defaultSource,
String... termOptions)
Deprecated.
Builds a term configuration with an source for default searching.
|
Copyright © 2013-2016 MarkLogic Corporation.