You are here: C++ API > Enumerations > ListingFlags Enumeration
Close
dtSearch Text Retrieval Engine Programmer's Reference
ListingFlags Enumeration

File: dtsearch.h

Syntax
C++
enum ListingFlags { dtsListHitCount = 0x0001, dtsListHeader = 0x0400, dtsListAppend = 0x0800, dtsListNoDisk = 0x1000 };
Members
Description
dtsListHitCount = 0x0001
Include number of hits for each file
dtsListHeader = 0x0400
Include header with search request, etc.
dtsListAppend = 0x0800
Append to the file created
dtsListNoDisk = 0x1000
Do not write search results to disk

Used in the output.listingFlags member of a dtsSearchJob, these flags specify the format for a listing file created following an search.

Copyright (c) 1995-2023 dtSearch Corp. All rights reserved.