Hi,

I just wanted to ask if you make progress to develop a full-text
search api.

My little search engine that uses a StringList property and has no
sorting is hitting the ceiling. I am increasingly getting a
NeedIndexError (The built-in indices are not efficient enough for this
query and your data. Please add a composite index for this query),
these errors occur on search queries with more than 4 words, so I
cannot add indices for 4,5,6[..] word queries because this would
result in exploding indices.

If you need testers for your search api I would volunteer.

Best Regards
Philip

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to