Hi, I'm trying to find the source code for class: JaspellTernarySearchTrie. It's supposed to be used for spelling suggestions.
It's referenced in the javadoc: http://lucene.apache.org/solr/api/org/apache/solr/spelling/suggest/jaspell/JaspellTernarySearchTrie.html I realize this is a dumb question, but i've been looking through the downloads for several hours. I can't actually find the package org/apache/solr/spelling/suggest/ that it's supposed to be under. So if you would be so kind... What jar is it compiled into? Where is the source in the downloaded source tree? thanks.