ExAliyunOts.Search.field_schema_text

You're seeing just the function field_schema_text, go back to ExAliyunOts.Search module for more information.
Link to this function

field_schema_text(field_name, options \\ [])

View Source

Official document in Chinese | English

Example

field_schema_text("content")

Options

  • :index, specifies whether to set as index, by default it is true;
  • :store, specifies whether to store the origin value in search index for a better read performance, by default it is true;
  • :is_array, specifies whether the stored data is a JSON encoded list as a string, e.g. "["a","b"]".
  • :analyzer, optional, please see analyzer document in Chinese | English.
  • :analyzer_parameter, optional, please see analyzer document in Chinese | English.