> 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
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
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