jar

org.opensearch.plugin : query-insights

Maven & Gradle

Feb 20, 2024
9.7k stars

query-insights · OpenSearch subproject :plugins:query-insights

Table Of Contents

Latest Version

Download org.opensearch.plugin : query-insights JAR file - Latest Versions:

All Versions

Download org.opensearch.plugin : query-insights JAR file - All Versions:

Version Vulnerabilities Size Updated
2.12.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window query-insights-2.12.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.opensearch.plugin.insights.core.listener

├─ org.opensearch.plugin.insights.core.listener.QueryInsightsListener.class - [JAR]

org.opensearch.plugin.insights.core.service

├─ org.opensearch.plugin.insights.core.service.QueryInsightsService.class - [JAR]

├─ org.opensearch.plugin.insights.core.service.TopQueriesService.class - [JAR]

org.opensearch.plugin.insights.rules.resthandler.top_queries

├─ org.opensearch.plugin.insights.rules.resthandler.top_queries.RestTopQueriesAction.class - [JAR]

org.opensearch.plugin.insights.rules.transport.top_queries

├─ org.opensearch.plugin.insights.rules.transport.top_queries.TransportTopQueriesAction.class - [JAR]

org.opensearch.plugin.insights

├─ org.opensearch.plugin.insights.QueryInsightsPlugin.class - [JAR]

org.opensearch.plugin.insights.rules.action.top_queries

├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueries.class - [JAR]

├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueriesAction.class - [JAR]

├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueriesRequest.class - [JAR]

├─ org.opensearch.plugin.insights.rules.action.top_queries.TopQueriesResponse.class - [JAR]

org.opensearch.plugin.insights.rules.model

├─ org.opensearch.plugin.insights.rules.model.Attribute.class - [JAR]

├─ org.opensearch.plugin.insights.rules.model.MetricType.class - [JAR]

├─ org.opensearch.plugin.insights.rules.model.SearchQueryRecord.class - [JAR]

org.opensearch.plugin.insights.settings

├─ org.opensearch.plugin.insights.settings.QueryInsightsSettings.class - [JAR]

Advertisement