In Retrieve&Rank service documentation there are 2 methods about results ranking
- Rank: Returns the top answer and a list of ranked answers with their ranked scores and confidence values (http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/retrieve-and-rank/api/v1/?node#rank)
- Search and rank: Return reranked results for your query. The request is similar to the Search Solr standard query parser method (http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/retrieve-and-rank/api/v1/?node#query_ranker)
What are the differences? what "custom feature" means on rank method? when i need to use first method? and when the second method?