public class ByPrimaryKeyFilter<T extends org.neo4j.graphdb.PropertyContainer>
extends Filter<T>
Filters nodes being closely related to some set of nodes with known IDs. If it's known that all possible result candidates
have relationship to one known node then it is faster to get all of that nodes and evaluate them using even reasonably
slow technique rather than performing Lucene search which might be fast but taking around constant time therefore
making it not the fastest for small result sets.
Author:
Jedrzej Sobanski
Field Summary
Fields inherited from class er.neo4jadaptor.query.Filter