Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test functions

Table: resource_keyword

For free text metadata, stores the indexed keywords. Fixed list indexing is stored separately via resource_node and node_keyword.

ColumnTypeNote
resourceint(11)See table resource
keywordint(11)See table keyword
hit_countint(11)The live hitcount. This value is copied from the new_hit_count column. See copy_hitcount_to_live()
positionint(11)The position of the keyword in the indexed string for advanced searching.
resource_type_fieldint(11)See table resource_type_field
new_hit_countint(11)For each matching keyword in a search, the new hitcount is incremented so existing results are not affected. See update_resource_keyword_hitcount()

This table is empty by default.

Please see the schema overview for context. This document was last updated on the 17th of November 2024 at 15:35 (Europe/London time).