return new GetResponse(new GetResult(indexedDocumentIndex,indexedDocumentType,indexedDocumentId,0L,true,documentSource,Collections.emptyMap())); | return new GetResponse(new GetResult(indexedDocumentIndex,indexedDocumentType,indexedDocumentId,0L,true,documentSource.iterator().next(),Collections.emptyMap())); | documentSource | documentSource.iterator().next() | elasticsearch | b391425da17fe9af20ee7022e89877b3fe388048 | org.elasticsearch.percolator.PercolateQueryBuilderTests | | _1 | documentSource |
---|
_2 | documentSource |
---|
| | | | Uses | True |
documentXContentType=XContentFactory.xContentType(document); | documentXContentType=XContentFactory.xContentType(documents.iterator().next()); | document | document.iterator().next() | elasticsearch | b391425da17fe9af20ee7022e89877b3fe388048 | org.elasticsearch.percolator.PercolateQueryBuilder | | | | | | Uses | True |