Uses of Interface
org.apache.lucene.analysis.util.ResourceLoader

Packages that use ResourceLoader
Package
Description
Normalization of text before the tokenizer.
Construct n-grams for frequently occurring terms and phrases.
A filter that decomposes compound words you find in many Germanic languages into the word parts.
Basic, general-purpose analysis components.
A general-purpose Analyzer that can be created with a builder-style API.
Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
Analyzer for Japanese.
Analyzer for Korean.
Miscellaneous Tokenstreams.
Provides various convenience classes for creating payloads on Tokens.
Analysis components for phonetic search.
TokenFilter and Analyzer implementations that use Snowball stemmers.
Analysis components for Synonyms.
Utility functions for text analysis.
Analyzer based autosuggest.