Solr là gì? hướng dẫn cài đặt và sử dụng Solr
Solr 5 Tutorial
This tutorial is for Solr 5.1 and later.
1. Download Solr
Download and unpack the
latest Solr release from the Apache download mirrors. You may want to check out the
Solr Prerequisites as well.
2. Start Solr
$ bin/solr start # this starts solr
$ bin/solr create -c demo # this creates a document collection called "demo"
3. Go!
You’re now ready to start using Solr!
To verify it’s up and running, you can point your browser at the admin page:
http://localhost:8983/solr/
Indexing and Retrieving a Document
Tham khảo thêm ở link sau
http://yonik.com/solr-tutorial/
