Uses of Class
org.apache.lucene.internal.hppc.CharHashSet
Packages that use CharHashSet
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Internal copy of a subset of classes from the HPPC library.
Another highlighter implementation based on term vectors.
-
Uses of CharHashSet in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as CharHashSetModifier and TypeFieldDescriptionprivate final CharHashSet
WordFormGenerator.FlagSet.flags
The field for theflags
record component.Methods in org.apache.lucene.analysis.hunspell that return CharHashSetModifier and TypeMethodDescriptionWordFormGenerator.FlagSet.flags()
Returns the value of theflags
record component.(package private) static CharHashSet
WordFormGenerator.FlagSet.flatten
(Set<WordFormGenerator.FlagSet> flagSets) Methods in org.apache.lucene.analysis.hunspell with parameters of type CharHashSetModifier and TypeMethodDescriptionprivate void
WordFormGenerator.WordCompressor.addEntry
(List<DictEntry> toEdit, List<DictEntry> toAdd, String stem, CharHashSet flags) private List
<AffixedWord> WordFormGenerator.WordCompressor.expand
(String stem, CharHashSet flagSet) private void
Dictionary.parseAffix
(TreeMap<String, IntArrayList> affixes, CharHashSet secondStageFlags, String header, LineNumberReader reader, AffixKind kind, Map<String, Integer> seenPatterns, Map<String, Integer> seenStrips, FlagEnumerator flags) Parses a specific affix rule putting the result into the provided affix mapprivate String
WordFormGenerator.WordCompressor.toFlagString
(CharHashSet flagSet) (package private) static char[]
Dictionary.toSortedCharArray
(CharHashSet set) Constructors in org.apache.lucene.analysis.hunspell with parameters of type CharHashSetModifierConstructorDescriptionprivate
FlagSet
(CharHashSet flags, Dictionary dictionary) Creates an instance of aFlagSet
record class. -
Uses of CharHashSet in org.apache.lucene.internal.hppc
Methods in org.apache.lucene.internal.hppc that return CharHashSetModifier and TypeMethodDescriptionCharHashSet.clone()
static CharHashSet
CharHashSet.from
(char... elements) Create a set from a variable number of arguments or an array ofchar
.Methods in org.apache.lucene.internal.hppc with parameters of type CharHashSetModifier and TypeMethodDescriptionint
CharHashSet.addAll
(CharHashSet set) Adds all elements from the given set to this set.int
CharHashSet.removeAll
(CharHashSet other) Removes all keys present in a given container.private boolean
CharHashSet.sameKeys
(CharHashSet other) Return true if all keys of some other container exist in this container.Constructors in org.apache.lucene.internal.hppc with parameters of type CharHashSetModifierConstructorDescriptionCharHashSet
(CharHashSet set) New instance copying elements from another set. -
Uses of CharHashSet in org.apache.lucene.search.vectorhighlight
Fields in org.apache.lucene.search.vectorhighlight declared as CharHashSet