IMO, if you have install the plugin (command like bin/plugin -install ...), you just need to start Elasticsearch and see in logs if the plugin is discovered by ES.
Is it what you are meaning by "how to install it" ?
IMO, if you have install the plugin (command like bin/plugin -install ...), you just need to start Elasticsearch and see in logs if the plugin is discovered by ES.
Is it what you are meaning by "how to install it" ?
I am assuming in the following you are using playframework 1.2.x and
Felipes elasticsearch module. This also means, you are using
elasticsearch 0.18.x
The unzip the contents of the zip file into the lib/ directory of your
play application (three jars, one plugin jar and two lucene
libraries.)
Start your play application, go to http://localhost:9000 and check the
output of your play application, it should show something like this:
09:15:18,559 INFO ~ Listening for HTTP on port 9000 (Waiting a first
request to start) ...
09:15:26,230 INFO ~ Starting Elastic Search for Play! in Local Mode
09:15:26,305 INFO ~ [Living Tribunal] {0.18.5}[54831]:
initializing ...
09:15:26,314 INFO ~ [Living Tribunal] loaded [suggest], sites
At the last line you can see, that the suggest plugin has loaded
successfully inside your play application and you can use it like in
any standalone application.
Hi all, thank you. Yes i'm using play 1.2.4 and Elasticsearch 0.4. i've
done all the steps and downloaded it and when i started to save and unzip
it in my application lib/ i found no folders at all it was an empty folder
named lib/, so still i unzipped it there. (i mean i didn't ind the 3 jars
so i unzipped it in lib/ of my application which is named code)
when i started running it i got this error,
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
IMO, if you have install the plugin (command like bin/plugin -install
...), you just need to start Elasticsearch and see in logs if the plugin is
discovered by ES.
Is it what you are meaning by "how to install it" ?
I am assuming in the following you are using playframework 1.2.x and
Felipes elasticsearch module. This also means, you are using
elasticsearch 0.18.x
After running play deps to install the elasticsearch module download
the corresponding elasticsearch-suggest plugin from
The unzip the contents of the zip file into the lib/ directory of your
play application (three jars, one plugin jar and two lucene
libraries.)
Start your play application, go to http://localhost:9000 and check the
output of your play application, it should show something like this:
09:15:18,559 INFO ~ Listening for HTTP on port 9000 (Waiting a first
request to start) ...
09:15:26,230 INFO ~ Starting Elastic Search for Play! in Local Mode
09:15:26,305 INFO ~ [Living Tribunal] {0.18.5}[54831]:
initializing ...
09:15:26,314 INFO ~ [Living Tribunal] loaded [suggest], sites
At the last line you can see, that the suggest plugin has loaded
successfully inside your play application and you can use it like in
any standalone application.
sorry, i've found the 3 jars and now shall i put them in which lib/, is it
of the application i'm creating named code or in the play framework itself?
because it's still raising the same error
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
Hi all, thank you. Yes i'm using play 1.2.4 and Elasticsearch 0.4. i've
done all the steps and downloaded it and when i started to save and unzip
it in my application lib/ i found no folders at all it was an empty folder
named lib/, so still i unzipped it there. (i mean i didn't ind the 3 jars
so i unzipped it in lib/ of my application which is named code)
when i started running it i got this error,
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
IMO, if you have install the plugin (command like bin/plugin -install
...), you just need to start Elasticsearch and see in logs if the plugin is
discovered by ES.
Is it what you are meaning by "how to install it" ?
I am assuming in the following you are using playframework 1.2.x and
Felipes elasticsearch module. This also means, you are using
elasticsearch 0.18.x
After running play deps to install the elasticsearch module download
the corresponding elasticsearch-suggest plugin from
The unzip the contents of the zip file into the lib/ directory of your
play application (three jars, one plugin jar and two lucene
libraries.)
Start your play application, go to http://localhost:9000 and check the
output of your play application, it should show something like this:
09:15:18,559 INFO ~ Listening for HTTP on port 9000 (Waiting a first
request to start) ...
09:15:26,230 INFO ~ Starting Elastic Search for Play! in Local Mode
09:15:26,305 INFO ~ [Living Tribunal] {0.18.5}[54831]:
initializing ...
09:15:26,314 INFO ~ [Living Tribunal] loaded [suggest], sites
At the last line you can see, that the suggest plugin has loaded
successfully inside your play application and you can use it like in
any standalone application.
I know I'm sending a lot of emails but i'm a beginner. here is what i
reached i solved the error but still i can't find the suggester jar files
in my project explorer. I'm not sure where shall i unzip it (in the lib/
directory of play framework itself or in the lib/ directory of the
application i'm creating or in that of the Elasticsearch?)
second to use it do i have to add anything in the dependencies.yml or in
the application.config files or a class path or so?
I apologize again for sending many emails but i've been stuck for 2 days
trying to install this plugin.
sorry, i've found the 3 jars and now shall i put them in which lib/, is it
of the application i'm creating named code or in the play framework itself?
because it's still raising the same error
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
Hi all, thank you. Yes i'm using play 1.2.4 and Elasticsearch 0.4. i've
done all the steps and downloaded it and when i started to save and unzip
it in my application lib/ i found no folders at all it was an empty folder
named lib/, so still i unzipped it there. (i mean i didn't ind the 3 jars
so i unzipped it in lib/ of my application which is named code)
when i started running it i got this error,
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
IMO, if you have install the plugin (command like bin/plugin -install
...), you just need to start Elasticsearch and see in logs if the plugin is
discovered by ES.
Is it what you are meaning by "how to install it" ?
I am assuming in the following you are using playframework 1.2.x and
Felipes elasticsearch module. This also means, you are using
elasticsearch 0.18.x
After running play deps to install the elasticsearch module download
the corresponding elasticsearch-suggest plugin from
The unzip the contents of the zip file into the lib/ directory of your
play application (three jars, one plugin jar and two lucene
libraries.)
Start your play application, go to http://localhost:9000 and check the
output of your play application, it should show something like this:
09:15:18,559 INFO ~ Listening for HTTP on port 9000 (Waiting a first
request to start) ...
09:15:26,230 INFO ~ Starting Elastic Search for Play! in Local Mode
09:15:26,305 INFO ~ [Living Tribunal] {0.18.5}[54831]:
initializing ...
09:15:26,314 INFO ~ [Living Tribunal] loaded [suggest], sites
At the last line you can see, that the suggest plugin has loaded
successfully inside your play application and you can use it like in
any standalone application.
Hi Renad
On Fri, 2012-04-20 at 20:02 +0200, Renad Ahmed wrote:
I know I'm sending a lot of emails but i'm a beginner. here is what i
reached i solved the error but still i can't find the suggester jar
files in my project explorer. I'm not sure where shall i unzip it (in
the lib/ directory of play framework itself or in the lib/ directory
of the application i'm creating or in that of the Elasticsearch?)
Are you trying to use the plugin? or change the plugin?
What happened when you tried the instructions on the home page of the
suggest plugin?
Hi Renad
On Fri, 2012-04-20 at 20:02 +0200, Renad Ahmed wrote:
I know I'm sending a lot of emails but i'm a beginner. here is what i
reached i solved the error but still i can't find the suggester jar
files in my project explorer. I'm not sure where shall i unzip it (in
the lib/ directory of play framework itself or in the lib/ directory
of the application i'm creating or in that of the Elasticsearch?)
Are you trying to use the plugin? or change the plugin?
What happened when you tried the instructions on the home page of the
suggest plugin?
By running the above command, you have installed the plugin.
Then you restart elasticsearch, and you should see in the log file (look
in logs/) a line saying that it has loaded the suggest plugin.
Then it is ready to use.
If you're still having problems with it, please provide more
information.
clint
On Fri, Apr 20, 2012 at 8:39 PM, Clinton Gormley clint@traveljury.com wrote:
Hi Renad
On Fri, 2012-04-20 at 20:02 +0200, Renad Ahmed wrote:
> I know I'm sending a lot of emails but i'm a beginner. here
is what i
> reached i solved the error but still i can't find the
suggester jar
> files in my project explorer. I'm not sure where shall i
unzip it (in
> the lib/ directory of play framework itself or in the lib/
directory
> of the application i'm creating or in that of the elastic
search?)
Are you trying to use the plugin? or change the plugin?
What happened when you tried the instructions on the home page
of the
suggest plugin?
https://github.com/spinscale/elasticsearch-suggest-plugin
I followed those, and it worked for me
clint
this is what i've exactly done:
1- unzipped the folder, found 3 jar files
2- added them to play/modules/elasticsearch-0.4/lib
3- deleted the application and re-imported it again
4- ran the play dependencies in the cmd
5-ran play eclipsify and then ran the application
6- refreshed the http://localhost:9000/http://localhost:9000/search/index
7- got this error
Oops: ObjectExistsException
An unexpected error occured caused by exception ObjectExistsException: Cache play already exists
when i refresh it again, i get this error
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
---> For the plugin to run do i've to run anything in the cmd? or what
shall i do? i tried googling the error but i reached a deadend
Thank you very much Clint, I really appreciate your help.
By running the above command, you have installed the plugin.
Then you restart elasticsearch, and you should see in the log file (look
in logs/) a line saying that it has loaded the suggest plugin.
Then it is ready to use.
If you're still having problems with it, please provide more
information.
clint
On Fri, Apr 20, 2012 at 8:39 PM, Clinton Gormley clint@traveljury.com wrote:
Hi Renad
On Fri, 2012-04-20 at 20:02 +0200, Renad Ahmed wrote:
> I know I'm sending a lot of emails but i'm a beginner. here
is what i
> reached i solved the error but still i can't find the
suggester jar
> files in my project explorer. I'm not sure where shall i
unzip it (in
> the lib/ directory of play framework itself or in the lib/
directory
> of the application i'm creating or in that of the elastic
search?)
Are you trying to use the plugin? or change the plugin?
What happened when you tried the instructions on the home page
of the
suggest plugin?
https://github.com/spinscale/elasticsearch-suggest-plugin
I followed those, and it worked for me
clint
but the steps here in the link are for elasticsearch 0.19.2 but for play
framework only possible version is 0.4. is there anyway to solve this
problem?
this is what i've exactly done:
1- unzipped the folder, found 3 jar files
2- added them to play/modules/elasticsearch-0.4/lib
3- deleted the application and re-imported it again
4- ran the play dependencies in the cmd
5-ran play eclipsify and then ran the application
6- refreshed the http://localhost:9000/http://localhost:9000/search/index
7- got this error
Oops: ObjectExistsException
An unexpected error occured caused by exception ObjectExistsException: Cache play already exists
when i refresh it again, i get this error
Oops: NoClassDefFoundError
An unexpected error occured caused by exception NoClassDefFoundError: org/elasticsearch/action/GenericAction
---> For the plugin to run do i've to run anything in the cmd? or what
shall i do? i tried googling the error but i reached a deadend
Thank you very much Clint, I really appreciate your help.
By running the above command, you have installed the plugin.
Then you restart elasticsearch, and you should see in the log file (look
in logs/) a line saying that it has loaded the suggest plugin.
Then it is ready to use.
If you're still having problems with it, please provide more
information.
clint
On Fri, Apr 20, 2012 at 8:39 PM, Clinton Gormley clint@traveljury.com wrote:
Hi Renad
On Fri, 2012-04-20 at 20:02 +0200, Renad Ahmed wrote:
> I know I'm sending a lot of emails but i'm a beginner. here
is what i
> reached i solved the error but still i can't find the
suggester jar
> files in my project explorer. I'm not sure where shall i
unzip it (in
> the lib/ directory of play framework itself or in the lib/
directory
> of the application i'm creating or in that of the elastic
search?)
Are you trying to use the plugin? or change the plugin?
What happened when you tried the instructions on the home page
of the
suggest plugin?
https://github.com/spinscale/elasticsearch-suggest-plugin
I followed those, and it worked for me
clint
but the steps here in the link are for elasticsearch 0.19.2 but for play
framework only possible version is 0.4. is there anyway to solve this
problem?
Please take yourself the time and understand the differences between
the play framework elasticsearch module and the elasticsearch itself
(and its versions).
You can connect to an external elasticsearch instance using the play
framework elasticsearch module (check the documentation at http://www.playframework.org/modules/elasticsearch-0.4/home) - you
should do that instead of mixing two technologies, as this keeps
things simpler, especially as I do not know if it is possible to
specifiy an external configuration file using the elasticsearch play
framework module.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.