Java org.springframework.data.solr.core.query Criteria fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.solr.core.query Criteria fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.solr.core.query Criteria.

The text is from its open source code.

Field

StringWILDCARD

Constructor

Criteria(Function function)
Criteria(String fieldname)
Creates a new Criteria for the Filed with provided name
Criteria(Field field)
Creates a new Criteria for the given field
Criteria()

Method

Crotchand(Node node)
Crotchand(String fieldname)
Criteriaconnect()
Explicitly connect Criteria with another one allows to create explicit bracketing.
floatgetBoost()
Boost criteria value
FieldgetField()
Target field
SetgetPredicates()
booleanisNegating()
Crotchor(Node node)
Crotchor(String fieldname)
voidsetPartIsOr(boolean isOr)
Define or nature of Node
Criteriawhere(String fieldname)
Static factory method to create a new Criteria for field with given name
Criteriawhere(Function function)
Static factory method to create a new Criteria for function
Criteriawhere(Field field)
Static factory method to create a new Criteria for provided field