Package edu.mayo.informatics.indexer.lucene.analyzers

Class Summary
EncoderAnalyzer This is an analyzer that generates codes for each token to index.
FieldSkippingAnalyzer This is an analyzer that allows you to search on both tokenized and non-tokenized Fields.
NormAnalyzer This is an analyzer that uses LVG to normalize each term before it is inserted into the index.
SnowballAnalyzer This is an analyzer that uses Snowball to stem each term before it is inserted into the index.
SnowballAnalyzerTest Test cases for the SnowballAnalyzer.
StringAnalyzer This analyzer will only break things into tokens at the occurrence of a given string.
StringAnalyzerTest Test cases for the NormAnalyzer.
WhiteSpaceLowerCaseAnalyzer This analyzer uses the WhiteSpaceTokenizer, LowerCaseFilter, and StopFilter.
WhiteSpaceLowerCaseAnalyzerTest Test cases for the WhiteSpaceLowerCaseAnalyzer.
 


Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.