spring-data-solr
spring-data-solr copied to clipboard
Small documentation typo
Hi there,
I think "Page" should be "Pageable" in the following line of the readme file:
@Highlight HighlightPage<Product> findByNameIn(Collection<String> name, Page page);
Please correct me if I'am wrong :-)
you're absolutely right, should have been Pageable