org.gcube.elasticsearch
Class FTNodeCache

java.lang.Object
  extended by org.gcube.elasticsearch.FTNodeCache

public class FTNodeCache
extends Object


Field Summary
 Map<String,org.gcube.indexmanagement.common.FullTextIndexType> cachedIndexTypes
           
 Map<String,Set<String>> indexTypesByCollIDs
           
 Map<String,List<String>> presentableFieldsPerIndexType
           
 Map<String,List<String>> searchableFieldsPerIndexType
           
 
Constructor Summary
FTNodeCache()
           
 
Method Summary
 void invalidate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedIndexTypes

public Map<String,org.gcube.indexmanagement.common.FullTextIndexType> cachedIndexTypes

indexTypesByCollIDs

public Map<String,Set<String>> indexTypesByCollIDs

presentableFieldsPerIndexType

public Map<String,List<String>> presentableFieldsPerIndexType

searchableFieldsPerIndexType

public Map<String,List<String>> searchableFieldsPerIndexType
Constructor Detail

FTNodeCache

public FTNodeCache()
Method Detail

invalidate

public void invalidate()


Copyright © 2013. All Rights Reserved.