Class SinceDateQueryFactory
- java.lang.Object
- 
- com.atlassian.confluence.impl.search.v2.lucene.SinceDateQueryFactory
 
- 
 public class SinceDateQueryFactory extends Object 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SinceDateQueryFactorygetInstance(String period, String field)org.apache.lucene.search.QuerytoQuery()
 
- 
- 
- 
Field Detail- 
TODAYpublic static final String TODAY - See Also:
- Constant Field Values
 
 - 
YESTERDAYpublic static final String YESTERDAY - See Also:
- Constant Field Values
 
 - 
LAST_WEEKpublic static final String LAST_WEEK - See Also:
- Constant Field Values
 
 - 
LAST_MONTHpublic static final String LAST_MONTH - See Also:
- Constant Field Values
 
 - 
fieldprotected String field 
 
- 
 - 
Method Detail- 
getInstancepublic static SinceDateQueryFactory getInstance(String period, String field) 
 - 
toQuerypublic org.apache.lucene.search.Query toQuery() 
 
- 
 
-