: Is it possible to use multiple text files? I tried the following:
...
: But the second list, the cities, are apparently undetected, after
: restarting the tomcat and rebuilding the dictionary. Can this be done? If
: not, how would you recommend managing different dictionaries?
Skimming
I'm using the Suggester component for autocomplete. I have a variety of
types of suggestions that I would like to offer, such as locations, company
names, products, and dictionary words.
These lists vary in size and volatility, so keeping them all in the same
text file is not the most convenient.