Search code examples
pythongoogle-app-enginefull-text-searchwhoosh

google-app-engine full-text-search ,which is better , "google custom search" or whoosh


this is whoosh

so ,did you know which is better ?

thanks


Solution

  • Google Custom Search Engine won't search over your models unless they are published fairly completely on a page which Google has crawled and indexed. Think of CSE as a very configurable search engine over existing Google search results.

    Whoosh appears to be a better fit if you want to search over models in your datastore. Another option for this functionality is Bill Katz's SearchableModel.