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

LuceneAutoCompleteSearcher class: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "{{CGscriptClass_Template |Name=<nowiki>LuceneAutoCompleteSearcher</nowiki> |Description=<nowiki>Find documents</nowiki> |Constructors= {{CGscriptConstructors_Template|Paramete..."
(No difference)

Revision as of 10:07, 1 June 2017

LuceneAutoCompleteSearcher



Find documents

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
  • string ToString() - The string representation of the object.

Properties

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