Querier Class

Stot

Stot

Querier Class

Gets the input query from the user, filters the stop words from the query, gets the possible types of the documents which the query can have, The class returns the filtered words from the query and the document and the position they occur in the document to the ranker.

Namespace:  Engine
Assembly:  Engine (in Engine.dll)

Syntax


public static class Querier
Public NotInheritable Class Querier
public ref class Querier abstract sealed

Inheritance Hierarchy


Object
  Engine..::..Querier