Commit graph

434 commits

Author SHA1 Message Date
micjohnson d9367c7ed8 Update DependencyInjection/FOQElasticaExtension.php 2012-12-12 06:25:55 -08:00
micjohnson ea921c8abe Update DependencyInjection/Configuration.php
Adding _routing for types
2012-12-12 06:23:54 -08:00
Jeremy Mikola 973d67f0c1 Merge pull request #161 from NicolasBadey/patch-1
Update composer.json
2012-12-05 09:50:24 -08:00
NicolasBadey ab84d89eb7 rebase upstream 2012-12-05 17:28:34 +01:00
Richard Miller 04ddfcce43 Merge pull request #197 from craigmarvelley/allow-multi-field-type
Remove exception when multi_field type is used
2012-11-30 05:39:43 -08:00
craig 7717d4d580 Remove exception when multi_field type is used 2012-11-29 14:32:47 +00:00
Richard Miller 9b5c26d3e3 Merge pull request #196 from daFish/fix/undefinedindex
Fixes undefined index error when populating index
2012-11-29 01:32:22 -08:00
daFish e5fef260f2 Changed servers to numeric indexes instead of associative indexes 2012-11-29 10:00:51 +01:00
Richard Miller 1bcc518b31 Merge pull request #191 from odolbeau/feat-nodes
Allow multiple servers in configuration
2012-11-28 13:19:01 -08:00
Richard Miller 5ea8bb9688 Merge branch 'master' of github.com:Exercise/FOQElasticaBundle 2012-11-28 21:17:20 +00:00
Richard Miller 8fde6b235c Merge branch '2.0'
Conflicts:
	Transformer/ElasticaToModelTransformerCollection.php
2012-11-28 21:15:13 +00:00
Richard Miller 62b28a813e Merge remote-tracking branch 'cup-of-giraf/nested'
Conflicts:
	DependencyInjection/Configuration.php
