Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

LuceneAutoCompleteSearcher class

From Catglobe Wiki

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.