Erick Erickson
Subject: Re: Problem with linux
To: solr-user@lucene.apache.org
Date: Saturday, 10 July, 2010, 6:32 PM
Well, an awful lot of people use it successfully, so the first
place I'd look is my classpath and be sure you don't have
unexpected jars in there. Perhaps ones from a dif
Well, an awful lot of people use it successfully, so the first
place I'd look is my classpath and be sure you don't have
unexpected jars in there. Perhaps ones from a different
version of Lucene, perhaps ones pointing to "interesting"
places in your JVM. Perhaps.
Second, have you tried it on a
I have problems when i execute my prog on linux having this following piece of
code.
{
Document d;
Analyzer analyzer = new PorterStemAnalyzer();
System.out.println("1");
Directory index = FSDirectory.open(new File("index1"));
System.out.println("2");
IndexWriter w = new IndexWriter(index