Class SinceDateQueryFactory
- java.lang.Object
-
- com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
-
public class SinceDateQueryFactory extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SinceDateQueryFactory
getInstance(String period, String field)
org.apache.lucene.search.Query
toQuery()
-
-
-
Field Detail
-
TODAY
public static final String TODAY
- See Also:
- Constant Field Values
-
YESTERDAY
public static final String YESTERDAY
- See Also:
- Constant Field Values
-
LAST_WEEK
public static final String LAST_WEEK
- See Also:
- Constant Field Values
-
LAST_MONTH
public static final String LAST_MONTH
- See Also:
- Constant Field Values
-
field
protected String field
-
-
Method Detail
-
getInstance
public static SinceDateQueryFactory getInstance(String period, String field)
-
toQuery
public org.apache.lucene.search.Query toQuery()
-
-