LuceneAutoCompleteSearcher class

From Catglobe Wiki
Jump to: navigation, search

LuceneAutoCompleteSearcher



Find documents

Parent class

Inherits from object

Constructors

  • (string name "Name of the index", int parentResourceId "Resource to check permissions on", int nrPrefix "Must be the same as when index was created") - Instanciate searcher

Methods

  • array Search(string searchString "Partial substring to search for.", int nrHits "How many results to try to get") - Find values. The returned value is a ordered list of an LuceneAutoCompleteSearchResult
  • (From object) string ToString() - The string representation of the object.

Properties

  • string ObjectTypeName { get; } - The name of the type of object.
  • (From object) TypeInformation TypeInformation { get; } - Get information about this class.