StructuredQueryDefinition
interface
as the type for instances of NearQuery.@Deprecated public class StructuredQueryBuilder.NearQuery extends com.marklogic.client.impl.AbstractQueryDefinition
Constructor and Description |
---|
NearQuery(Integer distance,
Double weight,
StructuredQueryBuilder.Ordering order,
StructuredQueryDefinition... queries)
Deprecated.
|
NearQuery(StructuredQueryDefinition... queries)
Deprecated.
Use the near() builder method of StructuredQueryBuilder
and type the object as an instance of the StructuredQueryDefinition interface.
|
Modifier and Type | Method and Description |
---|---|
void |
innerSerialize(XMLStreamWriter serializer)
Deprecated.
|
getCollections, getDirectory, getOptionsName, getResponseTransform, setCollections, setDirectory, setOptionsName, setResponseTransform
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCollections, getDirectory, getOptionsName, getResponseTransform, setCollections, setDirectory, setOptionsName, setResponseTransform
@Deprecated public NearQuery(StructuredQueryDefinition... queries)
queries
- deprecatedpublic NearQuery(Integer distance, Double weight, StructuredQueryBuilder.Ordering order, StructuredQueryDefinition... queries)
public void innerSerialize(XMLStreamWriter serializer) throws Exception
Exception
Copyright © 2013-2016 MarkLogic Corporation.