Package org.ametys.cms.search.query
Class LongQuery
java.lang.Object
org.ametys.cms.search.query.AbstractFieldQuery
org.ametys.cms.search.query.LongQuery
- All Implemented Interfaces:
Query
Represents a
Query
testing a long field.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ametys.cms.search.query.Query
Query.LogicalOperator, Query.Operator
-
Field Summary
Modifier and TypeFieldDescriptionprotected Query.Operator
The operator.protected Long
The value to test.Fields inherited from class org.ametys.cms.search.query.AbstractFieldQuery
_fieldPath
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ametys.cms.search.query.AbstractFieldQuery
getFieldPath
-
Field Details
-
_operator
The operator. -
_value
The value to test.
-
-
Constructor Details
-
LongQuery
Build a LongQuery testing the existence of the field.- Parameters:
fieldPath
- the field path
-
LongQuery
Build a LongQuery.- Parameters:
fieldPath
- the field's pathvalue
- the value.
-
LongQuery
Build a LongQuery.- Parameters:
fieldPath
- the field's pathop
- the operator.value
- the value.
-
-
Method Details
-
getOperator
Get the operator.- Returns:
- the operator.
-
getValue
Get the value.- Returns:
- the value.
-
build
Description copied from interface:Query
Build the solr query string representing the Query object.- Returns:
- the solr query string representing the Query object.
- Throws:
QuerySyntaxException
- if the query can't be built because of a syntax error.
-
hashCode
- Overrides:
hashCode
in classAbstractFieldQuery
-
equals
- Overrides:
equals
in classAbstractFieldQuery
-