Solr 3.1 / Java 1.5: Exception regarding analyzer implementation

2011-05-09 Thread Martin Jansen
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

Re: Solr 3.1 / Java 1.5: Exception regarding analyzer implementation

2011-05-09 Thread Martin Jansen
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 tokenStream() and reusableTokenStream

Indexing all permutations of words from the input

2011-01-20 Thread Martin Jansen
Hey there, I'm looking for an analyzer 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

Re: Indexing all permutations of words from the input

2011-01-20 Thread Martin Jansen
On 20.01.11 22:19, Jonathan Rochkind wrote: On 1/20/2011 4:03 PM, Martin Jansen wrote: I'm looking for ananalyzer 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