org.hibernate.search.annotations
public class: Analyzer [javadoc |
source]
org.hibernate.search.annotations.Analyzer
Define an Analyzer for a given entity, method, field or Field
The order of precedence is as such:
- @Field
- field / method
- entity
- default
Either describe an explicit implementation through the
impl parameter
or use an external @AnalyzerDef definition through the
def parameter
- author:
Emmanuel - Bernard
| Method from org.hibernate.search.annotations.Analyzer Summary: |
|---|
|
definition, impl |