C# Class natix.SimilaritySearch.ShellSearchOptions

A filter/notifier handler for every query's result Search information and options
Show file Open project: sadit/natix Class Usage Examples

Public Properties

Property Type Description
IndexName string
QueryName string
ResultName string

Public Methods

Method Description
ShellSearchOptions ( string queryname, string indexname, string resultname = null, int showmaxres = 128 ) : System

Constructor

Method Details

ShellSearchOptions() public method

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

Property Details

IndexName public property

Index name or identifier for the index
public string IndexName
return string

QueryName public property

File name or identifier of the queries
public string QueryName
return string

ResultName public property

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