さまざまなドキュメント注釈に完全修飾ドメイン名を使用できますか?
それが私たちがここでやろうとしていることです。
@Document(collection = "SPECTRUM")
@org.springframework.data.elasticsearch.annotations.Document(indexName = "spectrum", `type` = "spectra", shards = 1, replicas = 0, refreshInterval = "-1")
case class Spectrum(
...
)