public static final class IndicesWarmer.WarmerContext extends Object
Constructor and Description |
---|
WarmerContext(ShardId shardId,
Engine.Searcher searcher) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.index.IndexReader |
reader() |
Engine.Searcher |
searcher()
Return a searcher instance that only wraps the segments to warm.
|
ShardId |
shardId() |
String |
toString() |
public WarmerContext(ShardId shardId, Engine.Searcher searcher)
public ShardId shardId()
public Engine.Searcher searcher()
public org.apache.lucene.index.IndexReader reader()
Copyright © 2009–2015. All rights reserved.