C# Class natix.SimilaritySearch.ShellSearchOptions

A filter/notifier handler for every query's result Search information and options
Mostrar archivo 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_oe property

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

QueryName public_oe property

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

ResultName public_oe property

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