Spring Data Solr

Uses of Class
org.springframework.data.solr.core.query.Crotch

Packages that use Crotch
org.springframework.data.solr.core.query   
 

Uses of Crotch in org.springframework.data.solr.core.query
 

Methods in org.springframework.data.solr.core.query that return Crotch
 Crotch Crotch.and(Node part)
           
 Crotch Criteria.and(Node node)
           
 Crotch Crotch.and(String fieldname)
           
 Crotch Criteria.and(String fieldname)
           
 Crotch Crotch.between(Object lowerBound, Object upperBound)
           
 Crotch Crotch.between(Object lowerBound, Object upperBound, boolean includeLowerBound, boolean includeUpperBound)
           
 Crotch Crotch.boost(float boost)
           
 Crotch Crotch.contains(Iterable<String> values)
           
 Crotch Crotch.contains(String... values)
           
 Crotch Crotch.contains(String value)
           
 Crotch Crotch.endsWith(Iterable<String> values)
           
 Crotch Crotch.endsWith(String... values)
           
 Crotch Crotch.endsWith(String postfix)
           
 Crotch Crotch.expression(String nativeSolrQueryExpression)
           
 Crotch Crotch.function(Function function)
           
 Crotch Crotch.fuzzy(String value)
           
 Crotch Crotch.fuzzy(String values, float levenshteinDistance)
           
 Crotch Crotch.greaterThan(Object lowerBound)
           
 Crotch Crotch.greaterThanEqual(Object lowerBound)
           
 Crotch Crotch.in(Iterable<?> values)
           
 Crotch Crotch.in(Object... values)
           
 Crotch Crotch.is(Iterable<?> values)
           
 Crotch Crotch.is(Object... values)
           
 Crotch Crotch.is(Object o)
           
 Crotch Crotch.isNotNull()
           
 Crotch Crotch.isNull()
           
 Crotch Crotch.lessThan(Object upperBound)
           
 Crotch Crotch.lessThanEqual(Object upperBound)
           
 Crotch Crotch.near(org.springframework.data.geo.Box box)
           
 Crotch Crotch.near(org.springframework.data.geo.Point location, org.springframework.data.geo.Distance distance)
           
 Crotch Crotch.not()
           
 Crotch Crotch.or(Node part)
           
 Crotch Criteria.or(Node node)
           
 Crotch Crotch.or(String fieldname)
           
 Crotch Criteria.or(String fieldname)
           
 Crotch Crotch.sloppy(String phrase, int distance)
           
 Crotch Crotch.startsWith(Iterable<String> values)
           
 Crotch Crotch.startsWith(String... values)
           
 Crotch Crotch.startsWith(String prefix)
           
 Crotch Crotch.within(org.springframework.data.geo.Point location, org.springframework.data.geo.Distance distance)
           
 


Spring Data Solr

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