C# Класс natix.CompactDS.Plain64InvertedIndex

Наследование: InvertedIndex
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ) : Plain64InvertedIndex
Initialize ( int sigma ) : void
Load ( BinaryReader Input ) : void
Plain64InvertedIndex ( ) : System
PopCount ( int symbol ) : int
Save ( BinaryWriter Output ) : void
Trim ( int size ) : void
this ( int symbol ) : List

Описание методов

Add() публичный Метод

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Результат int

Add() публичный Метод

Adds a posting list to the index. Returns the corresponding symbol
public Add ( IEnumerable sortedlist ) : int
sortedlist IEnumerable Sortedlist.
Результат int

AddItem() публичный Метод

public AddItem ( int symbol, long item ) : void
symbol int
item long
Результат void

Build() публичный статический Метод

public static Build ( InvertedIndex invindex ) : Plain64InvertedIndex
invindex InvertedIndex
Результат Plain64InvertedIndex

Initialize() публичный Метод

public Initialize ( int sigma ) : void
sigma int
Результат void

Load() публичный Метод

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Результат void

Plain64InvertedIndex() публичный Метод

public Plain64InvertedIndex ( ) : System
Результат System

PopCount() публичный Метод

public PopCount ( int symbol ) : int
symbol int
Результат int

Save() публичный Метод

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Результат void

Trim() публичный Метод

public Trim ( int size ) : void
size int
Результат void

this() публичный Метод

public this ( int symbol ) : List
symbol int
Результат List