Name | Description | |
---|---|---|
KnowledgeGraphSearchFilter Constructor | Represents a filter for performing a full text search against a KnowledgeGraph. |
The following tables list the members exposed by KnowledgeGraphSearchFilter.
Name | Description | |
---|---|---|
KnowledgeGraphSearchFilter Constructor | Represents a filter for performing a full text search against a KnowledgeGraph. |
Name | Description | |
---|---|---|
MaxRowCount | Gets or sets the maximum number of rows returned by the search. The default value is 100. | |
Offset | Gets or sets the index of the first result to return. The default value is 0. | |
ReturnSearchContext | Gets or sets whether to include search context fields. The default value is false. | |
SearchTarget | Gets or sets the target of the search. The default value is KnowledgeGraphNamedTypeCategory.Entity. | |
SearchText | Gets or sets the search query used to filter the returned rows. This text should abide by the Apache Lucene query syntax. |