Spring2+Couchbase 연동시 Select findAll() 사용시 아래와 같이 오류 발생 {"msg":"No index available on keyspace users that matches your query. Use CREATE INDEX or CREATE PRIMARY INDEX to create an index, or check that your expected index is online.","code":4000} Couchbase에서 primary index를 생성해 줘야 한다. CREATE PRIMARY INDEX ON '버킷이름';