Skip to content

Releases: floriansemm/SolrBundle

Hotfix

15 Nov 09:21
Compare
Choose a tag to compare
v1.7.1

hotfix: catch exception if no document-declaration was found in norma…

Feature release

12 Nov 10:44
49cb335
Compare
Choose a tag to compare
  • 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

24 May 10:09
5ac7ce8
Compare
Choose a tag to compare
  • add support for SF4
  • fix toolbar icon

v1.6.7

22 Jan 10:24
Compare
Choose a tag to compare
  • getter will be called even if value is not an object, to transform complex structures like serialized data, #171

hot fix

20 Jun 20:35
Compare
Choose a tag to compare

fixes #165

v1.6.6

01 Mar 09:06
Compare
Choose a tag to compare
  • 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

28 Dec 12:53
Compare
Choose a tag to compare
dev release Pre-release
Pre-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

21 Dec 15:17
Compare
Choose a tag to compare
  • 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

14 Nov 12:44
Compare
Choose a tag to compare
v1.6.4

add tests synchronize index method

Solves some bugs

14 Nov 10:08
Compare
Choose a tag to compare
v1.6.3

fix phpdoc, close #145