|
Spring Data Solr | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query.Operator | |
|---|---|
| org.springframework.data.solr.core | Provides the classes necessary for Solr support. |
| org.springframework.data.solr.core.query | |
| org.springframework.data.solr.repository.query | |
| Uses of Query.Operator in org.springframework.data.solr.core |
|---|
| Methods in org.springframework.data.solr.core with parameters of type Query.Operator | |
|---|---|
protected void |
QueryParserBase.appendDefaultOperator(org.apache.solr.client.solrj.SolrQuery solrQuery,
Query.Operator defaultOperator)
Set q.op parameter for SolrQuery |
| Uses of Query.Operator in org.springframework.data.solr.core.query |
|---|
| Methods in org.springframework.data.solr.core.query that return Query.Operator | |
|---|---|
Query.Operator |
SimpleQuery.getDefaultOperator()
|
Query.Operator |
Query.getDefaultOperator()
Get the specified default operator for query expressions, overriding the default operator specified in the schema.xml file. |
static Query.Operator |
Query.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Query.Operator[] |
Query.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.springframework.data.solr.core.query with parameters of type Query.Operator | |
|---|---|
void |
SimpleQuery.setDefaultOperator(Query.Operator operator)
|
void |
Query.setDefaultOperator(Query.Operator operator)
Set the default operator q.op for query expressions |
| Uses of Query.Operator in org.springframework.data.solr.repository.query |
|---|
| Methods in org.springframework.data.solr.repository.query that return Query.Operator | |
|---|---|
Query.Operator |
SolrQueryMethod.getDefaultOperator()
|
|
Spring Data Solr | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||