public class TableSpecification.FullTextIndex extends TableSpecification.IndexType
Constructor and Description |
---|
FullTextIndex(java.lang.String name,
java.lang.String... strings) |
FullTextIndex(TableSpecification.FullTextIndex i) |
Modifier and Type | Method and Description |
---|---|
void |
accept(java.util.function.UnaryOperator<java.lang.String> name_map,
FieldTypeVisitor vis) |
TableSpecification.IndexType |
copy(TableSpecification spec)
Generate a copy of this index in a different specification.
|
addField, equals, getindexNames, getName, hashCode, isRef
public FullTextIndex(TableSpecification.FullTextIndex i)
public FullTextIndex(java.lang.String name, java.lang.String... strings) throws InvalidArgument
InvalidArgument
public void accept(java.util.function.UnaryOperator<java.lang.String> name_map, FieldTypeVisitor vis)
accept
in class TableSpecification.IndexType
public TableSpecification.IndexType copy(TableSpecification spec)
TableSpecification.IndexType
copy
in class TableSpecification.IndexType