Package com.exedio.cope
Class MatchCondition
java.lang.Object
com.exedio.cope.Condition
com.exedio.cope.MatchCondition
- All Implemented Interfaces:
Serializable
A condition matching a fulltext index. EXPERIMENTAL!!!
Cope has no support for creating fulltext indexes
together with the schema yet,
so you have to do this manually.
MySQL: create fulltext index index_name on table_name (column_name)
Oracle: create index index_name ON table_name(column_name) indextype is CTXSYS.CONTEXT
- Author:
- Ralf Wiebicke
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatchCondition
(StringFunction function, String value) Creates a new MatchCondition. -
Method Summary