For small and readonly indexes you can use lucene and it works without any
issues. All you need to do is generate your index outside the appengine
environment and put your index files in the war package that is deployed.
(Somewhere under WEB-INF would be the best place I think)

Erdinc

On Thu, Dec 3, 2009 at 5:42 PM, Max Ross (Google)
<[email protected]<maxr%[email protected]>
> wrote:

> I'll also point out that while it's not on our official roadmap, we have
> marked http://code.google.com/p/googleappengine/issues/detail?id=217 as
> "started."  Development is still in the very early stages so the only thing
> it's safe to conclude about timeline is that we don't expect it to be ready
> within 6 months (the scope of the roadmap).  When we have a better sense of
> when it will be ready it will appear on the roadmap.
>
> Max
>
>
> On Wed, Dec 2, 2009 at 3:46 PM, Don Schwarz <[email protected]> wrote:
>
>> FYI, it should be possible to port SearchableModel to Java and run it on
>> top of our low-level datastore API.  We have no immediate plans to do that,
>> but it would make a nice open-source contribution.
>>
>> You may want to play around with SearchableModel in Python first to ensure
>> that its performance characteristics and functionality are acceptable for
>> your task before you invest the effort, though.
>>
>> On Wed, Dec 2, 2009 at 5:44 PM, Ikai L (Google) <[email protected]>wrote:
>>
>>> Full text search isn't on our public roadmap:
>>> http://code.google.com/appengine/docs/roadmap.html
>>>
>>> The link describes what we plan on releasing in the upcoming months.
>>>
>>>
>>> On Wed, Dec 2, 2009 at 3:28 PM, steveb <[email protected]>wrote:
>>>
>>>> I'm also very interested in this feature. I'm looking at plugging in
>>>> Lucene ( http://www.kimchy.org/searchable-google-appengine-with-compass
>>>> ) to achieve search but I can imagine that there will be lots of
>>>> issues with storage, indexing, security, CPU use etc with this
>>>> solution.
>>>>
>>>> If we can get an indication of rough roadmap then we can decide
>>>> whether to delay and wait or bite off this hairy bit of integration
>>>> work.
>>>>
>>>> p.s. would it be possible to bridge between java and python
>>>> SearchableModel? I think this would be less total work than plugging
>>>> in Lucene. I'd be happy to hear any war stories in this area.
>>>>
>>>> Thanks, Steve
>>>>
>>>> On Dec 3, 7:53 am, lent <[email protected]> wrote:
>>>> > Hi,
>>>> >
>>>> > This question is targeted at Google guys.  Is there any plans to have
>>>> > limited support for full text search for Java, i.e. something like the
>>>> > equivalent of SearchableModel in Python, and if so when can this be
>>>> > expected?  When is FULL support for full text search be expected for
>>>> > appengine (Python and Java)?
>>>> >
>>>> > Regards,
>>>> > Len
>>>>
>>>> --
>>>>
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Google App Engine for Java" group.
>>>> To post to this group, send email to
>>>> [email protected].
>>>> To unsubscribe from this group, send email to
>>>> [email protected]<google-appengine-java%[email protected]>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Ikai Lan
>>> Developer Programs Engineer, Google App Engine
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "Google App Engine for Java" group.
>>> To post to this group, send email to
>>> [email protected].
>>> To unsubscribe from this group, send email to
>>> [email protected]<google-appengine-java%[email protected]>
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-appengine-java?hl=en.
>>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To post to this group, send email to
>> [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-appengine-java%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to