Uses of Interface
org.apache.lucene.util.ResourceLoaderAware

Packages that use ResourceLoaderAware
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.
Analyzer for English.
A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it.
Tokenizer that breaks text into words with the Unicode Text Segmentation algorithm.
Analyzer for Japanese.
Analyzer for Korean.
Miscellaneous Tokenstreams.
Set of components for pattern-based (regex) analysis.
Provides various convenience classes for creating payloads on Tokens.
Analysis components for phonetic search.
TokenFilter and Analyzer implementations that use a modified version of Snowball stemmers.
Analysis components for Synonyms.
Analysis components for Synonyms using Word2Vec model.
Utility functions for text analysis.
Analyzer based autosuggest.