Google App Engine text file search API not working the same as python in string search

I am trying to use the Google App Engine Java search API, but it is not working properly. Actually the search for python and java is different.

Python:
Website
Source Code

Java:
Website
Source Code

When I search for "tes", python leads to all documents with "test", but not java. Is this a bug in java sdk, am I using 1.7.4?

+5
source share
1 answer

Unfortunately, this is still not possible using the API.

See these posts for more information:

/:

0

All Articles