Searched refs:lookupKey (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/solr/contrib/dataimporthandler/src/java/org/apache/solr/handler/dataimport/
H A DDIHCacheSupport.java49 String lookupKey = context.getEntityAttribute(DIHCacheSupport.CACHE_FOREIGN_KEY);
50 if (cacheKey != null && lookupKey == null) {
65 cacheForeignKey = lookupKey;

Completed in 29 milliseconds