spring-data-couchbase
spring-data-couchbase copied to clipboard
Provides support to increase developer productivity in Java when using Couchbase. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data acce...
**[subhashni balakrishnan](https://jira.spring.io/secure/[email protected])** opened **[DATACOUCH-387](https://jira.spring.io/browse/DATACOUCH-387?redirect=false)** and commented --- No further details from [DATACOUCH-387](https://jira.spring.io/browse/DATACOUCH-387?redirect=false)
**[Ali Shahbour](https://jira.spring.io/secure/ViewProfile.jspa?name=shahbour)** opened **[DATACOUCH-233](https://jira.spring.io/browse/DATACOUCH-233?redirect=false)** and commented When trying to use findAll backed up by view it would take around 10 second to retrieve 327 document out of 900 document the...
**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATACOUCH-614](https://jira.spring.io/browse/DATACOUCH-614?redirect=false)** and commented --- No further details from [DATACOUCH-614](https://jira.spring.io/browse/DATACOUCH-614?redirect=false)
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** opened **[DATACOUCH-613](https://jira.spring.io/browse/DATACOUCH-613?redirect=false)** and commented --- No further details from [DATACOUCH-613](https://jira.spring.io/browse/DATACOUCH-613?redirect=false)
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** opened **[DATACOUCH-598](https://jira.spring.io/browse/DATACOUCH-598?redirect=false)** and commented org.springframework.data.couchbase.core.query.Query.export() should be deprecated - the only place it is used is in tests - where it uses a null value for parameterPtr instead...
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** opened **[DATACOUCH-597](https://jira.spring.io/browse/DATACOUCH-597?redirect=false)** and commented For string-based count (including paging) queries, check if query uses n1ql.selectEntity The count queries are constructed by having n1ql.selectEntity resolve to .... COUNT(*) ......
**[Michael Reiche](https://jira.spring.io/secure/ViewProfile.jspa?name=mikereiche)** opened **[DATACOUCH-618](https://jira.spring.io/browse/DATACOUCH-618?redirect=false)** and commented This doesn't seem to break anything, but it seems unnecessary. ```java public List resolveIndexForEntity(final CouchbasePersistentEntity root) { Assert.notNull(root, "CouchbasePersistentEntity must not be null!"); Document...
**[Arun Vijayraghavan](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49896)** opened **[DATACOUCH-581](https://jira.spring.io/browse/DATACOUCH-581?redirect=false)** and commented N1QL introduces Flex Index in 6.6. Provide SpEL expression like \{ n1ql.UseFts } which would allow FTS to work with N1QL --- No further...
**[Matt Ingenthron](https://jira.spring.io/secure/ViewProfile.jspa?name=ingenthr)** opened **[DATACOUCH-609](https://jira.spring.io/browse/DATACOUCH-609?redirect=false)** and commented The current transactions example shows mutation of just a single entity in a single bucket. The primary use case for txns is really atomicity...
**[Michael Nitschinger](https://jira.spring.io/secure/ViewProfile.jspa?name=daschl)** opened **[DATACOUCH-553](https://jira.spring.io/browse/DATACOUCH-553?redirect=false)** and commented The main README is outdated and needs to be updated for 4.0 --- No further details from [DATACOUCH-553](https://jira.spring.io/browse/DATACOUCH-553?redirect=false)