Close
dtSearch Engine API for Java
WordListBuilder.listWords Method

Build a scrolling word list based on user input, with a fixed number of words before and after the word in the index.

Syntax
Java
public int listWords(String cursorWord, int range);
Parameters
Description
String cursorWord
The word at the center of the list.
int range
The number of words before and after the word to find.