|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Query
| Optional Element Summary | |
|---|---|
Query.Operator |
defaultOperator
Specifies the default operator q.op |
String |
defType
Specify the default type of the query. |
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 |
requestHandler
Specifies the request handler qt |
int |
timeAllowed
The time in milliseconds allowed for a search to finish. |
String |
value
Solr QueryString to be used when executing query. |
public abstract String value
?1
public abstract String name
public abstract String[] fields
public abstract String[] filters
fq
public abstract Query.Operator defaultOperator
q.op
public abstract String defType
public abstract String requestHandler
qt
public abstract int timeAllowed
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||