C# Класс natix.SimilaritySearch.Commands

Gives the functionality of the sisap's queries commands. With enhanced capabilities
Показать файл Открыть проект

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

Метод Описание
Check ( IEnumerable argsList ) : void

Method performing the check command

Search ( Index index, IEnumerable qReader, ShellSearchOptions searchOps ) : void

Search shell (not interactive at this level)

TokenizeLine ( string line ) : IEnumerable

Parse a single string into tokens (command line style)

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

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

Method performing the check command
public static Check ( IEnumerable argsList ) : void
argsList IEnumerable /// Command line like style ///
Результат void

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

Search shell (not interactive at this level)
public static Search ( Index index, IEnumerable qReader, ShellSearchOptions searchOps ) : void
index Index
qReader IEnumerable
searchOps ShellSearchOptions
Результат void

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

Parse a single string into tokens (command line style)
public static TokenizeLine ( string line ) : IEnumerable
line string
Результат IEnumerable