Class IndexHelper


  • @Deprecated
    public class IndexHelper
    extends java.lang.Object
    Deprecated.
    • Constructor Detail

      • IndexHelper

        public IndexHelper()
        Deprecated.
    • 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.