public class IndexCache extends AbstractIndexComponent implements Closeable
deprecationLogger, index, indexSettings, logger| コンストラクタと説明 |
|---|
IndexCache(Index index,
IndexSettingsService indexSettingsService,
QueryCache queryCache,
BitsetFilterCache bitsetFilterCache) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BitsetFilterCache |
bitsetFilterCache()
Return the
BitsetFilterCache for this index. |
void |
clear(String reason) |
void |
close() |
QueryCache |
query() |
index, indexSettings@Inject public IndexCache(Index index, IndexSettingsService indexSettingsService, QueryCache queryCache, BitsetFilterCache bitsetFilterCache)
public QueryCache query()
public BitsetFilterCache bitsetFilterCache()
BitsetFilterCache for this index.public void close()
throws IOException
close インタフェース内 Closeableclose インタフェース内 AutoCloseableIOExceptionpublic void clear(String reason)
Copyright © 2009–2016. All rights reserved.