Can't find source or jar for Solr class JaspellTernarySearchTrie

2011-01-12 Thread Larry White
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.


Re: Can't find source or jar for Solr class JaspellTernarySearchTrie

2011-01-12 Thread Jayendra Patil
Checkout and build the code from -
https://svn.apache.org/repos/asf/lucene/dev/trunk/

Class -
https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/java/org/apache/solr/spelling/suggest/jaspell/JaspellTernarySearchTrie.java

https://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/java/org/apache/solr/spelling/suggest/jaspell/JaspellTernarySearchTrie.java
Regards,
Jayendra

On Wed, Jan 12, 2011 at 8:46 AM, Larry White ljw1...@gmail.com wrote:

 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.