Solr Facet Search spring-data-solr
- by sv1
I am new to Solr and we are using Spring-data for Solr
I have a question may be its too simple but I am unable to comprehend.
Basically I need to search on any field but I have a "zip" field as one of the facet fields.
I have a Solr repository . (Am not sure if the annotations on the Repository are correct.)
public interface MyRepository…