|
|||||||||
| Home >> All >> com >> telefonicasoluciones >> search >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.telefonicasoluciones.search.server
Class HLAnalyzer

java.lang.Objectorg.apache.lucene.analysis.Analyzer
com.telefonicasoluciones.search.server.HLAnalyzer
- public final class HLAnalyzer
- extends org.apache.lucene.analysis.Analyzer
| Constructor Summary | |
HLAnalyzer()
|
|
| Method Summary | |
org.apache.lucene.analysis.TokenStream |
tokenStream(java.lang.String fieldName,
java.io.Reader reader)
Creates a TokenStream which tokenizes all the text in the provided Reader. |
| Methods inherited from class org.apache.lucene.analysis.Analyzer |
tokenStream |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HLAnalyzer
public HLAnalyzer()
| Method Detail |
tokenStream
public final org.apache.lucene.analysis.TokenStream tokenStream(java.lang.String fieldName, java.io.Reader reader)
- Description copied from class:
org.apache.lucene.analysis.Analyzer - Creates a TokenStream which tokenizes all the text in the provided
Reader. Default implementation forwards to tokenStream(Reader) for
compatibility with older version. Override to allow Analyzer to choose
strategy based on document and/or field. Must be able to handle null
field name for backward compatibility.
|
|||||||||
| Home >> All >> com >> telefonicasoluciones >> search >> [ server overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC