lundi 27 juillet 2015

Amazon CloudSearch matching long strings against domain documents

I'm implementing Amazon's Cloud Search API and was wondering how well it would work for "vague" queries.

We basically have records that contain descriptions. We want to find matches based on the content of that description. For example, our domain dataset has the following strings (where each string is a different document):

"The sun is shining bright today"

"The moon is shining in the sky tonight"

"The rain is pouring outside today"

If I were to submit a description to the server like this:

"The sun and moon are shining bright lately" 

is there a search method that would return a match for the first two elements (albeit with a low score)? If so, how is that search constructed?




Aucun commentaire:

Enregistrer un commentaire