Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Search Namespace / KeywordSearchHelper Class
Methods


In This Topic
    KeywordSearchHelper Class Members
    In This Topic

    The following tables list the members exposed by KeywordSearchHelper.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic) Determines if the fulltext catalog exists  
    Public Methodstatic (Shared in Visual Basic) Create an index in the FTS catalog  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Attempts to enable full text search on the current database  
    Public Methodstatic (Shared in Visual Basic) Ensures that full text searching is enabled and the catalog exists  
    Public Methodstatic (Shared in Visual Basic) Ensures that the expected fulltext indexes are present in the catalog  
    Public Methodstatic (Shared in Visual Basic) Determines if the fulltext index(es) exist  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Determines whether full text search is enabled on the current database  
    Public Methodstatic (Shared in Visual Basic)Overloaded.  Determines whether fulltext search is installed on the server  
    Public Methodstatic (Shared in Visual Basic) Returns the criterion for keyword searching string suitable for use in a WHERE clause on SQL servers that do not have FTS capabilities.  
    Public Methodstatic (Shared in Visual Basic) Sets up the join statement needed to execute a full text search with ranked sorting  
    Public Methodstatic (Shared in Visual Basic) Rebuild the Full-Text CATALOG Index  
    Public Methodstatic (Shared in Visual Basic) Removes the catalog  
    Public Methodstatic (Shared in Visual Basic) Determines if FTS search can be used for the given table, columns, and keyword.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded.  Use this method to bulid query string from NameValueCollection
    Top
    See Also