though my question is very theroitical, want to know using what tech, search results like myntra.com and jabong.com are developed? I want to develop the same for my web app and looking for best possible ways, lookwise, performance wise nd user friendliness!!!
Asked
Active
Viewed 909 times
3
-
`my question is very theroitical` and you know that this site is for specific programming problems? – Ean V Mar 07 '14 at 05:46
-
Yes I know, but since this question was important for me to ask and know about it, that's why asked, assuming this is the best place where people can answer based on their knwoledge and experiences and its harmless! – AngryJS Mar 07 '14 at 06:08
2 Answers
4
It is depending on which database you use in your web application. There is full text search facility in MongoDB. You can use Lucene for text search.

Hardik Barot
- 775
- 1
- 4
- 17
0
You can use open source searching and sorting techniques like Apache Solr
visit http://lucene.apache.org/solr/
Solr Uses the Lucene Search Library and Extends it, that makes is fast and efficient.

user3276565
- 11
- 2