Package | Description |
---|---|
com.marklogic.client.admin.config |
The package provides classes and interfaces that implement MarkLogic Search API configuration using
Java Objects.
|
com.marklogic.client.admin.config.support |
Interfaces and classes used by
QueryOptionsBuilder ,
QueryOptions ,
and QueryOptionsHandle
to comprise builder expressions and mark function arguments. |
com.marklogic.client.io |
The package provides the handle classes with different representations for document content
when you read documents from the database or write documents to the database.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.FragmentScope |
QueryOptions.BaseConstraintItem.getFragmentScope()
Gets the FragmenScope of this constraint source.
|
QueryOptions.FragmentScope |
QueryOptions.WordLexicon.getFragmentScope() |
static QueryOptions.FragmentScope |
QueryOptions.FragmentScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.FragmentScope[] |
QueryOptions.FragmentScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryRange |
QueryOptionsBuilder.range(RangeSpec indexSpec,
QueryOptions.Facets faceted,
QueryOptions.FragmentScope scope,
List<Buckets> buckets,
String... facetOptions)
Deprecated.
Builds a range index specification for use in a constraint, values, tuples or term configuration.
|
void |
QueryOptions.setFragmentScope(QueryOptions.FragmentScope fragmentScope)
Deprecated.
|
void |
QueryOptions.BaseConstraintItem.setFragmentScope(QueryOptions.FragmentScope fragmentScope)
Sets a fragment scope for this constraint source.
|
void |
QueryOptions.WordLexicon.setFragmentScope(QueryOptions.FragmentScope fragmentScope) |
ConstraintSource |
QueryOptionsBuilder.value(TermSpec indexSpec,
Double weight,
QueryOptions.FragmentScope scope,
String... termOptions)
Deprecated.
Builds a value index specification for use in a constraint, values, tuples or term configuration.
|
QueryOptions.QueryWord |
QueryOptionsBuilder.word(TermSpec indexSpec,
Double weight,
QueryOptions.FragmentScope scope,
String... options)
Deprecated.
Builds a word index specification for use in a constraint or term configuration.
|
Modifier and Type | Method and Description |
---|---|
QueryOptions.FragmentScope |
QueryOptionsConfiguration.getFragmentScope() |
Modifier and Type | Method and Description |
---|---|
QueryOptionsConfiguration |
QueryOptionsConfiguration.fragmentScope(QueryOptions.FragmentScope scope) |
void |
QueryOptionsConfiguration.setFragmentScope(QueryOptions.FragmentScope fragmentScope) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.FragmentScope |
QueryOptionsHandle.getFragmentScope()
Deprecated.
Returns the fragment scope setting from the query options.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptionsHandle.setFragmentScope(QueryOptions.FragmentScope fragmentScope)
Deprecated.
Sets the fragment scope in the query options.
|
Copyright © 2013-2016 MarkLogic Corporation.