Package com.adobe.cq.dam.index.helper
Class IndexHelper
- java.lang.Object
-
- com.adobe.cq.dam.index.helper.IndexHelper
-
@Deprecated public class IndexHelper extends java.lang.ObjectDeprecated.
-
-
Constructor Summary
Constructors Constructor Description IndexHelper()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleandeprioritiseIndex(Resource resource)Deprecated.deprioritise index at given resourcestatic booleandisableIndex(Resource resource)Deprecated.disables index at given resourcestatic longgetReIndexCount(Resource resource)Deprecated.static booleanreIndex(Resource resource)Deprecated.Initiates re-indexing
-
-
-
Method Detail
-
deprioritiseIndex
public static boolean deprioritiseIndex(Resource resource)
Deprecated.deprioritise index at given resource- Parameters:
resource- index definition resource- Returns:
- true, if deprioritised successfully
-
disableIndex
public static boolean disableIndex(Resource resource)
Deprecated.disables index at given resource- Parameters:
resource- index definition resource- Returns:
- true, if disabled successfully
-
reIndex
public static boolean reIndex(Resource resource)
Deprecated.Initiates re-indexing- Parameters:
resource- index definition resource- Returns:
- true, if re-indexing is initiated successfully
-
getReIndexCount
public static long getReIndexCount(Resource resource)
Deprecated.
-
-