C# 클래스 natix.SimilaritySearch.Commands

Gives the functionality of the sisap's queries commands. With enhanced capabilities
파일 보기 프로젝트 열기: sadit/natix

공개 메소드들

메소드 설명
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