Searched defs:singleton (Results 1 - 6 of 6) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexFileNameFilter.java31 private static IndexFileNameFilter singleton = new IndexFileNameFilter(); field in class:IndexFileNameFilter
92 return singleton;
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DNoLockFactory.java34 private static NoLockFactory singleton = new NoLockFactory(); field in class:NoLockFactory
46 return singleton;
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/fst/
H A DByteSequenceOutputs.java36 private final static ByteSequenceOutputs singleton = new ByteSequenceOutputs(); field in class:ByteSequenceOutputs
42 return singleton;
H A DIntSequenceOutputs.java36 private final static IntSequenceOutputs singleton = new IntSequenceOutputs(); field in class:IntSequenceOutputs
42 return singleton;
H A DNoOutputs.java46 private static final NoOutputs singleton = new NoOutputs(); field in class:NoOutputs
52 return singleton;
/lucene-3.6.0/lucene/contrib/facet/src/java/org/apache/lucene/facet/search/
H A DTotalFacetCountsCache.java50 private static final TotalFacetCountsCache singleton = new TotalFacetCountsCache(); field in class:TotalFacetCountsCache
56 return singleton;
78 /** private constructor for singleton pattern */

Completed in 14 milliseconds