|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface Highlight
| Optional Element Summary | |
|---|---|
String[] |
fields
Fieldnames to be used for hl.fl. |
String |
formatter
set hl.formatter |
int |
fragsize
sets hl.fragsize |
String |
postfix
set hl.simple.post in case formatter not set or 'simple' otherwise hl.tag.post |
String |
prefix
set hl.simple.pre in case formatter not set or 'simple' otherwise hl.tag.pre |
String |
query
Query to be used for hl.q |
int |
snipplets
set hl.snipplets |
public abstract String[] fields
hl.fl.
public abstract String query
hl.q
public abstract int fragsize
hl.fragsize
public abstract int snipplets
hl.snipplets
public abstract String formatter
hl.formatter
public abstract String prefix
hl.simple.pre in case formatter not set or 'simple' otherwise hl.tag.pre
public abstract String postfix
hl.simple.post in case formatter not set or 'simple' otherwise hl.tag.post
|
Spring Data Solr | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||