public class SearchLookup extends Object
Constructor and Description |
---|
SearchLookup(MapperService mapperService,
IndexFieldDataService fieldDataService,
String[] types) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Object> |
asMap() |
DocLookup |
doc() |
FieldsLookup |
fields() |
IndexLookup |
indexLookup() |
void |
setNextDocId(int docId) |
void |
setNextReader(org.apache.lucene.index.AtomicReaderContext context) |
SourceLookup |
source() |
public SearchLookup(MapperService mapperService, IndexFieldDataService fieldDataService, @Nullable String[] types)
public SourceLookup source()
public IndexLookup indexLookup()
public FieldsLookup fields()
public DocLookup doc()
public void setNextReader(org.apache.lucene.index.AtomicReaderContext context)
public void setNextDocId(int docId)
Copyright © 2009–2015. All rights reserved.