Commit graph

553 commits

Author SHA1 Message Date
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
Richard Miller 67a11a59ce Merge branch '2.0'
Conflicts:
	Finder/FinderInterface.php
	Repository.php
2012-08-07 19:42:38 +01:00
Richard Miller 16f439cfaf Stopped logger collecting data when not in debug mode 2012-08-07 19:39:14 +01:00
Richard Miller 3bc34c159c Added default value for limit in FinderInterface 2012-08-07 19:26:41 +01:00
Richard Miller a14d56720f Added findHybrid to Repository 2012-08-07 19:25:43 +01:00
Richard Miller b05af88931 Merge branch '2.0'
Conflicts:
	Doctrine/AbstractElasticaToModelTransformer.php
2012-08-07 19:14:16 +01:00
Richard Miller 43e6e84c5b Merge remote-tracking branch 'nurikabe/2.0' into 2.0 2012-08-07 18:57:25 +01:00
Richard Miller af8f5f1ecc Merge branch '2.0'
Conflicts:
	README.md
2012-08-06 23:32:09 +01:00
Richard Miller 5251829f53 Added hybrid results to README 2012-08-06 23:30:31 +01:00
Richard Miller 5de1f5ca2d Fixed wrong type in documentation of manual provider 2012-08-06 23:24:27 +01:00
Richard Miller 0505cb55f2 Merge branch '2.0'
Conflicts:
	Finder/RawFinder.php
2012-08-06 23:13:43 +01:00
Richard Miller 59ba64cfe1 Stopped installing dev requires in travis as currently not being resolved successfully by composer 2012-08-06 23:12:44 +01:00
Richard Miller 6de220c878 Removed RawFinder as per GH-133 2012-08-06 23:11:50 +01:00
Richard Miller e269e14b10 Merge pull request #145 from Schyzophrenic/master
Fix resultSet size when using a Repository for master
2012-08-06 15:01:38 -07:00
Richard Miller 97d7ea8c67 Merge pull request #144 from Schyzophrenic/2.0
Fix resultSet size when using a Repository for 2.0
2012-08-06 15:01:02 -07:00
Schyzophrenic 3b391919c9 Fix resultSet size when using a Repository
When using a Repository, the $limit parameter was lost along the way.
This is why the limit was always set to 10 in that case.
2012-08-05 02:43:52 +03:00
Schyzophrenic 93c0f608c2 Fix resultSet size when using a Repository
When using a Repository, the $limit parameter was lost along the way.
This is why the limit was always set to 10 in that case.
2012-08-05 02:35:32 +03:00
Richard Miller 123da22ebd Merge remote-tracking branch 'Fran6co/imp-lat_lon'
Conflicts:
	DependencyInjection/Configuration.php
2012-08-02 14:54:49 +01:00
Richard Miller 8ca25641f8 Merge pull request #139 from Fran6co/fix-paginator
fix for #138, query can be a string or a Elastica_Query
2012-08-02 06:12:45 -07:00
Richard Miller 3b4b91729f Merge pull request #141 from korstiaan/patch-1
Moved `identifier` to `persistence` in README
2012-08-02 06:11:41 -07:00
Richard Miller d7980bc419 Added installing mongo extension to travis config 2012-08-02 14:09:20 +01:00
Richard Miller f0c4cb23e3 Merge pull request #142 from korstiaan/include_in_all
Added `include_in_all` as mapping property
2012-08-02 05:56:18 -07:00
Korstiaan de Ridder dbf0e27386 Added include_in_all as mapping property 2012-08-01 13:52:08 +02:00
Korstiaan de Ridder 83cfd59902 Moved identifier to persistence in README
`identifier` config var is child of `persistence` root, and not `provider`
2012-07-31 17:36:32 +03:00
Francisco Facioni 0ede5ffc67 fix for #138, query can be a string or a Elastica_Query 2012-07-27 15:06:00 -03:00
Francisco Facioni f58cf6e63c adds support for lat_lon flag as specified in http://www.elasticsearch.org/guide/reference/mapping/geo-point-type.html 2012-07-25 18:29:35 -03:00
nurikabe 37f3d656b5 Remove really old-school comment-based archival mechanism. 2012-07-16 13:08:26 -04:00
nurikabe 0c21eb4333 Highlightable models. 2012-07-16 11:49:28 -04:00
Richard Miller c7e0e88ece Merge branch '2.0'
Conflicts:
	composer.json
2012-07-10 22:50:04 +01:00
Richard Miller 60d3ef69f3 Specified specific Elastica version in composer.json 2012-07-10 22:48:40 +01:00
Richard Miller 16ab1481d2 Merge branch '2.0' 2012-07-10 21:38:42 +01:00
Richard Miller d9561795f5 Changed travis config to install dev requirements 2012-07-10 21:37:53 +01:00