querqy.lucene.rewrite.cache.TermQueryCache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querqy-lucene Show documentation
Show all versions of querqy-lucene Show documentation
Querqy library for query rewriting for Lucene
/**
*
*/
package querqy.lucene.rewrite.cache;
/**
* @author rene
*
*/
public interface TermQueryCache {
void put(CacheKey key, TermQueryCacheValue value);
TermQueryCacheValue get(CacheKey key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy