Home
last modified time | relevance | path

Searched refs:CACHE_INT (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DFieldCache.h26 CACHE_INT, enumerator
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/
H A DFieldCacheImpl.cpp29 caches.put(CACHE_INT, newLucene<IntCache>(shared_from_this())); in initialize()
76 …return VariantUtils::get< Collection<int32_t> >(caches.get(CACHE_INT)->get(reader, newLucene<Entry… in getInts()