Toggle navigation
Home
org.sonar.server.search.Result to org.sonar.server.es.SearchResult
No. of Instances - 5
No. of Commits - 2
No. of Projects - {'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
result.getHits()
to
result.getDocs()
result.getHits()
to
docs.getDocs()
Rename Variable
result
to
docs