Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class WildcardQuery

    A wildcard query is a query in which term the character * will match 0..n occurrences of any characters and ? will match 1 occurrence of any character.

    Inheritance
    object
    SearchQueryBase
    WildcardQuery
    Implements
    ISearchQuery
    Inherited Members
    SearchQueryBase.IndexName
    SearchQueryBase.Query
    SearchQueryBase.Boost(double)
    SearchQueryBase.BoostValue
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Queries.Simple
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class WildcardQuery : SearchQueryBase, ISearchQuery

    Constructors

    | Edit this page View Source

    WildcardQuery(string)

    Declaration
    public WildcardQuery(string wildcard)
    Parameters
    Type Name Description
    string wildcard

    Methods

    | Edit this page View Source

    AsReadOnly()

    Declaration
    public WildcardQuery.ReadOnly AsReadOnly()
    Returns
    Type Description
    WildcardQuery.ReadOnly
    | Edit this page View Source

    Deconstruct(out string, out string)

    Declaration
    public void Deconstruct(out string wildCard, out string field)
    Parameters
    Type Name Description
    string wildCard
    string field
    | Edit this page View Source

    Export()

    Gets a JSON object representing this query instance />

    Declaration
    public override JObject Export()
    Returns
    Type Description
    JObject
    Overrides
    SearchQueryBase.Export()
    | Edit this page View Source

    Field(string)

    The field for the match.

    Declaration
    public WildcardQuery Field(string field)
    Parameters
    Type Name Description
    string field

    The field.

    Returns
    Type Description
    WildcardQuery

    Implements

    ISearchQuery

    See Also

    SearchQueryBase
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.