C# Class natix.CompactDS.Plain32InvertedIndex

Inheritance: InvertedIndex
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Méthode Description
Add ( IEnumerable sortedlist ) : int

Adds a posting list to the index. Returns the corresponding symbol

Add ( IEnumerable sortedlist ) : int

Adds a posting list to the index. Returns the corresponding symbol

AddItem ( int symbol, long item ) : void
Build ( InvertedIndex invindex ) : Plain32InvertedIndex
Initialize ( int sigma ) : void
Load ( BinaryReader Input ) : void
Plain32InvertedIndex ( ) : System
PopCount ( int symbol ) : int
Save ( BinaryWriter Output ) : void
Trim ( int size ) : void
this ( int symbol ) : List

Method Details

Add() public méthode

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Résultat int

Add() public méthode

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Résultat int

AddItem() public méthode

public AddItem ( int symbol, long item ) : void
symbol int
item long
Résultat void

Build() public static méthode

public static Build ( InvertedIndex invindex ) : Plain32InvertedIndex
invindex InvertedIndex
Résultat Plain32InvertedIndex

Initialize() public méthode

public Initialize ( int sigma ) : void
sigma int
Résultat void

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

Plain32InvertedIndex() public méthode

public Plain32InvertedIndex ( ) : System
Résultat System

PopCount() public méthode

public PopCount ( int symbol ) : int
symbol int
Résultat int

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Trim() public méthode

public Trim ( int size ) : void
size int
Résultat void

this() public méthode

public this ( int symbol ) : List
symbol int
Résultat List