|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SearchableAllMetaData
For Searchable classes, allows to control the "all" meta-data
definitions per searchable class.
CompassEnvironment.All
settings.
To enable or disable the "all" meta-data, see Searchable.enableAll().
Searchable| Optional Element Summary | |
|---|---|
String |
analyzer
The analyzer that will be used on the "all" meta-data. |
String |
name
The name of the "all" meta-data that will be created. |
TermVector |
termVector
The term vector for the "all" meta-data. |
public abstract String name
public abstract TermVector termVector
public abstract String analyzer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||