Veraltete Full-Text Search-Funktionen

Gilt für:SQL ServerAzure SQL-DatenbankVerwaltete Azure SQL-Instanz

Dieser Artikel beschreibt die veralteten Volltextsuchfunktionen, die im SQL Server weiterhin verfügbar sind. Diese Funktionen sollen in einer zukünftigen Version entfernt werden. Verwenden Sie keine veralteten Funktionen in neuen Anwendungen.

Überwachen Sie die Nutzung veralteter Funktionen mithilfe des Objektleistungsindikators SQL Server:Deprecated Features und von Ablaufverfolgungsereignissen. Weitere Informationen finden Sie unter Verwenden von SQL Server-Objekten.

Funktionen werden nicht mehr unterstützt

Als veraltet markierte Funktion Ersetzung Funktionsname Feature-ID
FULLTEXTCATALOGPROPERTY-Eigenschaft: LogSize Nichts FULLTEXTCATALOGPROPERTY('LogSize') 211
FULLTEXTSERVICEPROPERTY-Eigenschaft:

ConnectTimeout

DataTimeout
Nichts FULLTEXTSERVICEPROPERTY('ConnectTimeout')

FULLTEXTSERVICEPROPERTY('DataTimeout')
210

209
sp_fulltext_catalog VOLLSTÄNDIGEN KATALOG ERSTELLEN

ALTER FULLTEXT CATALOG

DROP FULLTEXT CATALOG
sp_fulltext_catalog 84
sp_fulltext_column

sp_volltextdatenbank

sp_fulltext_table
VOLLSTÄNDIG ERSTELLEN INDEX

ALTER FULLTEXT INDEX

DROP FULLTEXT INDEX
sp_fulltext_column

sp_volltextdatenbank

sp_fulltext_table
86

87

85
sp_help_fulltext_catalogs

sp_help_fulltext_catalog_components

sp_help_fulltext_catalogs_cursor

sp_help_fulltext_columns

sp_help_fulltext_columns_cursor

sp_help_fulltext_tables

sp_help_fulltext_tables_cursor
sys.fulltext_catalogs

sys.fulltext_index_columns

sys.fulltext_indexes
sp_help_fulltext_catalogs

sp_help_fulltext_catalog_components

sp_help_fulltext_catalogs_cursor

sp_help_fulltext_columns

sp_help_fulltext_columns_cursor

sp_help_fulltext_table

sp_help_fulltext_tables_cursor
88

203

90

92

93

91

89
sp_fulltext_service-Aktionswerte: clean_up, connect_timeout und data_timeout geben 0 zurück Nichts sp_fulltext_service @action=clean_up

sp_fulltext_service @action=connect_timeout

sp_fulltext_service @action=data_timeout
116

117

118
sys.dm_fts_active_catalogs-Spalten:

is_paused

Vorheriger Status

previous_status_description

Zeilenanzahl_in_Tausend

status

status_description

worker_count
Nichts dm_fts_active_catalogs.is_paused

dm_fts_active_catalogs.previous_status

dm_fts_active_catalogs.previous_status_description

dm_fts_active_catalogs.row_count_in_thousands

dm_fts_active_catalogs.status

dm_fts_active_catalogs.status_description

dm_fts_active_catalogs.worker_count
218

221

222

224

219

220

223
Spalte „sys.dm_fts_memory_buffers“:

Anzahl der Zeilen
Nichts dm_fts_memory_buffers.row_count 225
Spalten von sys.fulltext_catalogs:

path

data_space_id

file_id-Spalten
Nichts fulltext_catalogs.path

fulltext_catalogs.data_space_id

fulltext_catalogs.file_id
215

216

217

Funktionen, die in einer zukünftigen Version von SQL Server nicht mehr unterstützt werden

Die folgenden Funktionen der Volltextsuche werden in der nächsten Version von SQL Server noch unterstützt, aber in einer zukünftigen Version entfernt. Die betreffende Version von SQL Server wurde noch nicht festgelegt.

Der Featurename-Wert wird in Ablaufverfolgungsereignissen als Objektname und in Leistungsindikatoren sowie sys.dm_os_performance_counters als Instanzname angezeigt. Der Feature ID-Wert erscheint in Traceereignissen als die ObjectId.

Als veraltet markierte Funktion Ersetzung Funktionsname Feature-ID
Generischer NEAR-Operator für CONTAINS und CONTAINSTABLE:

{ <simple_term> | <prefix_term> }

{

{ { NEAR | ~ } { <simple_term> | <prefix_term> } } [... n]

}
Der benutzerdefinierte NEAR-Operator:

NEAR(

{ { <simple_term> | <prefix_term> } [ ,...n ] }

| ( { <simple_term> | <prefix_term> } [,... n] )

[,<Entfernung> [,<Reihenfolge>] ]

}

)

<Abstand> ::= { Ganzzahl | MAX }

<Reihenfolge> ::= { WAHR | FALSCH }
FULLTEXT_OLD_NEAR_SYNTAX 247
CREATE FULLTEXT CATALOG Option:

IN PATH 'Rootpath'

ON FILEGROUP filegroup
Nichts CREATE FULLTEXT CATALOG IM PATH

Keine*
237

Keine*
DATABASEPROPERTYEX-Eigenschaft: IsFullTextEnabled Nichts DATABASEPROPERTYEX('IsFullTextEnabled') 202
Option „sp_detach_db“:

[ @keepfulltextindexfile = ] 'VolltextIndexDateiBehalten'
Nichts sp_detach_db @keepfulltextindexfile 226
sp_fulltext_service-Aktionswerte: resource_usage ist ohne Funktion. Nichts sp_fulltext_service @action=resource_usage 200

* Das SQL Server:Deprecated Features-Objekt überwacht keine Vorkommen von CREATE FULLTEXT CATALOG ON FILEGROUP <filegroup>.