ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Knowledge Namespace / KnowledgeGraphSearchFilter Class
Properties


In This Topic
    KnowledgeGraphSearchFilter Class Members
    In This Topic

    The following tables list the members exposed by KnowledgeGraphSearchFilter.

    Public Constructors
     NameDescription
    Public ConstructorRepresents a filter for performing a full text search against a KnowledgeGraph.  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the maximum number of rows returned by the search. The default value is 100.  
    Public Property Gets or sets the index of the first result to return. The default value is 0.  
    Public Property Gets or sets whether to include search context fields. The default value is false.  
    Public PropertyGets or sets the target of the search. The default value is KnowledgeGraphNamedTypeCategory.Entity.  
    Public PropertyGets or sets the search query used to filter the returned rows. This text should abide by the Apache Lucene query syntax.  
    Top
    See Also