C# Class natix.SimilaritySearch.Commands

Gives the functionality of the sisap's queries commands. With enhanced capabilities
Afficher le fichier Open project: sadit/natix

Méthodes publiques

Méthode 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 méthode

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

Search() public static méthode

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

TokenizeLine() public static méthode

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