floriansemm / SolrBundle

Solr-Integration into Symfony and Doctrine2
http://floriansemm.github.io/SolrBundle
MIT License
123 stars 72 forks source link

Support for Virtual field for Doctrine #173

Closed dxmaster closed 4 years ago

dxmaster commented 6 years ago

This changes make is possible to make 'virtual" field for Doctrine ORM. This code use code described here https://github.com/floriansemm/SolrBundle/issues/171 for new documents, and my code for update documents. Added new attibute for annotation field: trackedFields. This attribute contains list of fields. If one of this fields is updated, then will updated Virtual fields in Solr

Example: `/**

/**