C# 클래스 Lucene.Net.Analysis.Miscellaneous.StemmerOverrideFilter.StemmerOverrideMap

A read-only 4-byte FST backed map that allows fast case-insensitive key value lookups for StemmerOverrideFilter
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Get() 공개 메소드

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
리턴 BytesRef

StemmerOverrideMap() 공개 메소드

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
리턴 System.Collections.Generic