NoClassDefFoundError for EarlyTerminatingSortingCollector

2014-10-02 Thread Cheng
Hi all, I am using the following simple code, which led to NoClassDefFoundError for EarlyTerminatingSortingCollector. Any one can help? Thanks. RAMDirectory index_dir = new RAMDirectory(); Analyzer analyzer = new StandardAnalyzer(); AnalyzingInfixSuggester suggester = new

Antwort: Re: Re: Highlighter wildcard problems: NoClassDefFoundError in Linux/CentOS 5.4, works in Windows XP

2010-07-30 Thread Markus Roth
Bitte problems: NoClassDefFoundError in antworten an Linux/CentOS 5.4, works in Windows XP java-u...@luce ne.apache.org

Re: Re: Highlighter wildcard problems: NoClassDefFoundError in Linux/CentOS 5.4, works in Windows XP

2010-07-30 Thread Ian Lea
gt; > 30.07.2010 15:39 > Bitte antworten an > java-user@lucene.apache.org > > > An > > java-user@lucene.apache.org > Kopie > > > Thema > > Re: Highlighter wildcard problems: NoClassDefFoundError in Linux/CentOS > 5.4, works in Wi

Antwort: Re: Highlighter wildcard problems: NoClassDefFoundError in Linux/CentOS 5.4, works in Windows XP

2010-07-30 Thread Markus Roth
Thema Re: Highlighter wildcard problems: Bitte NoClassDefFoundError in antworten an Linux/CentOS 5.4, works in

Re: Highlighter wildcard problems: NoClassDefFoundError in Linux/CentOS 5.4, works in Windows XP

2010-07-30 Thread Ian Lea
Your linux set up is evidently missing a jar file - the one that contains org/apache/lucene/index/memory/MemoryIndex. Or it is there but not in the CLASSPATH, or something else along those lines. -- Ian. On Fri, Jul 30, 2010 at 2:30 PM, Markus Roth wrote: > > > Hello everyone, > > I'm using

Highlighter wildcard problems: NoClassDefFoundError in Linux/CentOS 5.4, works in Windows XP

2010-07-30 Thread Markus Roth
Hello everyone, I'm using lucene for obvious purposes and I'm trying to highlight search-term results. libraries I use: lucene-core version: 3.0.2 lucene-highlighter version: 3.0.2 Dev-System: WinXP Pro 32Bit, jdk1.6.0_20, java version "1.6.0_20" Java

Re: NoClassDefFoundError

2006-08-24 Thread Mag Gam
Thankyou! You are right. Seems like tomcat overwrites my path. I had to manually move the .jar files into Tomcat's precence. On 8/24/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: My hunch is you don't have the Lucene JAR in the classpath at runtime. Erik On Aug 24, 2006, at 7:58 AM,

Re: NoClassDefFoundError

2006-08-24 Thread Erik Hatcher
My hunch is you don't have the Lucene JAR in the classpath at runtime. Erik On Aug 24, 2006, at 7:58 AM, Mag Gam wrote: Hi All, I keep getting this error in my tomcatlogs Aug 24, 2006 7:44:09 AM org.apache.catalina.core.ApplicationContext log INFO: Marking servlet search as unav

NoClassDefFoundError

2006-08-24 Thread Mag Gam
Hi All, I keep getting this error in my tomcatlogs Aug 24, 2006 7:44:09 AM org.apache.catalina.core.ApplicationContext log INFO: Marking servlet search as unavailable Aug 24, 2006 7:44:09 AM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Allocate exception for servlet search java.