IndexesCreator
The IndexesCreator
class is useful to create custom indexes in the tables made up the database of the system.
Author
N7ghtm4r3 - Tecknobit
Since
1.0.8
Properties
Link copied to clipboard
_ADD_FULLTEXT_INDEX_
query commandLink copied to clipboard
_IN_BOOLEAN_MODE
the mode applied to the FTS (full text search)Link copied to clipboard
_IN_NATURAL_LANGUAGE_MODE
the mode applied to the FTS (full text search)Link copied to clipboard
ALTER_TABLE_
query commandLink copied to clipboard
entityManager
entity manager helperLink copied to clipboard
SHOW_INDEX_FROM_
query commandFunctions
Link copied to clipboard
Link copied to clipboard
Method used to create the full text index used in the Full Text Search (FTS)
Link copied to clipboard
Link copied to clipboard
Method used to create the custom indexes
Link copied to clipboard
open fun formatFullTextKeywords(keywords: Collection<String>, trailingCharacter: String, escapeDoubleQuotes: Boolean): String
open fun formatFullTextKeywords( keywords: Collection<String>, leadingCharacter: String, trailingCharacter: String, escapeDoubleQuotes: Boolean): String
Method used to format the keywords to use in the query for a full text search