Spring Data Elasticsearch

Uses of Interface
org.springframework.data.elasticsearch.core.query.Field

Packages that use Field
org.springframework.data.elasticsearch.core.query   
 

Uses of Field in org.springframework.data.elasticsearch.core.query
 

Classes in org.springframework.data.elasticsearch.core.query that implement Field
 class SimpleField
          The most trivial implementation of a Field
 

Methods in org.springframework.data.elasticsearch.core.query that return Field
 Field Criteria.getField()
          Field targeted by this Criteria
 

Methods in org.springframework.data.elasticsearch.core.query with parameters of type Field
 Criteria Criteria.and(Field field)
          Chain using AND
 Criteria Criteria.or(Field field)
          Chain using OR
static Criteria Criteria.where(Field field)
          Static factory method to create a new Criteria for provided field
 

Constructors in org.springframework.data.elasticsearch.core.query with parameters of type Field
Criteria(Field field)
          Creates a new Criteria for the given field
Criteria(List<Criteria> criteriaChain, Field field)
           
 


Spring Data Elasticsearch

Copyright © 2013 BioMed Central. All Rights Reserved.