Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionSince 2.3.0. Runtime stemming should use
CompiledPatchCommand.compile(String, WordTraversalDirection)once and then reuseCompiledPatchCommand.apply(String). This method repeatedly interprets the serialized patch-command string and is retained only for compatibility before the 3.0.0 migration.Since 2.3.0. Runtime stemming should useCompiledPatchCommand.compile(String, WordTraversalDirection)once and then reuseCompiledPatchCommand.apply(String). This method repeatedly interprets the serialized patch-command string and is retained only for compatibility before the 3.0.0 migration.Since 2.3.0. CompilepatchCommandonce throughPatchCommandEncoder.compile(String, WordTraversalDirection)and callCompiledPatchCommand.applyTo(char[], int, int, char[], int, int). This String-based method reparses patch commands on every call and is kept only for compatibility before the 3.0.0 migration.Since 2.3.0. CompilepatchCommandonce throughPatchCommandEncoder.compile(String, WordTraversalDirection)and callCompiledPatchCommand.applyTo(CharSequence, char[], int, int)orCompiledPatchCommand.applyTo(CharSequence, int, int, char[], int, int). This String-based method reparses patch commands on every call and is kept only for compatibility before the 3.0.0 migration.Since 2.3.0. Runtime stemming should compilepatchCommandonce throughPatchCommandEncoder.compile(String)and reuseCompiledPatchCommand.apply(String). The String-based application path reparses the patch command on every call and is kept only for source compatibility before the 3.0.0 migration.Since 2.3.0 for runtime stemming. ConvertfileNameto aPathand useStemmerPatchTrieLoader.loadCompiled(Path, boolean, ReductionMode)so patch commands are represented asCompiledPatchCommandvalues. The corresponding compiledStringsignature is reserved for stable model identifiers.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(String, boolean, ReductionSettings)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(String, boolean, ReductionSettings, WordTraversalDirection)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(String, boolean, ReductionSettings, WordTraversalDirection, CaseProcessingMode)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(String, boolean, ReductionSettings, WordTraversalDirection, CaseProcessingMode, DiacriticProcessingMode)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(String, boolean, TrieMetadata)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Path, boolean, ReductionMode)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Path, boolean, ReductionSettings)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Path, boolean, ReductionSettings, WordTraversalDirection)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Path, boolean, ReductionSettings, WordTraversalDirection, CaseProcessingMode)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Path, boolean, ReductionSettings, WordTraversalDirection, CaseProcessingMode, DiacriticProcessingMode)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Path, boolean, TrieMetadata)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Language, boolean, ReductionMode)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Language, boolean, ReductionSettings)so patch commands are represented asCompiledPatchCommandvalues instead of reparsedStringvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadCompiled(Language, boolean, TrieMetadata)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadBinaryCompiled(InputStream)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadBinaryCompiled(String)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadBinaryCompiled(String, int)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadBinaryCompiled(Path)so patch commands are represented asCompiledPatchCommandvalues.Since 2.3.0 for runtime stemming. UseStemmerPatchTrieLoader.loadBinaryCompiled(Path, int)so patch commands are represented asCompiledPatchCommandvalues.