public class LastModifiedQuery extends Object implements Query
Query testing the last modification date of a content.Query.LogicalOperator, Query.Operator| Modifier and Type | Field and Description | 
|---|---|
protected Query.Operator | 
_operator
The operator. 
 | 
protected Date | 
_value
The value to test. 
 | 
| Constructor and Description | 
|---|
LastModifiedQuery(Date value)
Build a LastModifiedQuery. 
 | 
LastModifiedQuery(Query.Operator op,
                 Date value)
Build a LastModifiedQuery. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
build()
Build the solr query string representing the Query object. 
 | 
Query.Operator | 
getOperator()
Get the operator. 
 | 
Date | 
getValue()
Get the value. 
 | 
protected Query.Operator _operator
public LastModifiedQuery(Date value)
value - the value.public LastModifiedQuery(Query.Operator op, Date value)
op - the operator.value - the value.public Query.Operator getOperator()
public String build() throws QuerySyntaxException
Querybuild in interface QueryQuerySyntaxException - if the query can't be built because of a syntax error.