ExAliyunOts.Search.field_schema_geo_point

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

field_schema_geo_point(field_name, options \\ [])

View Source

Official document in Chinese | English

Example

field_schema_geo_point("location")

Options

  • :index, specifies whether to set as index, by default it is true;
  • :enable_sort_and_agg, specifies whether to support sort and statistics, 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. "["10.21,10","10.31,9.98"]".