Package com.liferay.portal.search.engine
Interface SearchEngineInformation
@ProviderType
public interface SearchEngineInformation
-
Method Summary
Modifier and TypeMethodDescriptionint[]
-
Method Details
-
getClientVersionString
String getClientVersionString() -
getConnectionInformationList
List<ConnectionInformation> getConnectionInformationList() -
getEmbeddingVectorDimensions
int[] getEmbeddingVectorDimensions() -
getNodesString
String getNodesString() -
getVendorString
String getVendorString()
-