C# Class Panta.Indexing.InvertedWordIndex

Inheritance: IIdProvider
Mostrar archivo Open project: renmengye/CoursePlanner Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Add ( IIndexable item ) : void
item IIndexable
return void

GetMatchedIDs() public method

public GetMatchedIDs ( string key ) : HashSet
key string
return HashSet

InvertedWordIndex() public method

public InvertedWordIndex ( ) : System
return System

InvertedWordIndex() public method

public InvertedWordIndex ( string name ) : System
name string
return System

Read() public static method

public static Read ( string path ) : InvertedWordIndex
path string
return InvertedWordIndex

Save() public method

public Save ( ) : void
return void

TryGetValue() public method

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