public static class FetchSubPhase.HitContext extends Object
Constructor and Description |
---|
HitContext() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
cache() |
int |
docId() |
String |
getSourcePath(String sourcePath) |
InternalSearchHit |
hit() |
org.apache.lucene.index.AtomicReader |
reader() |
org.apache.lucene.index.AtomicReaderContext |
readerContext() |
void |
reset(InternalSearchHit hit,
org.apache.lucene.index.AtomicReaderContext context,
int docId,
org.apache.lucene.index.IndexReader topLevelReader) |
org.apache.lucene.search.IndexSearcher |
searcher() |
org.apache.lucene.index.IndexReader |
topLevelReader() |
public void reset(InternalSearchHit hit, org.apache.lucene.index.AtomicReaderContext context, int docId, org.apache.lucene.index.IndexReader topLevelReader)
public InternalSearchHit hit()
public org.apache.lucene.index.AtomicReader reader()
public org.apache.lucene.index.AtomicReaderContext readerContext()
public org.apache.lucene.search.IndexSearcher searcher()
public int docId()
public org.apache.lucene.index.IndexReader topLevelReader()
Copyright © 2009–2015. All rights reserved.