读书人

将 Solr 等 data 变换为 Mahout vector

发布时间: 2012-06-30 17:20:12 作者: rapoo

将 Solr 等 data 转换为 Mahout vector

参考:http://mylazycoding.blogspot.com/2012/03/cluster-apache-solr-data-using-apache_13.html

?

?

Lately, I was working on Integration of Apache Mahout algorithms with Apache Solr. I am able to integrate Solr with Mahout Classification and Clustering algorithms. I will post a series of blogs on this integration. This post would guide you to Cluster your Solr data using K-Means Clustering algorithm of Mahout.
Step 1 Configure Solr & Index Data:

Before indexing some sample data into Solr make sure to configure fields in SolrConfig.xml(schema.xml).

<field name=”field_name” type=”text” indexed=”true” stored=”true” termVector=”true” />
读书人网 >开源软件

热点推荐