můžete použít plně kvalifikovaný název domény pro různé anotace dokumentu?
o to se zde snažíme.
@Document(collection = "SPECTRUM")
@org.springframework.data.elasticsearch.annotations.Document(indexName = "spectrum", `type` = "spectra", shards = 1, replicas = 0, refreshInterval = "-1")
case class Spectrum(
...
)