C# 클래스 natix.SimilaritySearch.ShellSearchOptions

A filter/notifier handler for every query's result Search information and options
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IndexName string
QueryName string
ResultName string

공개 메소드들

메소드 설명
ShellSearchOptions ( string queryname, string indexname, string resultname = null, int showmaxres = 128 ) : System

Constructor

메소드 상세

ShellSearchOptions() 공개 메소드

Constructor
public ShellSearchOptions ( string queryname, string indexname, string resultname = null, int showmaxres = 128 ) : System
queryname string
indexname string
resultname string
showmaxres int
리턴 System

프로퍼티 상세

IndexName 공개적으로 프로퍼티

Index name or identifier for the index
public string IndexName
리턴 string

QueryName 공개적으로 프로퍼티

File name or identifier of the queries
public string QueryName
리턴 string

ResultName 공개적으로 프로퍼티

Filename to save the results. Setting to null avoids the storage. It is null by default.
public string ResultName
리턴 string