Sort words in the WordListBuilder
bool sort(long sortFlags);
|
Parameters |
Description |
|
long sortFlags |
SortFlags values specifying the type of sort to perform |
The following sortFlags are supported: dtsSortByWord, and dtsWortByDocCount. Use dtsSortAscending to specify ascending order. Otherwise the sort will be in descending order.
Sort() only works with ListFieldValues and ListMatchingWords.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|