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

Packages that use ResourceLoader
Package
Description
Text analysis.
Normalization of text before the tokenizer.
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.
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.
Some utility classes.