Neo4j Enterprise

Uses of Class
org.neo4j.kernel.api.index.IndexNotFoundKernelException

Packages that use IndexNotFoundKernelException
org.neo4j.kernel.api.operations   
 

Uses of IndexNotFoundKernelException in org.neo4j.kernel.api.operations
 

Methods in org.neo4j.kernel.api.operations that throw IndexNotFoundKernelException
 Iterator<Long> EntityOperations.exactIndexLookup(long indexId, Object value)
          Returns an iterable with the matched nodes.
 org.neo4j.kernel.impl.api.index.IndexDescriptor SchemaOperations.getIndexDescriptor(long indexId)
          Returns the index descriptor for the given indexId.
 InternalIndexState SchemaOperations.getIndexState(org.neo4j.kernel.impl.nioneo.store.IndexRule indexRule)
          Retrieve the state of an index.
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.