Class Index

java.lang.Object
com.atlassian.confluence.search.v2.Index
All Implemented Interfaces:
Serializable

public final class Index extends Object implements Serializable
This class represents an index, which replaces the deprecated SearchIndex A developer can only define a new custom index via custom(String) method. A system index can be accessed via the public constant.
Since:
8.7.0
See Also:
  • Field Details

    • CONTENT

      public static final Index CONTENT
    • CHANGE

      public static final Index CHANGE
  • Method Details