c# - Asp.net search similar to Amazon -
i working on e-commerce website , implement search similar of amazon. have read solr , elasticsearch, wondering if find alternative isn't complex these two.
i have following tables:
categories, brands , products.
tblcategories ------------------------------ id name 1 shoes 2 watch accessories tblbrands ----------------------------------------------------------------- id name 1 puma 2 nike tblproducts ------------------------------------------------------------------ id productname brandname categoryname 1 flip-flop nike shoes 2 running shoes nike shoes
i want search on 3 of these tables. using asp.net c#.
Comments
Post a Comment