Links
dtSearch Text Retrieval Engine -- Java API 7.70
Options.setMaxWordsToRetrieve Method
Options Class | Options Class | com.dtsearch.engine Package | Send Feedback

Maximum number of words that can be matched in a search.

public void setMaxWordsToRetrieve(int newMaxWordsToRetrieve);
Description

This can be any value from 16 to 256k. The default is 64k. If a search matches more unique words than the maxWordsToRetrieve limit, the error code dtsErMaxWords will be returned.

Class
Links
You are here: Classes > Options Class > Options.setMaxWordsToRetrieve Method
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.