Skip to content

Commit

Permalink
Add @experimentalapi annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Jul 4, 2024
1 parent e2ef9c4 commit e71aa09
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

import org.apache.lucene.util.automaton.Automaton;
import org.apache.lucene.util.automaton.Operations;
import org.opensearch.common.annotation.ExperimentalApi;
import org.opensearch.common.collect.Tuple;
import org.opensearch.common.regex.Regex;
import org.opensearch.tasks.TaskResultsService;
Expand All @@ -35,6 +36,7 @@
*
* @opensearch.api
*/
@ExperimentalApi
public class SystemIndexRegistry {

Check warning on line 40 in server/src/main/java/org/opensearch/indices/SystemIndexRegistry.java

View check run for this annotation

Codecov / codecov/patch

server/src/main/java/org/opensearch/indices/SystemIndexRegistry.java#L40

Added line #L40 was not covered by tests
private static final SystemIndexDescriptor TASK_INDEX_DESCRIPTOR = new SystemIndexDescriptor(TASK_INDEX + "*", "Task Result Index");
private static final Map<String, Collection<SystemIndexDescriptor>> SERVER_SYSTEM_INDEX_DESCRIPTORS = singletonMap(
Expand Down

0 comments on commit e71aa09

Please sign in to comment.