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 | Class and Description |
---|---|
protected class |
StructuredQueryBuilder.AttributeImpl |
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.Attribute |
StructuredQueryBuilder.attribute(javax.xml.namespace.QName qname)
Identifies a namespaced attribute to match with
a query.
|
StructuredQueryBuilder.Attribute |
StructuredQueryBuilder.attribute(java.lang.String name)
Identifies a simple attribute to match with a
query.
|
Modifier and Type | Method and Description |
---|---|
StructuredQueryBuilder.ElementAttribute |
StructuredQueryBuilder.elementAttribute(StructuredQueryBuilder.Element element,
StructuredQueryBuilder.Attribute attribute)
Identifies an element having an attribute to
match with a query.
|
StructuredQueryBuilder.GeospatialIndex |
StructuredQueryBuilder.geoAttributePair(StructuredQueryBuilder.Element parent,
StructuredQueryBuilder.Attribute lat,
StructuredQueryBuilder.Attribute lon)
Identifies a parent element with child latitude
and longitude attributes to match with a geospatial query.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.