On 09.05.11 11:04, Martin Jansen wrote:
> I just attempted to set up an instance of Solr 3.1 in Tomcat 5.5 running
> in Java 1.5. It fails with the following exception on start-up:
>
>> java.lang.AssertionError: Analyzer implementation classes or at least their
>&
I just attempted to set up an instance of Solr 3.1 in Tomcat 5.5 running
in Java 1.5. It fails with the following exception on start-up:
> java.lang.AssertionError: Analyzer implementation classes or at least their
> tokenStream() and reusableTokenStream() implementations must be final at
> org
On 20.01.11 22:19, Jonathan Rochkind wrote:
> On 1/20/2011 4:03 PM, Martin Jansen wrote:
>> I'm looking for an configuration for Solr 1.4 that
>> accomplishes the following:
>>
>> Given the input "abc xyz foo" I would like to add at least the fo
Hey there,
I'm looking for an configuration for Solr 1.4 that
accomplishes the following:
Given the input "abc xyz foo" I would like to add at least the following
token combinations to the index:
abc
abc xyz
abc xyz foo
abc foo
xyz
xyz foo