Class EdgeSearchIndexAccessor
- java.lang.Object
-
- com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
-
- com.atlassian.confluence.plugins.edgeindex.EdgeSearchIndexAccessor
-
- All Implemented Interfaces:
SearchIndexAccessor
public class EdgeSearchIndexAccessor extends DelegatingSearchIndexAccessor
ASearchIndexAccessor
specific to the edge index.- Since:
- 7.17
-
-
Constructor Summary
Constructors Constructor Description EdgeSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry)
-
Method Summary
-
Methods inherited from class com.atlassian.confluence.search.v2.DelegatingSearchIndexAccessor
execute, getFieldMappings, getSizeInBytes, numDocs, reset, scan, scan, search, snapshot, withBatchUpdate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchIndexAccessor
refreshIndex
-
-
-
-
Field Detail
-
EDGE
public static final String EDGE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EdgeSearchIndexAccessor
public EdgeSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry)
-
-