You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Konstantyn Smirnov <in...@yahoo.com> on 2010/12/09 01:06:35 UTC

Re: Can I run Lucene in google app engine?

Hi Mike, 

can you please elaborate?
Where can I find the test?

TIA


Michael McCandless-2 wrote:
> 
> Yes, I believe so (we have a unit test asserting this).
> 
> But, there's no guarantee of cross-version compatibility of the serialized
> form.
> 
> Mike
> 

-- 
View this message in context: http://lucene.472066.n3.nabble.com/Can-I-run-Lucene-in-google-app-engine-tp560098p2054691.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Can I run Lucene in google app engine?

Posted by Konstantyn Smirnov <in...@yahoo.com>.
Thanks Mike, I found it.

It's a really elegant way, to serialize the object. No special serialize()
methods, just dump in to stram - that's it :)
-- 
View this message in context: http://lucene.472066.n3.nabble.com/Can-I-run-Lucene-in-google-app-engine-tp560098p2063140.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Can I run Lucene in google app engine?

Posted by Michael McCandless <lu...@mikemccandless.com>.
It's the testSerializable method in
org/apache/lucene/test/store/TestRAMDirectory.java

Mike

On Wed, Dec 8, 2010 at 7:06 PM, Konstantyn Smirnov <in...@yahoo.com> wrote:
>
> Hi Mike,
>
> can you please elaborate?
> Where can I find the test?
>
> TIA
>
>
> Michael McCandless-2 wrote:
>>
>> Yes, I believe so (we have a unit test asserting this).
>>
>> But, there's no guarantee of cross-version compatibility of the serialized
>> form.
>>
>> Mike
>>
>
> --
> View this message in context: http://lucene.472066.n3.nabble.com/Can-I-run-Lucene-in-google-app-engine-tp560098p2054691.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org