C# Class QACExperimenter.Data.IndexCore.OneOffQueries

Maintains a hashset of one-off queries to exclude from the prefix index (as they'll never be suggested - they just slow things down)
Afficher le fichier Open project: stewhir/recent-robust-qac Class Usage Examples

Méthodes publiques

Méthode Description
IsOneOffQuery ( string query ) : bool

Determine whether a query is a one-off query

OneOffQueries ( FileInfo queryFile ) : System

Method Details

IsOneOffQuery() public méthode

Determine whether a query is a one-off query
public IsOneOffQuery ( string query ) : bool
query string
Résultat bool

OneOffQueries() public méthode

public OneOffQueries ( FileInfo queryFile ) : System
queryFile System.IO.FileInfo
Résultat System