spring-data-solr
spring-data-solr copied to clipboard
Spring Data - Apache Solr integration
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATASOLR). - [...
- [ ] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [ ] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATASOLR). - [...
Qualifiers are now stored in their original set instead of using the toString representation. --- Related ticket: [DATASOLR-276](https://jira.spring.io/browse/DATASOLR-276)
Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. Make sure that: - [x] You have read the...
Firstly, I've created a new interface called `MulticoreSolrOperations` which is similar to `SolrOperations`, but, all methods in `MulticoreSolrOperations` accept a `coreName` parameter i.e. to specify a solr core over which...
Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. Make sure that: - [x] You have read the...
Just a small typo in one code example of the README
Hi there, I think "Page" should be "Pageable" in the following line of the readme file: @Highlight HighlightPage findByNameIn(Collection name, Page page); Please correct me if I'am wrong :-)
Compatibility issue. `CommonsHttpSolrServer` already change to `ConcurrentUpdateSolrServer`
- [x] You have read the [Spring Data contribution guidelines](https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc). - [x] There is a ticket in the bug tracker for the project in our [JIRA](https://jira.spring.io/browse/DATASOLR). - [ ] You...