It is a class writen by me which extends the UpdateRequestProcessorFactory
.I compiled it ,created the jar and added it to the solr lib folder.It is
the process suggested in the links i used to verify.

Thanks.


On Wed, Oct 30, 2013 at 4:09 PM, Koji Sekiguchi <k...@r.email.ne.jp> wrote:

> (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<http://soleami.com/blog/automatically-acquiring-synonym-knowledge-from-wikipedia.html>
>

Reply via email to