Neo4j Community

Uses of Class
org.neo4j.index.lucene.ValueContext

Packages that use ValueContext
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
 

Uses of ValueContext in org.neo4j.index.lucene
 

Methods in org.neo4j.index.lucene that return ValueContext
 ValueContext ValueContext.indexNumeric()
          Returns a ValueContext to be used with Index.add(PropertyContainer, String, Object)
static ValueContext ValueContext.numeric(Number value)
          Convience method to add a numeric value to an index.
 


Neo4j Community

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