Re: [appengine-java] Text Search API

2011-12-19 Thread Amy Unruh
On Thu, Dec 15, 2011 at 3:56 PM, Ikai Lan (Google) wrote:

> Phil,
>
> I believe you should also be able to develop against the local SDK. It
> just won't work when deployed.
>

Yes, though one caveat-- the document store may not persist across restarts
of the dev appserver yet.


>
> --
> Ikai Lan
> Developer Programs Engineer, Google App Engine
> plus.ikailan.com | twitter.com/ikai
>
>
>
> On Thu, Dec 15, 2011 at 3:49 PM, Amy Unruh  wrote:
>
>> Phil,
>>
>> It's still in the Trusted Tester phase.  You can sign up here if you are
>> interested:
>>
>> https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dEdWcnRJUXZ2VGR3YmVsT1Q1WVB2Smc6MQ&ndplr=1
>> The trial is being run in multiple stages, and the invitation pool will
>> be expanded in later stages of testing.
>>
>> On Thu, Dec 15, 2011 at 10:42 AM, Phil Craven 
>> wrote:
>>
>>> It seems as if documentation for the Full Text Search API has appeared
>>> online as well as being included in the 1.6 java api.  Is this supported in
>>> appengine now?
>>>
>>> URL of the api:
>>> http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/IndexManager.html
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Google App Engine for Java" group.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msg/google-appengine-java/-/PDoCmT-J_jMJ.
>>> To post to this group, send email to
>>> google-appengine-java@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-appengine-java+unsubscr...@googlegroups.com.
>>> 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
>> google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> 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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Text Search API

2011-12-15 Thread Ikai Lan (Google)
Phil,

I believe you should also be able to develop against the local SDK. It just
won't work when deployed.

--
Ikai Lan
Developer Programs Engineer, Google App Engine
plus.ikailan.com | twitter.com/ikai



On Thu, Dec 15, 2011 at 3:49 PM, Amy Unruh  wrote:

> Phil,
>
> It's still in the Trusted Tester phase.  You can sign up here if you are
> interested:
>
> https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dEdWcnRJUXZ2VGR3YmVsT1Q1WVB2Smc6MQ&ndplr=1
> The trial is being run in multiple stages, and the invitation pool will be
> expanded in later stages of testing.
>
> On Thu, Dec 15, 2011 at 10:42 AM, Phil Craven wrote:
>
>> It seems as if documentation for the Full Text Search API has appeared
>> online as well as being included in the 1.6 java api.  Is this supported in
>> appengine now?
>>
>> URL of the api:
>> http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/IndexManager.html
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google App Engine for Java" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/google-appengine-java/-/PDoCmT-J_jMJ.
>> To post to this group, send email to
>> google-appengine-java@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-appengine-java+unsubscr...@googlegroups.com.
>> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> 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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Text Search API

2011-12-15 Thread Amy Unruh
Phil,

It's still in the Trusted Tester phase.  You can sign up here if you are
interested:
https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dEdWcnRJUXZ2VGR3YmVsT1Q1WVB2Smc6MQ&ndplr=1
The trial is being run in multiple stages, and the invitation pool will be
expanded in later stages of testing.

On Thu, Dec 15, 2011 at 10:42 AM, Phil Craven wrote:

> It seems as if documentation for the Full Text Search API has appeared
> online as well as being included in the 1.6 java api.  Is this supported in
> appengine now?
>
> URL of the api:
> http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/IndexManager.html
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/PDoCmT-J_jMJ.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> 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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Text Search API

2011-12-15 Thread Phil Craven
It seems as if documentation for the Full Text Search API has appeared 
online as well as being included in the 1.6 java api.  Is this supported in 
appengine now?

URL of the api: 
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/search/IndexManager.html

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/PDoCmT-J_jMJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] text Search

2010-04-05 Thread yjun hu
hi, you can try compass,a simple summary here.
http://www.hapeblog.com/blog.shtml?id=7002

On Mon, Apr 5, 2010 at 6:26 PM, RAVENDRA CHAUDHARY <
chaudharyraven...@gmail.com> wrote:

> no find givin text search this code:
> please send code who is find text search code.
>
>
> this code search find full name:
>
>
>
>
>PersistenceManager pm = PMF.get().getPersistenceManager();
>Query query = pm.newQuery(Candidate.class);
>query.setFilter("Name == pName");
>query.declareParameters("String pName");
>List list =
> (List)pm.newQuery(query).execute(name);
>
>return (List) pm.detachCopyAll(list);
>
> --
> 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
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
dream or truth

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] text Search

2010-04-05 Thread RAVENDRA CHAUDHARY
no find givin text search this code:
please send code who is find text search code.


this code search find full name:




PersistenceManager pm = PMF.get().getPersistenceManager();
Query query = pm.newQuery(Candidate.class);
query.setFilter("Name == pName");
query.declareParameters("String pName");
List list =
(List)pm.newQuery(query).execute(name);

return (List) pm.detachCopyAll(list);

-- 
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Text Search Support for Java

2009-12-02 Thread lent
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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.