Represents a phrase in the query (eg. "this phrase").

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class PhraseElement : Element
public class PhraseElement : Element
Public Class PhraseElement Inherits Element
Public Class PhraseElement Inherits Element
public ref class PhraseElement : public Element
public ref class PhraseElement : public Element
type PhraseElement = class inherit Element end
type PhraseElement = class inherit Element end

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | PhraseElement(String, Configuration) |
Creates a phrase element based on phrase |
![]() | 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.
(Overrides Element.GetIgnoredWords()()()().) |
![]() | GetMatchingDocumentIDs(SearcherIO, IntHashtable, SearchOptions, Hashtable) |
Gets all document IDs matching this phrase.
(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.) |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120