C# Class Lucene.Net.Analysis.Miscellaneous.StemmerOverrideFilter.StemmerOverrideMap

A read-only 4-byte FST backed map that allows fast case-insensitive key value lookups for StemmerOverrideFilter
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
Get ( char buffer, int bufferLen, FST scratchArc, FST fstReader ) : BytesRef

Returns the value mapped to the given key or null if the key is not in the FST dictionary.

StemmerOverrideMap ( FST fst, bool ignoreCase ) : System.Collections.Generic

Creates a new StemmerOverrideMap

Method Details

Get() public méthode

Returns the value mapped to the given key or null if the key is not in the FST dictionary.
public Get ( char buffer, int bufferLen, FST scratchArc, FST fstReader ) : BytesRef
buffer char
bufferLen int
scratchArc FST
fstReader FST
Résultat BytesRef

StemmerOverrideMap() public méthode

Creates a new StemmerOverrideMap
public StemmerOverrideMap ( FST fst, bool ignoreCase ) : System.Collections.Generic
fst FST the fst to lookup the overrides
ignoreCase bool if the keys case should be ingored
Résultat System.Collections.Generic