Commit graph

130 commits

Author SHA1 Message Date
Richard Miller
781bf869dc Updated ReseterTest to match current Reseter class 2011-11-12 20:05:54 +00:00
Jay Severson
eb1900265f Hide exceptions if elasticsearch is not running. This needs some fixing and cleaning up by someone smarter than myself. 2011-11-09 11:37:28 -08:00
Jeremy Mikola
8a9dc124ec Merge pull request #27 from gimler/data_collector
add data collector for client class
2011-11-03 11:02:32 -07:00
Thibault Duplessis
bf0ba9d198 Merge pull request #31 from richardmiller/fixing_unneccessary_results_fetching
Removed an unnecessary fetching of search results when paging
2011-11-01 10:54:00 -07:00
Richard Miller
2682399d7f Removed an unnecessary fetching of search results when paging 2011-11-01 17:34:04 +00:00
Thibault Duplessis
f7c170db10 Merge pull request #29 from pulse00/master
Added term_vector configuration node
2011-10-19 13:15:15 -07:00
Robert Gruendler
bec5ddf999 added 'term_vector' configuration node 2011-10-19 22:06:50 +02:00
Gordon Franke
21001f1d34 fix logQuery 2011-10-05 12:53:03 +02:00
Gordon Franke
200a5e2294 use yaml_encode instate of json_encode in web profiler output 2011-10-04 18:00:22 +02:00
Gordon Franke
53a1977ab2 add typehint; fix phpdoc tag 2011-10-04 17:53:28 +02:00
Gordon Franke
d17bd572da add execution time; remove logger preffix; add as second parameter 2011-10-04 17:46:27 +02:00
Gordon Franke
82b82b1908 add logger explicit;cleanup;correct cs 2011-10-04 17:26:14 +02:00
Gordon Franke
30e3d67cb6 correct class doc block 2011-10-04 17:18:50 +02:00
Gordon Franke
914dbca3aa add data collector for client class 2011-10-04 17:01:38 +02:00
ornicar
14db48ddbd Fix bug when index has no settings 2011-09-13 12:23:27 +02:00
ornicar
dc35b489a2 Allow empty type settings 2011-09-12 19:52:01 +02:00
ornicar
46cca16fd1 Document advanced type settings 2011-09-12 18:34:05 +02:00
ornicar
451a5b4fc2 Remove mapping and setting registries, use the reseter to configure the indexes 2011-09-12 18:28:59 +02:00
ornicar
e83a3344e9 Add a setting registry 2011-09-12 17:33:00 +02:00
Thibault Duplessis
5ced74641d Merge pull request #21 from EmmanuelVella/1db0ffb4196a05913d9ccb5a12d03998c3c1af1d
Updated normalizeValue function to preserve type if supported
2011-08-24 09:58:12 -07:00
Emmanuel Vella
aa9793f290 Removed new lines and trailing whitespace 2011-08-24 18:35:38 +02:00
Emmanuel Vella
1db0ffb419 Updated normalizeValue function to keep good types 2011-08-24 16:45:14 +02:00
Thibault Duplessis
bfbcdb4c21 Merge pull request #15 from l3l0/add-tests
Add unit tests
2011-08-23 13:45:20 -07:00
ornicar
e10d466215 Catch and log all listener exceptions 2011-08-11 09:37:38 -07:00
Thibault Duplessis
73aff18870 Merge pull request #16 from gimler/master
fix exception
2011-08-05 09:23:29 -07:00
Gordon Franke
3f15b1a2d8 fix exception 2011-08-05 13:07:41 +02:00
Jay Severson
7335647a2f removing unnecessary line from findPaginated 2011-08-04 15:43:33 -07:00
Leszek
1232e4f86c Merge branch 'add-tests' of github.com:l3l0/ElasticaBundle into add-tests
Conflicts:
	Tests/PopulatorTest.php
	Tests/ReseterTest.php
2011-07-28 23:04:21 +02:00
Leszek
b06c268f05 Added Object Persister Test. Made test skipped when elastica library classes are not found. 2011-07-28 22:37:54 +02:00
Leszek
c430aeaea1 Added test for MappingRegistry Populator and ModelToElasticaAutoTransformer. Extend Populator 2011-07-28 21:56:58 +02:00
Leszek
3896ffd9ff Added IndexManager test 2011-07-28 21:56:58 +02:00
Leszek
1c5f63d560 Fixed indentations 2011-07-28 21:56:58 +02:00
Leszek
4d49c5f311 Added Reseter tests 2011-07-28 21:56:58 +02:00
Leszek
d046271690 Added Populator test 2011-07-28 21:56:58 +02:00
Leszek
3d7bbdc840 Added phpunit.dist.xml file 2011-07-28 21:56:58 +02:00
Thibault Duplessis
cce13a95f1 Merge pull request #14 from richardmiller/fixed_old_bundle_name
Updated install instructions to use new bundle name
2011-07-20 08:56:55 -07:00
Richard Miller
10b7eb0624 Updated install instructions to use new bundle name 2011-07-20 10:17:32 +01:00
Thibault Duplessis
e137f4c2df Merge pull request #12 from antonbabenko/master
Added convertion method for DateTime into timestamp as string
2011-07-12 09:14:33 -07:00
Anton Babenko
1eee6e92ff Added convertion method for DateTime into timestamp as string 2011-07-12 16:18:47 +02:00
Leszek
b6d643b809 Added IndexManager test 2011-07-07 23:42:03 +02:00
Leszek
f627645481 Fixed indentations 2011-07-07 22:58:43 +02:00
Leszek
d261ee2d0f Added Reseter tests 2011-07-07 22:42:03 +02:00
Leszek
4dcd011781 Added Populator test 2011-07-07 22:41:46 +02:00
Leszek
7b911aa63e Added phpunit.dist.xml file 2011-07-07 22:41:18 +02:00
ornicar
f92247cc6f Complete pagination changes 2011-07-05 12:11:32 -07:00
ornicar
d10fff12d4 Replace dependency to Zend\Paginator to dependency to Pagerfanta (optional) 2011-07-05 10:43:01 -07:00
Thibault Duplessis
47caa92cb4 Merge pull request #11 from imiborbas/master
Typo correction, and Doctrine 2 compatibility fix
2011-07-02 09:36:14 -07:00
Borbás Imre Sándor
071fd29fbe Fixed compatibility with Doctrine2's createQueryBuilder method (it should be called with a mandatory parameter). 2011-07-02 17:52:40 +02:00
Borbás Imre Sándor
eb8d009eec Typo fix in Resources/config/orm.xml config. 2011-07-02 17:51:04 +02:00
ornicar
f805508d72 Change listener failure logging level to warn. 2011-07-01 08:59:02 -07:00