mirror of https://github.com/apache/lucene.git
LUCENE-5699 - added missing javadoc for atomic reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620122 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50c03e09ef
commit
985a2eb18d
|
@ -48,7 +48,8 @@ import org.apache.lucene.util.BytesRef;
|
||||||
public class SimpleNaiveBayesClassifier implements Classifier<BytesRef> {
|
public class SimpleNaiveBayesClassifier implements Classifier<BytesRef> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* {@link org.apache.lucene.index.AtomicReader} used to access the {@link org.apache.lucene.classification.Classifier}'s
|
||||||
|
* index
|
||||||
*/
|
*/
|
||||||
protected AtomicReader atomicReader;
|
protected AtomicReader atomicReader;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue