fix line length violation
This commit is contained in:
parent
f782f618cc
commit
a3a6ce6220
|
@ -317,7 +317,10 @@ public class FetchPhase implements SearchPhase {
|
||||||
return searchFields;
|
return searchFields;
|
||||||
}
|
}
|
||||||
|
|
||||||
private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context, int nestedSubDocId, LeafReaderContext subReaderContext, MapperService mapperService, ObjectMapper nestedObjectMapper) throws IOException {
|
private SearchHit.NestedIdentity getInternalNestedIdentity(SearchContext context, int nestedSubDocId,
|
||||||
|
LeafReaderContext subReaderContext,
|
||||||
|
MapperService mapperService,
|
||||||
|
ObjectMapper nestedObjectMapper) throws IOException {
|
||||||
int currentParent = nestedSubDocId;
|
int currentParent = nestedSubDocId;
|
||||||
ObjectMapper nestedParentObjectMapper;
|
ObjectMapper nestedParentObjectMapper;
|
||||||
ObjectMapper current = nestedObjectMapper;
|
ObjectMapper current = nestedObjectMapper;
|
||||||
|
|
Loading…
Reference in New Issue