Skip to content

Commit

Permalink
ran ./gradlew :java-client:spotlessApply
Browse files Browse the repository at this point in the history
Signed-off-by: brentam <[email protected]>
  • Loading branch information
brentam committed Dec 23, 2023
1 parent 843be49 commit f3412c6
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ public DutchAnalyzer dutch() {
return TaggedUnionUtils.get(this, Kind.Dutch);
}



/**
* Is this variant instance of kind {@code arabic}?
*/
Expand All @@ -256,7 +254,6 @@ public ArabicAnalyzer arabic() {
return TaggedUnionUtils.get(this, Kind.Arabic);
}


/**
* Is this variant instance of kind {@code armenian}?
*/
Expand All @@ -274,7 +271,6 @@ public ArmenianAnalyzer armenian() {
return TaggedUnionUtils.get(this, Kind.Armenian);
}


/**
* Is this variant instance of kind {@code basque}?
*/
Expand All @@ -292,7 +288,6 @@ public BasqueAnalyzer basque() {
return TaggedUnionUtils.get(this, Kind.Basque);
}


/**
* Is this variant instance of kind {@code bengali}?
*/
Expand All @@ -310,7 +305,6 @@ public BengaliAnalyzer bengali() {
return TaggedUnionUtils.get(this, Kind.Bengali);
}


/**
* Is this variant instance of kind {@code brazilian}?
*/
Expand All @@ -328,7 +322,6 @@ public BrazilianAnalyzer brazilian() {
return TaggedUnionUtils.get(this, Kind.Brazilian);
}


/**
* Is this variant instance of kind {@code bulgarian}?
*/
Expand All @@ -346,7 +339,6 @@ public BulgarianAnalyzer bulgarian() {
return TaggedUnionUtils.get(this, Kind.Bulgarian);
}


/**
* Is this variant instance of kind {@code catalan}?
*/
Expand All @@ -364,7 +356,6 @@ public CatalanAnalyzer catalan() {
return TaggedUnionUtils.get(this, Kind.Catalan);
}


/**
* Is this variant instance of kind {@code czech}?
*/
Expand All @@ -382,7 +373,6 @@ public CzechAnalyzer czech() {
return TaggedUnionUtils.get(this, Kind.Czech);
}


/**
* Is this variant instance of kind {@code danish}?
*/
Expand Down Expand Up @@ -417,7 +407,6 @@ public EnglishAnalyzer english() {
return TaggedUnionUtils.get(this, Kind.English);
}


/**
* Is this variant instance of kind {@code estonian}?
*/
Expand All @@ -435,7 +424,6 @@ public EstonianAnalyzer estonian() {
return TaggedUnionUtils.get(this, Kind.Estonian);
}


/**
* Is this variant instance of kind {@code finnish}?
*/
Expand All @@ -453,7 +441,6 @@ public FinnishAnalyzer finnish() {
return TaggedUnionUtils.get(this, Kind.Finnish);
}


/**
* Is this variant instance of kind {@code french}?
*/
Expand All @@ -471,7 +458,6 @@ public FrenchAnalyzer french() {
return TaggedUnionUtils.get(this, Kind.French);
}


/**
* Is this variant instance of kind {@code galician}?
*/
Expand All @@ -489,7 +475,6 @@ public GalicianAnalyzer galician() {
return TaggedUnionUtils.get(this, Kind.Galician);
}


/**
* Is this variant instance of kind {@code german}?
*/
Expand All @@ -507,7 +492,6 @@ public GermanAnalyzer german() {
return TaggedUnionUtils.get(this, Kind.German);
}


/**
* Is this variant instance of kind {@code greek}?
*/
Expand All @@ -525,7 +509,6 @@ public GreekAnalyzer greek() {
return TaggedUnionUtils.get(this, Kind.Greek);
}


/**
* Is this variant instance of kind {@code hindi}?
*/
Expand All @@ -543,7 +526,6 @@ public HindiAnalyzer hindi() {
return TaggedUnionUtils.get(this, Kind.Hindi);
}


/**
* Is this variant instance of kind {@code hungarian}?
*/
Expand All @@ -561,7 +543,6 @@ public HungarianAnalyzer hungarian() {
return TaggedUnionUtils.get(this, Kind.Hungarian);
}


