まずはここを見て、solrをインストール、wikipediaのデータを入れる。
- SolrにWikipediaのデータを入れて遊ぶ
http://www.mwsoft.jp/programming/munou/wikipedia_solr.html
どうも上記の内容が古いようで、v6.4.1のsolrのjarではsolrserverのパッケージが見つからない。
あきらめて、本家のチュートリアルを読む。
http://lucene.apache.org/solr/quickstart.html
とりあえず、付属のdocsフォルダのindexをgettingstartedとして作るところまでは完了。
次に下記のページを読んで、ajax-solrを使って、gettingstartedのフロントエンドを作成。
- ajax-solrのページ
https://github.com/evolvingweb/ajax-solr/wiki
とりあえず、一覧とページネーションは出せた。

次はタグクラウド。。
- apache solrのページ
http://lucene.apache.org/solr/ - ajax-solrのチュートリアル
https://www.slideshare.net/netseven/apache-solr-ajax-solr - blacklightのページ
https://github.com/projectblacklight/blacklight - word2vecの紹介
https://deepage.net/bigdata/machine_learning/2016/09/02/word2vec_power_of_word_vector.html - word2vecの日本語学習モデル
http://aial.shiroyagi.co.jp/2017/02/japanese-word2vec-model-builder/