MergeException: java.io.IOException: File too large

2012-09-09 Thread Gully Burns
Hey Everyone, I'm building a solr store on version 3.6.1 and I encounter the following error when the system gets to about 1,000,000 documents. commit{dir=/lfs1/code/apache-solr-3.6.1/vpdmfSolr/digitalLibrary/articlecitation/data/index,segFN=segments_3jki,version=1345856472880,generation=165330,

Re: Custom Analyzer Not Called When Indexing

2012-09-09 Thread Yann-Erwan Perio
Hello Uwe, It works perfectly, thank you very much for your answer! Cheers, Yep. On Sun, Sep 9, 2012 at 12:06 PM, Uwe Schindler wrote: > StringField is not tokenized, see > http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/document/StringField.html > > You must use TextField! >

RE: Custom Analyzer Not Called When Indexing

2012-09-09 Thread Uwe Schindler
StringField is not tokenized, see http://lucene.apache.org/core/4_0_0-BETA/core/org/apache/lucene/document/StringField.html You must use TextField! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Yann-

Custom Analyzer Not Called When Indexing

2012-09-09 Thread Yann-Erwan Perio
Hello, This is my first time writing to the list. I am a Java developer, writing a personal project using Lucene, and so far have been very happy with the library (v4BETA). However, I have recently decided to build and use a custom analyzer, and could not make it work with IndexWriter. I must be m