Releases: floriansemm/SolrBundle
Releases · floriansemm/SolrBundle
Hotfix
Feature release
- setup the connection in dns-style by @patrikorup
- the debugger-tool has an improved icon by @symcaster
- add new document-type "Nested()" and field property "nestedClass" to index full objects
v1.6.8
- add support for SF4
- fix toolbar icon
v1.6.7
hot fix
v1.6.6
- it is now possible to setup an endpoint with a dsn by @patrikorup
fs_solr:
endpoints:
core0:
timeout: 5
dsn: http://localhost:8983/solr
- indexing-command shows notice if the requested set of entities is to large (more than 500000 entities)
dev release
- drop php5 support
- the bundle will catch internally exceptions and throws an highlevel
SolrException
- all object relations must configure an setter method
Feature release
- add some caching
- add new option for
Id
annotation - add support for fieldModifier
- add php7 support
- drop dependency to mongo-ext
closes issue in solr:index:populate command
v1.6.4 add tests synchronize index method
Solves some bugs
v1.6.3 fix phpdoc, close #145