Re: Using SimpleNaiveBayesClassifier in solr

2015-10-14 Thread Yewint Ko
> Having a big Index will affect as of course we are querying the index, but > not because we are building a model. > > +1 on all Tommaso's observations! > > Cheers > > > > On 10 October 2015 at 20:36, Yewint Ko wrote: > > > Hi > > > > I

Using SimpleNaiveBayesClassifier in solr

2015-10-10 Thread Yewint Ko
Hi I am trying to use NaiveBayesClassifier in my solr project. Currently looking at its test case ClassificationTestBase.java. Below codes seems like that classifier read the whole index db to train the model everytime when classification happened for inputDocument. or am I misunderstanding somet

Using SimpleNaiveBayesClassifier in solr

2015-10-10 Thread Yewint Ko
Hi I am trying to use SimpleNaiveBayesClassifier in my solr project. Currently looking at its test base ClassificationTestBase.java. The sample test code inside seems like that classifier read the whole index db to train the model everytime when classification happened for inputDocument. or am I