0
I made a site in the environment Node.js, using Express, template engine Jade, The problem is that the search engine (search engine) I have ready is in PHP, I do not know if I can run it in Node environment; if I can as would?
If it is not possible, or if you know how I can make a direct search engine in the Node environment, I ask you for this help.
Where is the data?
– bfavaretto
Two indicators I’ve heard about: Weld: http://lbdremy.github.io/solr-node-client/, Elastic search: http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html
– Sergio
Thanks Sergio, I’ll analyze these api. I found a Jquery plugin that searches in Static, live and image mode, I’m implementing to see if the result will satisfy. plugin’s website: http://www.tipue.com/search/
– Thiago Jem
@Thiagojem, answer the question of bfavaretto, the question as it is not very clear and more complete can be very useful to others in the future.
– Sergio
@bfavaretto the data are the huge files in PHP. I was thinking search engine only in PHP, thank God I remembered to search other ways.
– Thiago Jem