| | |
| | | |
| | | |
| | | import lombok.Data; |
| | | import org.joda.time.DateTime; |
| | | import org.springframework.data.elasticsearch.annotations.Document; |
| | | import org.springframework.data.elasticsearch.annotations.Field; |
| | | import org.springframework.data.elasticsearch.annotations.FieldType; |
| | | |
| | | |
| | | import java.sql.Timestamp; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private String by6; |
| | | |
| | | /** 备用6 */ |
| | | /** 备用7 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private String by7; |
| | | |
| | | |
| | | /** 备用8*/ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private int by8; |
| | | |
| | | /** 备用9 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private int by9; |
| | | |
| | | /** 备用10 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private int by10; |
| | | |
| | | /** 备用11 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private int by11; |
| | | |
| | | /** 备用12 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private int by12; |
| | | |
| | | /** 备用13 */ |
| | | @Field(index = true,type = FieldType.Text,analyzer = "ik_max_word") |
| | | private int by13; |
| | | |
| | | /** 备用14 */ |
| | | @Field(index = true,type = FieldType.Date,analyzer = "ik_max_wor") |
| | | private Date by14; |
| | | |
| | | /** 备用15 */ |
| | | @Field(index = true,type = FieldType.Date,analyzer = "ik_max_wor") |
| | | private Date by15; |
| | | |
| | | /** 备用16 */ |
| | | @Field(index = true,type = FieldType.Date,analyzer = "ik_max_wor ") |
| | | private Timestamp by16; |
| | | |
| | | |
| | | } |