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, isRefpublic FullTextIndex(TableSpecification.FullTextIndex i)
public FullTextIndex(java.lang.String name,
java.lang.String... strings)
throws InvalidArgument
InvalidArgumentpublic void accept(java.util.function.UnaryOperator<java.lang.String> name_map,
FieldTypeVisitor vis)
accept in class TableSpecification.IndexTypepublic TableSpecification.IndexType copy(TableSpecification spec)
TableSpecification.IndexTypecopy in class TableSpecification.IndexType