Skip to content

RosSearchIndexProps

Properties for defining a RosSearchIndex.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-searchindex

Initializer

import com.aliyun.ros.cdk.ots.RosSearchIndexProps;
RosSearchIndexProps.builder()
    .fieldSchemas(IResolvable)
    .fieldSchemas(java.util.List<IResolvable)
    .fieldSchemas(FieldSchemasProperty>)
    .indexName(java.lang.String)
    .indexName(IResolvable)
    .instanceName(java.lang.String)
    .instanceName(IResolvable)
    .tableName(java.lang.String)
    .tableName(IResolvable)
//  .indexSetting(IResolvable)
//  .indexSetting(IndexSettingProperty)
//  .indexSort(IResolvable)
//  .indexSort(IndexSortProperty)
    .build();

Properties

Name Type Description
fieldSchemas com.aliyun.ros.cdk.core.IResolvable OR java.util.ListFieldSchemasProperty> No description.
indexName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
instanceName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
tableName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
indexSetting com.aliyun.ros.cdk.core.IResolvable OR IndexSettingProperty No description.
indexSort com.aliyun.ros.cdk.core.IResolvable OR IndexSortProperty No description.

fieldSchemasRequired

public java.lang.Object getFieldSchemas();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListFieldSchemasProperty>

indexNameRequired

public java.lang.Object getIndexName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

instanceNameRequired

public java.lang.Object getInstanceName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

tableNameRequired

public java.lang.Object getTableName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

indexSettingOptional

public java.lang.Object getIndexSetting();

indexSortOptional

public java.lang.Object getIndexSort();