Simple-Text-Search (or Searchable) would probably work unless you need complex queries and/or proper ranking (but you say 'closest' so possibly not)
>From what I understand of Compass etc, they pretty much need to load the whole index into memory to use it, so are not going to work on large corpus's. 2010/1/20 Mats <[email protected]>: > Hi, > > I'm making an app that will search through a database of 10 million > records (all strings less than 500 bytes). What I need is to return > the 100 strings that closest matches a search query. Would this be > feasible to do on App Engine with Compass or something like appengine- > search (http://www.billkatz.com/2009/6/Simple-Full-Text-Search-for-App- > Engine) ? I don't really need any writes to the search index while > it's on app engine so I could precompute it if necessary. > > Mats > > -- > 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. > > >
-- 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.
