Interface FieldSearchPath

All Superinterfaces:
org.bson.conversions.Bson, SearchPath

@Sealed @Beta(CLIENT) public interface FieldSearchPath extends SearchPath
Since:
4.7
See Also:
  • Field Summary

    Fields inherited from interface org.bson.conversions.Bson

    DEFAULT_CODEC_REGISTRY
  • Method Summary

    Modifier and Type
    Method
    Description
    multi(String analyzerName)
    Creates a new FieldSearchPath with the name of the alternate analyzer specified.
    default String
    Returns the name of the field represented by this path.

    Methods inherited from interface org.bson.conversions.Bson

    toBsonDocument, toBsonDocument

    Methods inherited from interface com.mongodb.client.model.search.SearchPath

    toBsonValue