Share via


DBLIKE

Note

Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.

 

The DBLIKE structure represents specific information required by the DBOP_like operator.

typedef struct tagDBLIKE {
  LONG lWeight;      // weight on the dbop_like node
  GUID guidDialect;  // system to use for "likeness". E.g. Reg. Ex.
} DBLIKE;

Remarks

For more information about the DBOP_like operator, see Operators for Scalars.