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?
source
share