Skip to main content

Interface: FullTextSearchSettings

Lookup text search settings.

It is possible to use anything from DB-specific search extensions to a regular expression match.

Properties

PropertyTypeDescription

extractLabel?

boolean

When enabled, adds SPARQL patterns to try to extract label from IRI and makes it available as ?extractedLabel binding in queryPattern.

prefix

string

Prefixes to use in full text search queries.

queryPattern

string

SPARQL query pattern to search/restrict results by text token.

Parametrized variables:

  • ${text} text token
  • ${dataLabelProperty} dataLabelProperty property from the settings

Expected bindings:

  • ?inst link type
  • ?score numerical score for ordering search results by relevance
  • ?extractedLabel (optional; if extractLabel is enabled)