Searched defs:getRefCount (Results 1 - 4 of 4) sorted by relevance

/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/
H A DTaxonomyReader.java267 public int getRefCount(); method in interface:TaxonomyReader
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/directory/
H A DDirectoryTaxonomyReader.java133 if (getRefCount() <= 0) {
582 public int getRefCount() { method in class:DirectoryTaxonomyReader
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexFileDeleter.java170 getRefCount(fileName);
494 RefCount rc = getRefCount(fileName);
510 RefCount rc = getRefCount(fileName);
534 return getRefCount(fileName).count > 0;
538 private RefCount getRefCount(String fileName) { method in class:IndexFileDeleter
H A DIndexReader.java127 public final int getRefCount() { method in class:IndexReader

Completed in 19 milliseconds