TurboDB VCL Component Library

TTdbFulltextIndexDef.MinRelevance

TTdbFulltextIndexDef

Previous  Top  Next

Defines the minimum relevance for words to be indexed.

Delphi Syntax:

property MinRelevance: SmallInt;

C++ Syntax:

__property short MinRelevance = {read=GetMinRelevance, write=SetMinRelevance};

Description

Words with a lower relevance than defined with this property are not be indexed, this means one cannot search for such a word. Relevance is a positive number between 0 (absolutely not relevant) to 100 (highly relevant). Relevance support is not yet fully implemented.