IP
Size: a a a
IP
GM
SP
SP
DV
AE
КВ
@Document(indexName = "product", createIndex = true)
public class Product {
@Id
@Field(name = "id", type = FieldType.Long)
private Long id;
@Field(name = "name", type = FieldType.Text)
private String name;
}
count_mag1 = 5, count_mag2 = 6 ... count_magN = 5
private Map<String, Long> counts;
N
@Document(indexName = "product", createIndex = true)
public class Product {
@Id
@Field(name = "id", type = FieldType.Long)
private Long id;
@Field(name = "name", type = FieldType.Text)
private String name;
}
count_mag1 = 5, count_mag2 = 6 ... count_magN = 5
private Map<String, Long> counts;
КВ
N
N
КВ
N
M