Keyoti Search for ASP.NET API Docs
OperatorElement Class
API DocumentationKeyoti.SearchEngine.SearchOperatorElement
Keyoti Search for ASP.NET 2010
Represents an operator element in a query.
Declaration Syntax
C#Visual BasicVisual C++
public class OperatorElement : Element
Public Class OperatorElement _
	Inherits Element
public ref class OperatorElement : public Element
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
OperatorElement(LogicOperator, Configuration)
Creates a new operator element based on logicOperator.

Configuration
The instance of the Configuration class that holds the settings to be used.
(Inherited from Element.)
Content
Returns a string representing the content of the element, this should typically be; WordElement.Content => theWord NotWordElement.Content => -theWord GroupElement.Content => null PhraseElement.Content => thePhrase (no quotes)
(Overrides Element.Content.)
CreateLexiconQueries(SearcherIO)
Creates the LexiconQuery for this element.
(Overrides Element.CreateLexiconQueries(SearcherIO).)
elementQueryCollection
The lexicon queries used for the element
(Inherited from Element.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetIgnoredWords()()()
Returns the stop words from the original query that were ignored.
(Inherited from Element.)
GetMatchingDocumentIDs(SearcherIO, IntHashtable, SearchOptions, Hashtable)
Unused - imposed by Element's inheritance
(Overrides Element.GetMatchingDocumentIDs(SearcherIO, IntHashtable, SearchOptions, Hashtable).)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IsStopWord()()() (Inherited from Element.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Element
 OperatorElement

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609