Mark a property as indexable
| Method from org.hibernate.search.annotations.Field Detail: |
Analyzer analyzer() {
}
Define an analyzer for the field, default to
the inherited analyzer |
Boost boost() {
}
Field bridge used. Default is autowired. |
FieldBridge bridge() {
}
Field bridge used. Default is autowired. |
Index index() {
}
Defines how the Field should be indexed
defaults to tokenized |
String name() {
}
Field name, default to the JavaBean property name |
Store store() {
}
Should the value be stored in the document
defaults to no. |
TermVector termVector() {
}
Define term vector storage requirements,
default to NO. |