Package com.enonic.xp.index
Class AllTextIndexConfig
- java.lang.Object
-
- com.enonic.xp.index.AllTextIndexConfig
-
public final class AllTextIndexConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AllTextIndexConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllTextIndexConfig.Builder
create()
static AllTextIndexConfig.Builder
create(AllTextIndexConfig source)
boolean
equals(Object o)
List<String>
getLanguages()
int
hashCode()
-
-
-
Method Detail
-
create
public static AllTextIndexConfig.Builder create()
-
create
public static AllTextIndexConfig.Builder create(AllTextIndexConfig source)
-
-