chetanmeh commented on issue #3283: Add implicit ClassTag for entity type
URL: 
https://github.com/apache/incubator-openwhisk/pull/3283#issuecomment-365520777
 
 
   > It suggests we have a generalized API for something which shouldn't be 
generalized?
   
   Its kind of true as with CouchDB most of query logic is implemented as code 
in CouchDB side which can be treated as implementation detail for 
CouchDbRestStore where the (designDoc, viewName) parameter maps to the server 
side logic.
   
   For non CouchDB stores this would need to be implemented as part of store 
implementation. Another usecase is type of index being created which would 
differ for various stores and would differ based on persistent store.
   
   Hence using entity/document type as selector for such logic 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to