C# 클래스 Panta.Indexing.InvertedWordIndex

상속: IIdProvider
파일 보기 프로젝트 열기: renmengye/CoursePlanner 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( IIndexable item ) : void
GetMatchedIDs ( string key ) : HashSet
InvertedWordIndex ( ) : System
InvertedWordIndex ( string name ) : System
Read ( string path ) : InvertedWordIndex
Save ( ) : void
TryGetValue ( string key, ICollection &value ) : bool

메소드 상세

Add() 공개 메소드

public Add ( IIndexable item ) : void
item IIndexable
리턴 void

GetMatchedIDs() 공개 메소드

public GetMatchedIDs ( string key ) : HashSet
key string
리턴 HashSet

InvertedWordIndex() 공개 메소드

public InvertedWordIndex ( ) : System
리턴 System

InvertedWordIndex() 공개 메소드

public InvertedWordIndex ( string name ) : System
name string
리턴 System

Read() 공개 정적인 메소드

public static Read ( string path ) : InvertedWordIndex
path string
리턴 InvertedWordIndex

Save() 공개 메소드

public Save ( ) : void
리턴 void

TryGetValue() 공개 메소드

public TryGetValue ( string key, ICollection &value ) : bool
key string
value ICollection
리턴 bool