Uses of Class
org.apache.maven.search.Record
Packages that use Record
Package
Description
-
Uses of Record in org.apache.maven.search
Methods in org.apache.maven.search that return types with arguments of type Record -
Uses of Record in org.apache.maven.search.backend.indexer.internal
Constructor parameters in org.apache.maven.search.backend.indexer.internal with type arguments of type RecordModifierConstructorDescriptionIndexerCoreSearchResponseImpl(SearchRequest searchRequest, int totalHits, List<Record> page, org.apache.lucene.search.Query query, List<ArtifactInfo> artifactInfos) -
Uses of Record in org.apache.maven.search.backend.smo.internal
Constructor parameters in org.apache.maven.search.backend.smo.internal with type arguments of type RecordModifierConstructorDescriptionSmoSearchResponseImpl(SearchRequest searchRequest, int totalHits, List<Record> page, String searchUri, String rawJsonResponse) -
Uses of Record in org.apache.maven.search.support
Methods in org.apache.maven.search.support that return types with arguments of type RecordConstructor parameters in org.apache.maven.search.support with type arguments of type RecordModifierConstructorDescriptionprotectedSearchResponseSupport(SearchRequest searchRequest, int totalHits, List<Record> page)