Sorry about the multiple posting. I tried for about an hour to post this message :(
On Sep 24, 4:03 pm, Ice13ill <[email protected]> wrote: > I'm trying to implement a search based on a list of keywords (string). > The list is created based on the content of the objects' fields and i > use it when matching against a query text. > The problem is that i can't create indexes on App engine (i get Error > after about 30 mins, and i have to delete it). There are about 90,000 > entities of that kind and the index should looke like this: > > keyWordsList ▲ , keyWordsList ▲ , keyWordsList ▲ , key ▼ > > and i have about four of them. Plus, i want to upload smth like this > keyWordsList ▲ , keyWordsList ▲ , keyWordsList ▲ , keyWordsList ▲, > keyWordsList ▲, key ▼ > so i can include about 5 words in my query text > > My question: do i want to much ? :) I tried uploading about 4 indexes > and i got Error. I tried uploading 1 and worked (but needed about 2-3 > h). Is there a problem if i try to create 4 indexes of this magnitude > (and why)? Can i be sure that uploading one by one will work? Or maybe > this problem is related to AppEngine datastore problems ? > Please advice ! -- 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.
