org.elasticsearch.index.cache.id
Interface IdCache

All Superinterfaces:
CloseableComponent, IndexComponent, Iterable<IdReaderCache>
All Known Implementing Classes:
SimpleIdCache

public interface IdCache
extends IndexComponent, CloseableComponent, Iterable<IdReaderCache>


Method Summary
 void clear()
           
 void clear(org.apache.lucene.index.IndexReader reader)
           
 IdReaderCache reader(org.apache.lucene.index.IndexReader reader)
           
 void refresh(org.apache.lucene.index.IndexReader[] readers)
           
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 
Methods inherited from interface org.elasticsearch.common.component.CloseableComponent
close
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

clear

void clear()

clear

void clear(org.apache.lucene.index.IndexReader reader)

refresh

void refresh(org.apache.lucene.index.IndexReader[] readers)
             throws Exception
Throws:
Exception

reader

IdReaderCache reader(org.apache.lucene.index.IndexReader reader)


Copyright © 2009-2012. All Rights Reserved.