Performs searches with user defined queries.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class SearchAgent
public class SearchAgent
Public Class SearchAgent
Public Class SearchAgent
public ref class SearchAgent
public ref class SearchAgent
type SearchAgent = class end
type SearchAgent = class end

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SearchAgent(String, Configuration) |
Creates a new instance with no query specified.
|
![]() | SearchAgent(String, String, Configuration) | Obsolete.
Creates a new instance.
|
![]() | AddResultItemToResults(ResultItem, ResultItemList) |
Add a ResultItem object to the collection
|
![]() | AllDocumentReturnQuery |
The query that the user can use to retrieve a list of all documents
|
![]() | Configuration |
Configuration of the index
|
![]() | CreateQueryExpressionParser(String) | Creates an instance of QueryExpressionParser. |
![]() | CreateWholeExpressionGroup(String) |
Creates a GroupElement representing the search expression.
|
![]() | DataAccess |
The data-access layer.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | FilterLoadLevel |
Specifies what amount of data to load for any filtering by an AddResultItemToResults override.
|
![]() | Finalize()()()() | (Inherited from Object.) |
![]() | GetContentCategoryRecords()()()() |
Gets all content category records from the index.
|
![]() | GetDocumentText(String) |
Returns a document's text.
|
![]() | GetHashCode()()()() | (Inherited from Object.) |
![]() | GetLocationCategoryRecords()()()() |
Gets all location category records from the index.
|
![]() | GetNumberOfResults(ArrayList) |
Returns number of results for a each query in queryExpressions collection
|
![]() | GetSearchQuerySuggestions(String, Int32) |
Returns a list of words that may be suggestions for segment using the search lexicon only.
|
![]() | GetType()()()() | (Inherited from Object.) |
![]() | LicenseKey |
The license key.
|
![]() | LookUpWordInLexicon(String, Boolean) |
Returns whether word is in the lexicon
|
![]() | MemberwiseClone()()()() | (Inherited from Object.) |
![]() | QueryGroup |
A GroupElement based on the entire search query.
|
![]() | QueryString |
Search query
|
![]() | RegisterDataSetBasedSource(Int32, DataSetBasedSource) |
Registers a DataSetBasedSource for use in result URL mapping.
|
![]() | Search(String, Int32, Int32) |
Runs the search and returns results between lowRange (inclusive and 1 based) and highRange (inclusive and 1 based), ensure the QueryString property is set before calling this.
|
![]() | Search(String, SearchOptions, Int32, Int32) |
Runs the search and returns results between lowRange (inclusive) and highRange (inclusive), ensure the QueryString property is set before calling this.
|
![]() | ToString()()()() | (Inherited from Object.) |

Object | |
![]() | SearchAgent |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120