Package org.corpus_tools.graphannis
Class CorpusStorageManager.CountResult
- java.lang.Object
-
- org.corpus_tools.graphannis.CorpusStorageManager.CountResult
-
- Enclosing class:
- CorpusStorageManager
public static class CorpusStorageManager.CountResult extends Object
Contains the extended results of the count query.
-
-
Field Summary
Fields Modifier and Type Field Description longdocumentCountNumber of documents with at least one match.longmatchCountTotal number of matches.
-
Constructor Summary
Constructors Constructor Description CountResult()
-