public class NodeIndexerFactory
extends java.lang.Object
Constructor and Description |
---|
NodeIndexerFactory() |
Modifier and Type | Method and Description |
---|---|
static NodeIndexer |
getNodeIndexer()
Returns the singleton node indexer instance that gets created upon
first invocation of this method.
|
static void |
setNodeIndexer(NodeIndexer nodeIndexer)
Sets a custom singleton node indexer instance that will be returned
by
getNodeIndexer() rather than creating an instance upon
first invocation. |
public static void setNodeIndexer(NodeIndexer nodeIndexer)
getNodeIndexer()
rather than creating an instance upon
first invocation.public static NodeIndexer getNodeIndexer()