| Package | Description | 
|---|---|
| com.communote.server.core.database.hibernate | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MSSQLServerFulltextFunction
SQL Server Function for rendering the Communote fulltext function for MSSQL Server. 
 | 
class  | 
OracleFulltextFunction
SQL Server Function for rendering the Communote fulltext function for Oracle. 
 | 
class  | 
PostgreSQLFulltextFunction
For creating an index on PostgreSQL use:
 CREATE INDEX core_content_full_en_idx ON core_content USING gin(to_tsvector('english', content));
 CREATE INDEX core_content_full_de_idx ON core_content USING gin(to_tsvector('german', content)); 
 | 
class  | 
StandardLikeFulltextFunction
Implements the HQL fulltext function with standard SQL LIKE functionality. 
 | 
Copyright © 2019 Communote team. All rights reserved.