|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.search.CmsSearchAnalyzer
public class CmsSearchAnalyzer
An analyzer class is used by Lucene to reduce the content to be indexed with trimmed endings etc.
| Constructor Summary | |
|---|---|
CmsSearchAnalyzer()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Returns the className. |
String |
getLocale()
Returns the locale. |
String |
getStemmerAlgorithm()
Returns the stemmer algorithm. |
void |
setClassName(String className)
Sets the class name. |
void |
setLocale(String locale)
Sets the locale. |
void |
setStemmerAlgorithm(String stemmerAlgorithm)
Sets the stemmer algorithm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmsSearchAnalyzer()
| Method Detail |
|---|
public String getClassName()
public String getLocale()
public String getStemmerAlgorithm()
public void setClassName(String className)
className - the class namepublic void setLocale(String locale)
locale - the localepublic void setStemmerAlgorithm(String stemmerAlgorithm)
stemmerAlgorithm - the stemmer algorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||