Uses of Class
com.atlassian.confluence.search.v2.lucene.LuceneUtils.Resolution
-
Packages that use LuceneUtils.Resolution Package Description com.atlassian.confluence.search.v2.lucene This package is kept for compatibility purpose. -
-
Uses of LuceneUtils.Resolution in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene that return LuceneUtils.Resolution Modifier and Type Method Description static LuceneUtils.Resolution
LuceneUtils.Resolution. valueOf(String name)
Returns the enum constant of this type with the specified name.static LuceneUtils.Resolution[]
LuceneUtils.Resolution. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.search.v2.lucene with parameters of type LuceneUtils.Resolution Modifier and Type Method Description static String
LuceneUtils. dateToString(Date date, LuceneUtils.Resolution resolution)
Converts a Date to a string suitable for indexing.
-