Removing AJSC and moving to SpringBoot
[aai/search-data-service.git] / src / main / java / org / onap / aai / sa / searchdbabstraction / elasticsearch / dao / DocumentStoreInterface.java
index 2f3350c..a9d5678 100644 (file)
@@ -45,6 +45,8 @@ public interface DocumentStoreInterface {
                                                 DocumentStoreDataEntity document,
                                                 boolean allowImplicitIndexCreation) throws DocumentStoreOperationException;
 
+  public SearchOperationResult suggestionQueryWithPayload(String indexName, String query) throws DocumentStoreOperationException;
+
   public DocumentOperationResult deleteDocument(String indexName, DocumentStoreDataEntity document)
       throws DocumentStoreOperationException;