Méthode | Description | |
---|---|---|
Add ( IEnumerable |
Adds a posting list to the index. Returns the corresponding symbol
|
|
AddItem ( int symbol, long item, double distance ) : void | ||
Initialize ( int sigma ) : void | ||
Load ( |
||
Plain64PairInvertedIndex ( ) : System | ||
PopCount ( int symbol ) : int | ||
Save ( BinaryWriter Output ) : void | ||
Trim ( int size ) : void | ||
this ( int symbol ) : Node |
public Add ( IEnumerable |
||
sortedlist | IEnumerable |
Sortedlist. |
distances | IEnumerable |
|
Résultat | int |
public AddItem ( int symbol, long item, double distance ) : void | ||
symbol | int | |
item | long | |
distance | double | |
Résultat | void |
public Load ( |
||
Input | ||
Résultat | void |
public Plain64PairInvertedIndex ( ) : System | ||
Résultat | System |