(13/10/30 22:09), lovely kasi wrote:
Hi,

I made few changes to the solrconfig.xml, created a jar file,added it to
the lib folder of the solr and tried to start it.

THe changes in the solrconfig.xml are

<updateRequestProcessorChain name="mahoutclassifier" default="true">
       <processor class="com.mahout.solr.classifier.CategorizeDocumentFac">
         <str name="inputField">LEAD_NOTES</str>
         <str name="outputField">category</str>
         <str name="defaultCategory">Others</str>
         <str name="model">naiveBayesModel</str>
       </processor>
       <processor class="solr.RunUpdateProcessorFactory"/>
       <processor class="solr.LogUpdateProcessorFactory"/>
     </updateRequestProcessorChain>

What is "com.mahout.solr.classifier.CategorizeDocumentFac" ?
Is it a classifier delivered by Solr community?

koji
--
http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html

Reply via email to