This is an old revision of the document!
# Solr
## 参考资料:
https://atomate.net/blog/setup-solr-6-x-with-mysql/ https://lucene.apache.org/solr/guide/7_5/the-standard-query-parser.html#the-standard-query-parser https://lucene.apache.org/solr/guide/7_5/solr-tutorial.html
## 可能遇到的问题:
导入数据只有id和_version_:https://stackoverflow.com/questions/46413636/solr-is-not-indexing-mysql-database 分词:https://www.jianshu.com/p/f3e8ecee932f 数据导入不完整:可能是内存不足,修改solr.in.sh文件中SOLR_HEAP参数