Spring Data Solr

Uses of Class
org.springframework.data.solr.core.query.Criteria.Predicate

Packages that use Criteria.Predicate
org.springframework.data.solr.core Provides the classes necessary for Solr support. 
org.springframework.data.solr.core.query   
 

Uses of Criteria.Predicate in org.springframework.data.solr.core
 

Methods in org.springframework.data.solr.core with parameters of type Criteria.Predicate
 boolean QueryParserBase.PredicateProcessor.canProcess(Criteria.Predicate predicate)
           
 Object QueryParserBase.PredicateProcessor.process(Criteria.Predicate predicate, Field field)
          Create query string representation of given Criteria.Predicate
 

Uses of Criteria.Predicate in org.springframework.data.solr.core.query
 

Methods in org.springframework.data.solr.core.query that return types with arguments of type Criteria.Predicate
 Set<Criteria.Predicate> Criteria.getPredicates()
           
 


Spring Data Solr

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.