Keyoti SearchUnit API Docs
PhraseElement Constructor (phrase, configuration)
API DocumentationKeyoti.SearchEngine.SearchPhraseElementPhraseElement(String, Configuration)
Keyoti SearchUnit v6
Creates a phrase element based on phrase
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public PhraseElement(
	string phrase,
	Configuration configuration
)
public PhraseElement(
	string phrase,
	Configuration configuration
)
Public Sub New ( 
	phrase As String,
	configuration As Configuration
)
Public Sub New ( 
	phrase As String,
	configuration As Configuration
)
public:
PhraseElement(
	String^ phrase, 
	Configuration^ configuration
)
public:
PhraseElement(
	String^ phrase, 
	Configuration^ configuration
)
new : 
        phrase : string * 
        configuration : Configuration -> PhraseElement
new : 
        phrase : string * 
        configuration : Configuration -> PhraseElement
Parameters
phrase (String)
The phrase, WITHOUT quotes.
configuration (Configuration)
The instance of the Configuration class that holds the settings to be used.

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