Elevate your data management. Join a lively chat to learn how streaming data can improve real-time decision-making, and how to reduce costs.
Platform Engineering: Enhance the developer experience, establish secure environments, automate self-service tools, and streamline workflows
Software Developer - Java at IndiaNIC Infotech Ltd
Ahmedabad, IN
Joined Jun 2013
I am a JAVA software engineer and Cloud Technology Savvy. I have been experience in enterprise solutions using Java(EE), Apache Solr, GWT, GWT-P, SmartGWT, Restlet and Hibernate. Moreover my interest are in system architecture and integration, data modeling, relational databases and mapping with NoSQL for high throughput.
Stats
| Reputation: | 3 |
| Pageviews: | 69.7K |
| Articles: | 1 |
| Comments: | 1 |
Comments
Jun 25, 2013 · Gyorgy Fekete
How to load result based on conditions. I tried using :
AdHocView adhocView = new AdHocView("function(doc) { emit(null, doc);}");
ViewResults resultAdHoc = db.adhoc(adhocView);
and
ViewResults resultAdHoc = db.adhoc("function(doc) { emit(null, doc);}");
But output is NULL only:
25 Jun, 2013 4:07:02 PM com.fourspaces.couchdb.Database adhoc
WARNING: Error executing view - null null
resultAdHoc: null