gary-rowe / multibit-merchant

⚠️ OBSOLETE. DO NOT USE! A free and open source Bitcoin ecommerce platform, with several representative clients (online shop, admin etc). Uses Dropwizard, HAL, MongoDB etc
http://multibit.org
Other
150 stars 50 forks source link

Research search architecture #24

Closed gary-rowe closed 12 years ago

gary-rowe commented 12 years ago

Need to research how the searching for products will be done.

Main candidates are:

Output from the search egnine, could be made to conform to OpenSearch which is a typical interpretation of rel="search" and offers a standard response format.

gary-rowe commented 12 years ago

First cut of MBM will be based on a simple text field search by the database. Later on, Lucene (or similar) will be used.