Package | Description |
---|---|
com.marklogic.client.query |
The package provides classes for queries including searching documents
and reading values directly from indexes in the database for the REST server.
|
Modifier and Type | Method | Description |
---|---|---|
static StructuredQueryBuilder.FragmentScope |
StructuredQueryBuilder.FragmentScope.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static StructuredQueryBuilder.FragmentScope[] |
StructuredQueryBuilder.FragmentScope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialIndex index,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
StructuredQueryBuilder.Region... regions) |
Matches an element, element pair, element attribute, pair, or path
specifying a geospatial point that appears within one of the criteria regions.
|
StructuredQueryDefinition |
StructuredQueryBuilder.geospatial(StructuredQueryBuilder.GeospatialRegionIndex index,
StructuredQueryBuilder.GeospatialOperator operator,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
StructuredQueryBuilder.Region... regions) |
Matches a path specifying a geospatial region, which is indexed via
geospatial region index, that has the relationship given by the operator
with at least one of the criteria regions.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String collation,
StructuredQueryBuilder.FragmentScope scope,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.range(StructuredQueryBuilder.RangeIndex index,
java.lang.String type,
java.lang.String collation,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
StructuredQueryBuilder.Operator operator,
java.lang.Object... values) |
Matches an element, attribute, JSON property, field, or path
whose value that has the correct datatyped comparison with
one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.value(StructuredQueryBuilder.TextIndex index,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
double weight,
java.lang.Boolean value) |
Matches a JSON property that has a value with the same boolean
value as at least one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.value(StructuredQueryBuilder.TextIndex index,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
double weight,
java.lang.Number... values) |
Matches a JSON property that has a value with the same numeric
value as at least one of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.value(StructuredQueryBuilder.TextIndex index,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
double weight,
java.lang.String... values) |
Matches an element, attribute, JSON property, or field
that has a value with the same string value as at least one
of the criteria values.
|
StructuredQueryDefinition |
StructuredQueryBuilder.word(StructuredQueryBuilder.TextIndex index,
StructuredQueryBuilder.FragmentScope scope,
java.lang.String[] options,
double weight,
java.lang.String... words) |
Matches an element, attribute, JSON property, or field
that has at least one of the criteria words.
|
Copyright © 2013-2019 MarkLogic Corporation.