public class EntryPositionQuery extends Object implements Query
Query
testing the position of a repeater entry.Query.LogicalOperator, Query.Operator
Modifier and Type | Field and Description |
---|---|
protected Query.Operator |
_operator
The operator.
|
protected long |
_value
The value to test.
|
Constructor and Description |
---|
EntryPositionQuery(long value)
Build a LongQuery.
|
EntryPositionQuery(Query.Operator op,
long value)
Build a LongQuery.
|
Modifier and Type | Method and Description |
---|---|
String |
build()
Build the solr query string representing the Query object.
|
boolean |
equals(Object obj) |
int |
hashCode() |
protected Query.Operator _operator
protected long _value
public EntryPositionQuery(long value)
value
- the value.public EntryPositionQuery(Query.Operator op, long value)
op
- the operator.value
- the value.public String build() throws QuerySyntaxException
Query
build
in interface Query
QuerySyntaxException
- if the query can't be built because of a syntax error.