Searched defs:incRef (Results 1 - 7 of 7) sorted by relevance

/lucene-3.6.0/solr/core/src/java/org/apache/solr/core/
H A DRefCntRamDirectory.java47 public void incRef() { method in class:RefCntRamDirectory
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/
H A DTaxonomyReader.java254 public void incRef(); method in interface:TaxonomyReader
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DSegmentNorms.java32 * is independent of reader references (i.e. incRef, decRef).
66 public synchronized void incRef() { method in class:SegmentNorms
228 clone.origNorm.incRef();
H A DSegmentCoreReaders.java122 synchronized void incRef() { method in class:SegmentCoreReaders
H A DIndexFileDeleter.java211 incRef(sis, true);
240 incRef(sis, true);
453 incRef(segmentInfos, isCommit);
476 void incRef(SegmentInfos segmentInfos, boolean isCommit) throws IOException { method in class:IndexFileDeleter
478 // If this is a commit point, also incRef the
481 incRef(fileName);
485 void incRef(Collection<String> files) throws IOException { method in class:IndexFileDeleter
488 incRef(file);
492 void incRef(String fileName) throws IOException { method in class:IndexFileDeleter
H A DIndexReader.java146 public final void incRef() { method in class:IndexReader
172 * @see #incRef
213 * @see #incRef
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/taxonomy/directory/
H A DDirectoryTaxonomyReader.java593 public void incRef() { method in class:DirectoryTaxonomyReader

Completed in 22 milliseconds