Paxti, What does your final queryString look like? And, could you include a stack trace? Also, are you seeing this with the dev app server, or for your deployed app?
-Amy On 3 October 2012 20:20, Patxi Bocos <[email protected]> wrote: > Hi, > > I´m using Google Search API and at the time of making the search: > > *QueryOptions options = > QueryOptions.newBuilder().setLimit(limit).setOffset(offset).build;* > > *queryString+="name:\""+name+"\"";* > > *Query query = Query.newBuilder().setOptions(options).build(queryString);* > > *Results<ScoredDocument> results = index.search(query);* > > > I´m getting a SearchQueryException saying the following: > > *AST is missing nil root name:"value"* > > Name is an existing field and I don´t know why am I getting this error. > > Anyone could help me? > > Thanks :) > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/ELJqZg9CU18J. > 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
