C# Class natix.SimilaritySearch.Commands

Gives the functionality of the sisap's queries commands. With enhanced capabilities
Mostrar archivo Open project: sadit/natix

Public Methods

Method Description
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)

Method Details

Check() public static method

Method performing the check command
public static Check ( IEnumerable argsList ) : void
argsList IEnumerable /// Command line like style ///
return void

Search() public static method

Search shell (not interactive at this level)
public static Search ( Index index, IEnumerable qReader, ShellSearchOptions searchOps ) : void
index Index
qReader IEnumerable
searchOps ShellSearchOptions
return void

TokenizeLine() public static method

Parse a single string into tokens (command line style)
public static TokenizeLine ( string line ) : IEnumerable
line string
return IEnumerable