C# Class natix.SimilaritySearch.ShellSearchOptions

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

Méthodes publiques

Свойство Type Description
IndexName string
QueryName string
ResultName string

Méthodes publiques

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

Constructor

Method Details

ShellSearchOptions() public méthode

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

Property Details

IndexName public_oe property

Index name or identifier for the index
public string IndexName
Résultat string

QueryName public_oe property

File name or identifier of the queries
public string QueryName
Résultat string

ResultName public_oe property

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