See Also
dtSearch Text Retrieval Engine -- .NET API (.NET 2.0-4.0) 7.70
WordListBuilder::Sort Method

Sort the word list by document count or term

C#
public bool Sort(SortFlags flags);
Visual Basic
Public Function Sort(flags As SortFlags) As bool
Remarks

The following SortFlags are supported: dtsSortByWord, and dtsSortByDocCount. Use dtsSortAscending to specify ascending order. Otherwise the sort will be in descending order. Sort() only works with ListFieldValues and ListMatchingWords.

See Also
You are here: dtSearch::Engine Namespace > WordListBuilder Class > WordListBuilder Methods > Sort Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.