Interface NodeStateIndexer
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
CompositeIndexer,LuceneIndexer
public interface NodeStateIndexer extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StringgetIndexName()Set<String>getRelativeIndexedNodeNames()booleanindex(NodeStateEntry entry)booleanindexesRelativeNodes()default voidonIndexingStarting()booleanshouldInclude(String path)booleanshouldInclude(NodeDocument doc)
-
-
-
Method Detail
-
onIndexingStarting
default void onIndexingStarting()
-
getIndexName
default String getIndexName()
-
shouldInclude
boolean shouldInclude(String path)
-
shouldInclude
boolean shouldInclude(NodeDocument doc)
-
index
boolean index(NodeStateEntry entry) throws IOException, CommitFailedException
- Throws:
IOExceptionCommitFailedException
-
indexesRelativeNodes
boolean indexesRelativeNodes()
-
-