Keyoti SearchUnit API Docs
OperatorElement Class
API DocumentationKeyoti.SearchEngine.SearchOperatorElement
Keyoti SearchUnit v6
Represents an operator element in a query.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class OperatorElement : Element
public class OperatorElement : Element
Public Class OperatorElement
	Inherits Element
Public Class OperatorElement
	Inherits Element
public ref class OperatorElement : public Element
public ref class OperatorElement : public Element
type OperatorElement =  
    class
        inherit Element
    end
type OperatorElement =  
    class
        inherit Element
    end
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) (Inherited from Object.)
Finalize()()()() (Inherited from Object.)
GetHashCode()()()() (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()()()() (Inherited from Object.)
IsStopWord()()()()
Whether is stop word.
(Inherited from Element.)
MemberwiseClone()()()() (Inherited from Object.)
ToString()()()() (Inherited from Object.)
Inheritance Hierarchy
Object
Element
 OperatorElement

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120