Class SearchRequest
Inheritance
System.Object
SearchRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class SearchRequest
Properties
|
Improve this Doc
View Source
Agent
Declaration
public string Agent { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HiddenQueryParts
Declaration
public QueryPart[] HiddenQueryParts { get; set; }
Property Value
|
Improve this Doc
View Source
Ip
Declaration
public string Ip { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MergeOverlappingSynonyms
Declaration
public bool MergeOverlappingSynonyms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MergeOverlappingSynonymsSpecified
Declaration
public bool MergeOverlappingSynonymsSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OutputLanguage
Declaration
public string OutputLanguage { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PageSize
Declaration
public int PageSize { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PageSizeSpecified
Declaration
public bool PageSizeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ProvideTagcloud
Declaration
public string ProvideTagcloud { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Query
Declaration
public string Query { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QueryContext
Declaration
public QueryContext QueryContext { get; set; }
Property Value
|
Improve this Doc
View Source
QueryParts
Declaration
public QueryPart[] QueryParts { get; set; }
Property Value
|
Improve this Doc
View Source
ResultFields
Declaration
public string[] ResultFields { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
ResultOffset
Declaration
public int ResultOffset { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ResultOffsetSpecified
Declaration
public bool ResultOffsetSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SearchAfter
Declaration
public string[] SearchAfter { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SearchEngine
Declaration
public string SearchEngine { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Sorting
Declaration
public ResultSorting Sorting { get; set; }
Property Value
|
Improve this Doc
View Source
SuppressCorrection
Declaration
public bool SuppressCorrection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressCorrectionSpecified
Declaration
public bool SuppressCorrectionSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressFacetCounts
Declaration
public bool SuppressFacetCounts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressFacetCountsSpecified
Declaration
public bool SuppressFacetCountsSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressHighlighting
Declaration
public bool SuppressHighlighting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressHighlightingSpecified
Declaration
public bool SuppressHighlightingSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressResultList
Declaration
public bool SuppressResultList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SuppressResultListSpecified
Declaration
public bool SuppressResultListSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SynonymExpansionMode
Declaration
public SynonymExpansionMode SynonymExpansionMode { get; set; }
Property Value
|
Improve this Doc
View Source
SynonymExpansionModeSpecified
Declaration
public bool SynonymExpansionModeSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SynonymLanguages
Declaration
public string[] SynonymLanguages { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
UseNlqs
Declaration
public bool UseNlqs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseNlqsSpecified
Declaration
public bool UseNlqsSpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Uuid
Declaration
public string Uuid { get; set; }
Property Value
Type |
Description |
System.String |
|