spring注解@SolrDocument详细使用说明 ,这个是solr中的注解,
A concrete representation of a document within a Solr index. Unlike a lucene Document, a SolrDocument may have an Object value matching the type defined in schema.xml For indexing documents, use the SolrInputDocument that contains extra information for document and field boosting.
大概翻译一下:@SolrDocument是solr索引中文档的具体表示。与Lucene文档不同,solrDocument可能具有与schema.xml中为索引文档定义的类型相匹配的对象值。请使用solrinputDocument,该文档包含用于文档和字段提升的额外信息。