FOSElasticaBundle
FOSElasticaBundle copied to clipboard
symfony 4 add to Annotation
Hi! I have the problem for using custom repository with this bundle how can i say Product entity using custom repository for elastic and using doctrine ORM i try with annotations but class
use FOS\ElasticaBundle\Configuration\Search;
@Search(repositoryClass="Acme\UserBundle\Entity\ElaticSearchProductRepository")
not exist