Class SearchSortId

java.lang.Object
com.couchbase.client.java.search.sort.SearchSort
com.couchbase.client.java.search.sort.SearchSortId

public class SearchSortId extends SearchSort
Sort by the document ID.
Since:
2.4.5
Author:
Michael Nitschinger
  • Constructor Details

    • SearchSortId

      public SearchSortId()
  • Method Details

    • toCore

      public com.couchbase.client.core.api.search.sort.CoreSearchSort toCore()
      Specified by:
      toCore in class SearchSort