Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsOptions::noiseWordFile Data Member
dtsOptions Structure | dtsOptions Structure | Send Feedback

List of noise words to skip during indexing (default: "noise.dat") A noise word is a word such as the or if that is so common that it is not useful in searches.

char noiseWordFile[FileNameLen];
Description

To save time, noise words are not indexed and are ignored in index searches. 

When an index is created, dtSearch copies the list of words from noise.dat into the index directory and also builds the word list into other index files. After an index is created, subsequent changes to the noise word list will not affect indexing for that index

Structure
Links
You are here: C++ API > Classes > dtsOptions Structure > dtsOptions::noiseWordFile Data Member
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.