/**
* Is this variant instance of kind {@code indonesian}?
*/
Expand All @@ -579,7 +560,6 @@ public IndonesianAnalyzer indonesian() {
return TaggedUnionUtils.get(this, Kind.Indonesian);
}


/**
* Is this variant instance of kind {@code irish}?
*/
Expand All @@ -597,7 +577,6 @@ public IrishAnalyzer irish() {
return TaggedUnionUtils.get(this, Kind.Irish);
}


/**
* Is this variant instance of kind {@code italian}?
*/
Expand All @@ -615,7 +594,6 @@ public ItalianAnalyzer italian() {
return TaggedUnionUtils.get(this, Kind.Italian);
}


/**
* Is this variant instance of kind {@code latvian}?
*/
Expand All @@ -633,7 +611,6 @@ public LatvianAnalyzer latvian() {
return TaggedUnionUtils.get(this, Kind.Latvian);
}


/**
* Is this variant instance of kind {@code lithuanian}?
*/
Expand All @@ -651,7 +628,6 @@ public LithuanianAnalyzer lithuanian() {
return TaggedUnionUtils.get(this, Kind.Lithuanian);
}


/**
* Is this variant instance of kind {@code norwegian}?
*/
Expand All @@ -669,7 +645,6 @@ public NorwegianAnalyzer norwegian() {
return TaggedUnionUtils.get(this, Kind.Norwegian);
}


/**
* Is this variant instance of kind {@code persian}?
*/
Expand All @@ -687,7 +662,6 @@ public PersianAnalyzer persian() {
return TaggedUnionUtils.get(this, Kind.Persian);
}


/**
* Is this variant instance of kind {@code portuguese}?
*/
Expand All @@ -705,7 +679,6 @@ public PortugueseAnalyzer portuguese() {
return TaggedUnionUtils.get(this, Kind.Portuguese);
}


/**
* Is this variant instance of kind {@code romanian}?
*/
Expand All @@ -723,7 +696,6 @@ public RomanianAnalyzer romanian() {
return TaggedUnionUtils.get(this, Kind.Romanian);
}


/**
* Is this variant instance of kind {@code russian}?
*/
Expand All @@ -741,7 +713,6 @@ public RussianAnalyzer russian() {
return TaggedUnionUtils.get(this, Kind.Russian);
}


/**
* Is this variant instance of kind {@code sorani}?
*/
Expand All @@ -759,7 +730,6 @@ public SoraniAnalyzer sorani() {
return TaggedUnionUtils.get(this, Kind.Sorani);
}


/**
* Is this variant instance of kind {@code spanish}?
*/
Expand All @@ -777,7 +747,6 @@ public SpanishAnalyzer spanish() {
return TaggedUnionUtils.get(this, Kind.Spanish);
}


/**
* Is this variant instance of kind {@code swedish}?
*/
Expand All @@ -795,7 +764,6 @@ public SwedishAnalyzer swedish() {
return TaggedUnionUtils.get(this, Kind.Swedish);
}


/**
* Is this variant instance of kind {@code turkish}?
*/
Expand All @@ -813,7 +781,6 @@ public TurkishAnalyzer turkish() {
return TaggedUnionUtils.get(this, Kind.Turkish);
}


/**
* Is this variant instance of kind {@code thai}?
*/
Expand All @@ -831,7 +798,6 @@ public ThaiAnalyzer thai() {
return TaggedUnionUtils.get(this, Kind.Thai);
}


/**
* Is this variant instance of kind {@code fingerprint}?
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@
package org.opensearch.client.opensearch._types.analysis;

import jakarta.json.stream.JsonGenerator;
import java.util.List;
import java.util.function.Function;
import javax.annotation.Nullable;
import org.opensearch.client.json.*;
import org.opensearch.client.util.ApiTypeHelper;
import org.opensearch.client.util.ObjectBuilder;
import org.opensearch.client.util.ObjectBuilderBase;

import javax.annotation.Nullable;
import java.util.List;
import java.util.function.Function;

// typedef: _types.analysis.EnglishAnalyzer

@JsonpDeserializable
Expand Down
Loading

0 comments on commit f3412c6

Please sign in to comment.