Class LuceneMetadataInfo.LuceneInfo
java.lang.Object
com.apple.foundationdb.record.lucene.LuceneMetadataInfo.LuceneInfo
- Enclosing class:
- LuceneMetadataInfo
Information about an individual Lucene directory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
The number of documents that lucene thinks are in the index.int
The number of FieldInfos in the directory; seeFieldInfosStorage
.getFiles()
The file listing from the directory.int
hashCode()
-
Constructor Details
-
LuceneInfo
-
-
Method Details
-
getDocumentCount
public int getDocumentCount()The number of documents that lucene thinks are in the index.- Returns:
- the number of documents
-
getFiles
The file listing from the directory.- Returns:
- the list of files in the directory
-
getFieldInfoCount
public int getFieldInfoCount()The number of FieldInfos in the directory; seeFieldInfosStorage
.- Returns:
- the number of field infos in the directory
-
equals
-
hashCode
public int hashCode()
-