@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Query
Modifier and Type | Optional Element and Description |
---|---|
Query.Operator |
defaultOperator
Specifies the default operator
q.op |
String[] |
fields
The fields that should be returned from the store.
|
String[] |
filters
add query to filter results Corresponds to
fq |
String |
name
Named Query Named looked up by repository.
|
String |
value
Solr QueryString to be used when executing query.
|
public abstract String value
public abstract String name
public abstract String[] fields
public abstract String[] filters
fq
public abstract Query.Operator defaultOperator
q.op
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.