2012-11-28 21:13:04 +00:00
Richard Miller 7d90c1fdc1 Merge pull request #190 from daFish/feature/symfony22
Added support for Symfony 2.2 to composer.json
2012-11-28 12:54:20 -08:00
Richard Miller 9b2dc40bc1 Merge pull request #172 from kostiklv/properties-mapping
Support for properties of objects/nested documents
2012-11-28 12:49:14 -08:00
Richard Miller 51f03ebbc3 Merge pull request #167 from Exercise/fixing_collection_identifier
Fixing identifier field not being set in TransformerCollection
2012-11-28 12:45:34 -08:00
Julien Muetton 79eb062cf7 add _parent in mapping during index reset 2012-11-28 12:07:09 +01:00
Julien Muetton 10eae2f254 fixes php5.3 defines ~ for default empty _parent property 2012-11-26 16:04:50 +01:00
Julien Muetton a36ec87f40 Add tests for _parent, nested and object types 2012-11-26 14:47:08 +01:00
Julien Muetton ea3191033f add documentation for nested, object and _parent 2012-11-26 13:55:48 +01:00
Julien Muetton 23f591bf01 allow _parent mapping 2012-11-26 13:50:14 +01:00
Julien Muetton a901304a59 remove trailing whitespace 2012-11-26 13:49:59 +01:00
Julien Muetton 5c8dd9b7a6 Transformer transforms nested documents 2012-11-22 14:35:01 +01:00
Julien Muetton 679480e496 add ability to configure nested mapping
``` yaml
foq_elastica:
    clients:
        default: { host: localhost, port: 9200 }
    indexes:
        website:
            client: default
            types:
                product:
                    mappings:
                        name: { type: string }
                        price: { type: float}
                        specifications:
                            type: object
                            properties:
                                name: {type: string}
                                value: {type: string, analyzer: keyword}
```
2012-11-22 14:33:49 +01:00
daFish e6bfda8e80 Added support for Symfony 2.2 to composer.json 2012-11-18 20:30:51 +01:00
Olivier Dolbeau 58eaf6b03e Allow multiple servers in configuration 2012-11-05 11:00:27 +01:00
Jeremy Mikola 193ca3848b Merge pull request #176 from Fran6co/fix-index-property
adds to the config the index parameter
2012-11-04 22:24:28 -08:00
Francisco Facioni f4c0a4abda adds to the config the index parameter, needed for disabling the analyzer or the indexing 2012-10-15 17:18:04 -03:00
Jeremy Mikola 7bee84e2fa Merge branch '2.0' 2012-10-03 10:49:05 -04:00
Robin van der Vleuten bb6a3cf08d Allow providing a URL or host and port for client configurations 2012-10-03 10:48:24 -04:00
Ad van der Veer d49c530c55 Updated the DoctrineMongoDB event subscriber tag 2012-10-01 15:46:02 -04:00
Konstantin Tjuterev e35134b780 Added configuration mapping for properties key, allows configuing mapping for objects/nested documents 2012-10-01 15:36:54 +03:00
Richard Miller afe5369e05 Merge pull request #164 from matteosister/command-color-output
colorized output for the foq:elastica:populate command
2012-09-24 15:36:57 -07:00
Richard Miller 46804a32c8 Merge pull request #158 from yoye/master
Update total hits count when paginate with filters
2012-09-24 15:25:05 -07:00
Richard Miller b376f2ca80 Merge pull request #150 from predakanga/add-index-boost
Added support for index-time document boosting
2012-09-24 15:23:02 -07:00
Richard Miller 5f1e1326d5 Fixing identifier field not being set in TransformerCollection 2012-09-24 23:15:05 +01:00
matteosister 23c96510d8 colorized output for the foq:elastica:populate command 2012-09-19 14:33:16 +02:00
Nicolas Badey 1f2fd479e3 Update composer.json
new version fix some issues ( _count with query filtered )
2012-08-30 12:41:32 +03:00
yoye 41b024925b Update Paginator/RawPaginatorAdapter.php 2012-08-24 12:23:10 +03:00
yoye dd5c5c321a Fix total hits count when adding filters 2012-08-24 12:17:07 +03:00
Jeremy Mikola 5d1f4f2d68 Merge pull request #155 from ChrisTickner/mongodb_service_ids
Updated the DoctrineMongoDBBundle service IDs
2012-08-17 10:56:24 -07:00
Chris Tickner fcb9e8f2f5 Updated the DoctrineMongoDBBundle service IDs
The service IDs for the DoctrineMongoDBBundle have changed for version 2.1.  This is an update to reflect that change.

https://github.com/doctrine/DoctrineMongoDBBundle/pull/134
2012-08-15 08:45:43 -03:00
Jeremy Mikola af468837a4 Merge branch '2.0' 2012-08-14 11:20:38 -04:00
Isaac Su 285e51c04a Updated README.md code sample is of type TransformedFinder instead of MappedFinder 2012-08-14 11:20:20 -04:00
Richard Miller ce5223f85d Updated test to reflect change in IndexManager constrcutor arguments 2012-08-14 10:04:20 +01:00
Richard Miller 2e3d67fdc7 Corrected spelling in README 2012-08-14 10:51:26 +02:00
Richard Miller 20a58c502c Merge pull request #151 from geecu/fix_search_command
fix search command when no index option is passed
2012-08-10 02:26:14 -07:00
Richard Miller 14fcc5faa1 Merge pull request #149 from predakanga/fix-search-command
Fixed SearchCommand's index option
2012-08-10 02:13:22 -07:00
Gunther Konig 3cdfcf1cea fix search command when no index option is passed 2012-08-10 11:40:01 +03:00
predakanga 70c629f857 Added configuration options to support index-time document boosting 2012-08-09 13:49:04 +10:00
predakanga 049e0da481 Fixed SearchCommand's index option 2012-08-09 12:06:50 +10:00