DBCONTENTPROXIMITY
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 DBCONTENTPROXIMITY structure represents specific information required by the DBOP_content_proximity operator.
typedef struct tagDBCONTENTPROXIMITY {
DWORD dwProximityUnit; // words, paras, chapters etc.
ULONG ulProximityDistance; // how near is "near"?
LONG lWeight; // weight of the proximity node
} DBCONTENTPROXIMITY;
Remarks
For valid values of the dwProximityUnit member, see Proximity Unit Constants.
For more information on the DBOP_content_proximity operator, see Content Search Operators.