Hello,
I have a problem with Elastica. I try to install it with my CodeIgniter
project.
I followed the installation tutoria l:
http://elastica.io/getting-started/installation.html
but it doesn't works and I get this error :
"Fatal error: Class 'Elastica \ Connection' not found in / home / flavien /
NetBeansProjects / trunk / application / libraries / Elastica / Client.php
on line 102"
As you can see in my file : https://gist.github.com/anonymous/6183119 I
correctly set parameters to initialise the connection (I set the path in
hard way to be sure it's loading, of course I will change it...). My
elasticsearch is running well :
{
"ok" : true,
"status" : 200,
"name" : "Tyrannus",
"version" : {
"number" : "0.90.2",
"snapshot_build" : false,
"lucene_version" : "4.3.1"
},
"tagline" : "You Know, for Search"
}
Have you any clue on what am I doing wrong ? Thanks you,
F.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.