Module tdlight.api

Class TdApi.SearchStringsByPrefix

Enclosing class:
TdApi

public static final class TdApi.SearchStringsByPrefix extends TdApi.Function<TdApi.FoundPositions>
Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.

Returns FoundPositions

  • Field Details

    • strings

      public String[] strings
      The strings to search in for the query.
    • query

      public String query
      Query to search for.
    • limit

      public int limit
      The maximum number of objects to return.
    • returnNoneForEmptyQuery

      public boolean returnNoneForEmptyQuery
      Pass true to receive no results for an empty query.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SearchStringsByPrefix

      public SearchStringsByPrefix()
      Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.

      Returns FoundPositions

    • SearchStringsByPrefix

      public SearchStringsByPrefix(String[] strings, String query, int limit, boolean returnNoneForEmptyQuery)
      Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.

      Returns FoundPositions

      Parameters:
      strings - The strings to search in for the query.
      query - Query to search for.
      limit - The maximum number of objects to return.
      returnNoneForEmptyQuery - Pass true to receive no results for an empty query.

      Returns FoundPositions

    • SearchStringsByPrefix

      public SearchStringsByPrefix(DataInput input) throws IOException
      Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously.

      Returns FoundPositions

      Parameters:
      input - Serialized input
      Throws:
      IOException - the deserialization failed
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR
    • serialize

      public void serialize(DataOutput output) throws IOException
      Serialize the TDLib class
      Specified by:
      serialize in class TdApi.Object
      Parameters:
      output - output data stream
      Throws:
      IOException - the serialization failed
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object