Uses of Interface
com.sun.labs.minion.CustomAnalyzer

Packages that use CustomAnalyzer
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine. 
 

Uses of CustomAnalyzer in com.sun.labs.minion
 

Fields in com.sun.labs.minion declared as CustomAnalyzer
protected  CustomAnalyzer IndexableString.canalyzer
          The custom analyzer to use if this object is markup type CUSTOM
 

Methods in com.sun.labs.minion that return CustomAnalyzer
 CustomAnalyzer IndexableString.getCustomAnalyzer()
          Gets the CustomAnalyzer to use with this string
 

Methods in com.sun.labs.minion with parameters of type CustomAnalyzer
 void IndexableString.setCustomAnalyzer(CustomAnalyzer canalyzer)
          Sets the CustomAnalyzer to use with this string
 

Constructors in com.sun.labs.minion with parameters of type CustomAnalyzer
IndexableString(java.lang.String value, CustomAnalyzer canalyzer)
          Creates a new IndexableString from an existing string with a specified markup type and a specified analyzer.