Jason:
I need your help.
Before I create the index,My app works fine,and I use the query
below,I can get 1 row.
SELECT FROM StockBase where code = '600175' and season = '3' and year
= '2009'
However,after create the index,and status of index is "serving".I
use the query above,then can not get anything.But I sure the data
stored on the server.Because when I remove the "and year = '2009'".I
can also get the rows.
My application id is canslimbot.
Pls tell me the reason about it,thank u!
--
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.