Package | Description |
---|---|
com.marklogic.client.pojo |
The goal of this package (sometimes referred to as "the pojo facade" is to simplify working
with custom Plain Old Java Objects (pojos) without hassling with persistence details.
|
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 and Description |
---|---|
StructuredQueryDefinition |
PojoQueryBuilder.near(int distance,
double weight,
StructuredQueryBuilder.Ordering order,
StructuredQueryDefinition... queries)
|
Modifier and Type | Method and Description |
---|---|
static StructuredQueryBuilder.Ordering |
StructuredQueryBuilder.Ordering.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StructuredQueryBuilder.Ordering[] |
StructuredQueryBuilder.Ordering.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.NearQuery |
StructuredQueryBuilder.near(int distance,
double weight,
StructuredQueryBuilder.Ordering order,
StructuredQueryDefinition... queries)
Defines a NEAR query over the list of query definitions
with specified parameters.
|
Constructor and Description |
---|
NearQuery(Integer distance,
Double weight,
StructuredQueryBuilder.Ordering order,
StructuredQueryDefinition... queries)
Deprecated.
|
Copyright © 2013-2016 MarkLogic Corporation.