Re: codec mismatch

2014-03-07 Thread Michael McCandless
> file system for greater performance. Solrandra stored the Lucene indexes in >> Cassandra, but the performance penalty was too high. >> >> -- Jack Krupansky >> >> -Original Message- From: Jason Wee >> Sent: Friday, February 14, 2014 3:13 AM >> To: java

Re: codec mismatch

2014-03-06 Thread Jason Wee
3:13 AM > To: java-user@lucene.apache.org > Subject: codec mismatch > > > Hello, > > This is my first question to lucene mailing list, sorry if the question > sounds funny. > > I have been experimenting to store lucene index files on cassandra,

Re: codec mismatch

2014-02-17 Thread Jack Krupansky
native file system for greater performance. Solrandra stored the Lucene indexes in Cassandra, but the performance penalty was too high. -- Jack Krupansky -Original Message- From: Jason Wee Sent: Friday, February 14, 2014 3:13 AM To: java-user@lucene.apache.org Subject: codec mismatch

Re: codec mismatch

2014-02-17 Thread Michael McCandless
ning the wrong >> file name? >> >> Mike McCandless >> >> http://blog.mikemccandless.com >> >> >> On Fri, Feb 14, 2014 at 3:13 AM, Jason Wee wrote: >> > Hello, >> > >> > This is my first question to lucene mailing list, sorry if

Re: codec mismatch

2014-02-17 Thread Jason Wee
been experimenting to store lucene index files on cassandra, > > unfortunately the exception got overwhelmed. Below are the stacktrace. > > > > org.apache.lucene.index.CorruptIndexException: codec mismatch: actual > > codec=CompoundFileWriterData vs expected codec=Lucene4

Re: codec mismatch

2014-02-14 Thread Michael McCandless
elmed. Below are the stacktrace. > > org.apache.lucene.index.CorruptIndexException: codec mismatch: actual > codec=CompoundFileWriterData vs expected codec=Lucene46FieldInfos > (resource: SlicedIndexInput(SlicedIndexInput(_0.fnm in > lucene-cassandra-desc) in lucene-cassandra-desc slice=31:340)) > at org.apache.lucene.c

codec mismatch

2014-02-14 Thread Jason Wee
Hello, This is my first question to lucene mailing list, sorry if the question sounds funny. I have been experimenting to store lucene index files on cassandra, unfortunately the exception got overwhelmed. Below are the stacktrace. org.apache.lucene.index.CorruptIndexException: codec mismatch