Feature #5220
Feature #1585: add conversion and runtime support for word indexes
extend word index support to SQL Server
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
100%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
SQLServer, Word Indexes
History
#1 Updated by Eric Faulhaber over 5 years ago
#1587 implemented word index support and better implementation of CONTAINS-based queries for PostgreSQL and H2 databases, but SQL Server was not included in this implementation. SQL Server will still use the previous generation, UDF-based approach for CONTAINS queries.
This task is a placeholder for extending this implementation (or its follow-on implementation, see #5219) for the SQL Server database.
#2 Updated by Constantin Asofiei 10 months ago
Stefanel - can we consider this done for SQLServer?
#3 Updated by Stefanel Pezamosca 10 months ago
Constantin Asofiei wrote:
Stefanel - can we consider this done for SQLServer?
Yes, this was implemented in 9456a that was merged into trunk as rev. 16062.
#4 Updated by Greg Shah about 2 months ago
- topics SQLServer, Word Indexes added