C# Class Panta.Indexing.InvertedWordIndex

Inheritance: IIdProvider
Afficher le fichier Open project: renmengye/CoursePlanner Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Add() public méthode

public Add ( IIndexable item ) : void
item IIndexable
Résultat void

GetMatchedIDs() public méthode

public GetMatchedIDs ( string key ) : HashSet
key string
Résultat HashSet

InvertedWordIndex() public méthode

public InvertedWordIndex ( ) : System
Résultat System

InvertedWordIndex() public méthode

public InvertedWordIndex ( string name ) : System
name string
Résultat System

Read() public static méthode

public static Read ( string path ) : InvertedWordIndex
path string
Résultat InvertedWordIndex

Save() public méthode

public Save ( ) : void
Résultat void

TryGetValue() public méthode

public TryGetValue ( string key, ICollection &value ) : bool
key string
value ICollection
Résultat bool