Re: java.io.IOException: read past EOF after Solr 1.4.0

2010-02-18 Thread Yonik Seeley
2010/2/18 Koji Sekiguchi : > Using release-1.4.0 or trunk branch Solr and indexing > example data and search 0 boosted word: > > http://localhost:8983/solr/select/?q=usb^0.0 Confirmed - looks like Solr is requesting an incorrect docid. I'm looking into it. -Yonik http://www.lucidimagination.com

java.io.IOException: read past EOF after Solr 1.4.0

2010-02-18 Thread Koji Sekiguchi
Using release-1.4.0 or trunk branch Solr and indexing example data and search 0 boosted word: http://localhost:8983/solr/select/?q=usb^0.0 I got the following exception: java.io.IOException: read past EOF at org.apache.lucene.store.NIOFSDirectory$NIOFSIndexInput.readInternal(NIOFSDirectory.java: