Plz help me! very urgent

Hi Abhijeet,
Really sorry Sir, This is my first time in mailing list, so I am not used
to this. I will really use proper English.
And I will really use your suggestions and come back if I have any further
doubts.
Thank You

On Wed, Jul 3, 2013 at 8:51 PM, Abhijeet Rastogi abhijeet.1989@gmail.comwrote:

Hi Puneeth,

Don't want to sound harsh but this is not a chatroom or it's not a SMS
that you're writing. Try to use proper English.

And regarding your problem, as David mentioned, go through those docs
before asking questions here. Basic stuff like constructing a HTTP request
is not the part that needs to be solved in Elasticsearch mailing list.

Elasticsearch is all REST API using json. That means, you'll do http
requests to ES to execute the query. Look for "curl" on google or try
installing elasticsearch-head plugin. (Google on how to do all this).

On Wed, Jul 3, 2013 at 4:49 PM, Puneeth Parala babloopuneeth@gmail.comwrote:

Sorry im nt getting

On Wed, Jul 3, 2013 at 4:43 PM, Puneeth Parala babloopuneeth@gmail.comwrote:

Sir im getting exactly how to query in different ways. I googled it but
im getting something like this:-

{
"query": {
"bool": {
"must": [
{
"match": {
"name.formatted": {
"query": "daniel tyrone",
"operator": "and"
}
}
},
{
"match": {
"display_name": "tyrone"
}
}
]
}
}
}

How do i test this in my browser???

On Wed, Jul 3, 2013 at 3:41 PM, Puneeth Parala babloopuneeth@gmail.comwrote:

ya sure sir, thank you for helping me so much with patience... really
kind of u

On Wed, Jul 3, 2013 at 3:38 PM, David Pilato david@pilato.fr wrote:

So now we can close this thread.

I recommend you to google a little for what you are trying to do.
And then ask for specific question regarding what you have done so
far. Read Elasticsearch Platform — Find real-time answers at scale | Elastic

In addition to this, look at this page:
Elasticsearch Platform — Find real-time answers at scale | Elastic
In the search box: enter PHP

It should help.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 3 juil. 2013 à 11:57, Puneeth Parala babloopuneeth@gmail.com a
écrit :

Really thank you sir, I think now Im getting the search. How can i
make it more advance? Is Elasticsearch compatible with php??

On Wed, Jul 3, 2013 at 2:51 PM, David Pilato david@pilato.fr wrote:

I see. Very old ES version. Old plugin version…

Could you start from the beginning using:
Elasticsearch 0.90.2 Elasticsearch Platform — Find real-time answers at scale | Elastic
JDBC River 2.2.0 GitHub - jprante/elasticsearch-jdbc: JDBC importer for Elasticsearch

--
David Pilato | Technical Advocate | *Elasticsearch.comhttp://elasticsearch.com/
*
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 3 juil. 2013 à 11:02, Puneeth Parala babloopuneeth@gmail.com a
écrit :

Its version is 2.0.2

On Wed, Jul 3, 2013 at 2:31 PM, Puneeth Parala <
babloopuneeth@gmail.com> wrote:

By using this command from tutorial:
./bin/plugin -url http://bit.ly/10FJhEd -install river-jdbc

On Wed, Jul 3, 2013 at 2:27 PM, David Pilato david@pilato.frwrote:

There is something important here:

[2013-07-03 14:02:07,308][INFO ][river.jdbc ]
[Frog-Man] [jdbc][my_jdbc_river] starting JDBC river: URL
[jdbc:mysql://localhost:3306/bablool], driver [com.mysql.jdbc.Driver],
strategy [oneshot], index [jdbc]/[jdbc]
Exception in thread "elasticsearch[Frog-Man][generic][T#4]"
java.lang.NoSuchMethodError:
org.elasticsearch.client.IndicesAdminClient.prepareExists([Ljava/lang/String;)Lorg/elasticsearch/action/admin/indices/exists/indices/IndicesExistsRequestBuilder;
at
org.elasticsearch.river.jdbc.strategy.simple.SimpleRiverMouth.createIndexIfNotExists(SimpleRiverMouth.java:305)
at
org.elasticsearch.river.jdbc.JDBCRiver.start(JDBCRiver.java:186)
at
org.elasticsearch.river.RiversService.createRiver(RiversService.java:146)
at
org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:270)
at
org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:264)
at
org.elasticsearch.action.support.TransportAction$ThreadedActionListener$1.run(TransportAction.java:86)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)

I think you are using a very old version of jdbc river, right?
How did you install the river?

--
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.

--
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.

--
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.

--
Regards,
Abhijeet Rastogi (shadyabhi)
http://blog.abhijeetr.com

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/fJkeJXoRrLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
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.

I have created html form post to php function.

<?php echo '

'; ?>

I also intalled elasticsearch and elastica. I have mysql database. Now I
have to search the text in text field in mysql database using
elasticsearch. How to do with this?

On Thu, Jul 4, 2013 at 12:34 AM, Puneeth Parala babloopuneeth@gmail.comwrote:

Hi Abhijeet,
Really sorry Sir, This is my first time in mailing list, so I am not used
to this. I will really use proper English.
And I will really use your suggestions and come back if I have any further
doubts.
Thank You

On Wed, Jul 3, 2013 at 8:51 PM, Abhijeet Rastogi abhijeet.1989@gmail.comwrote:

Hi Puneeth,

Don't want to sound harsh but this is not a chatroom or it's not a SMS
that you're writing. Try to use proper English.

And regarding your problem, as David mentioned, go through those docs
before asking questions here. Basic stuff like constructing a HTTP request
is not the part that needs to be solved in Elasticsearch mailing list.

Elasticsearch is all REST API using json. That means, you'll do http
requests to ES to execute the query. Look for "curl" on google or try
installing elasticsearch-head plugin. (Google on how to do all this).

On Wed, Jul 3, 2013 at 4:49 PM, Puneeth Parala babloopuneeth@gmail.comwrote:

Sorry im nt getting

On Wed, Jul 3, 2013 at 4:43 PM, Puneeth Parala babloopuneeth@gmail.comwrote:

Sir im getting exactly how to query in different ways. I googled it but
im getting something like this:-

{
"query": {
"bool": {
"must": [
{
"match": {
"name.formatted": {
"query": "daniel tyrone",
"operator": "and"
}
}
},
{
"match": {
"display_name": "tyrone"
}
}
]
}
}
}

How do i test this in my browser???

On Wed, Jul 3, 2013 at 3:41 PM, Puneeth Parala <babloopuneeth@gmail.com

wrote:

ya sure sir, thank you for helping me so much with patience... really
kind of u

On Wed, Jul 3, 2013 at 3:38 PM, David Pilato david@pilato.fr wrote:

So now we can close this thread.

I recommend you to google a little for what you are trying to do.
And then ask for specific question regarding what you have done so
far. Read Elasticsearch Platform — Find real-time answers at scale | Elastic

In addition to this, look at this page:
Elasticsearch Platform — Find real-time answers at scale | Elastic
In the search box: enter PHP

It should help.

--
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 3 juil. 2013 à 11:57, Puneeth Parala babloopuneeth@gmail.com a
écrit :

Really thank you sir, I think now Im getting the search. How can i
make it more advance? Is Elasticsearch compatible with php??

On Wed, Jul 3, 2013 at 2:51 PM, David Pilato david@pilato.fr wrote:

I see. Very old ES version. Old plugin version…

Could you start from the beginning using:
Elasticsearch 0.90.2 Elasticsearch Platform — Find real-time answers at scale | Elastic
JDBC River 2.2.0 GitHub - jprante/elasticsearch-jdbc: JDBC importer for Elasticsearch

--
David Pilato | Technical Advocate | *Elasticsearch.comhttp://elasticsearch.com/
*
@dadoonet https://twitter.com/dadoonet | @elasticsearchfrhttps://twitter.com/elasticsearchfr
| @scrutmydocs https://twitter.com/scrutmydocs

Le 3 juil. 2013 à 11:02, Puneeth Parala babloopuneeth@gmail.com a
écrit :

Its version is 2.0.2

On Wed, Jul 3, 2013 at 2:31 PM, Puneeth Parala <
babloopuneeth@gmail.com> wrote:

By using this command from tutorial:
./bin/plugin -url http://bit.ly/10FJhEd -install river-jdbc

On Wed, Jul 3, 2013 at 2:27 PM, David Pilato david@pilato.frwrote:

There is something important here:

[2013-07-03 14:02:07,308][INFO ][river.jdbc ]
[Frog-Man] [jdbc][my_jdbc_river] starting JDBC river: URL
[jdbc:mysql://localhost:3306/bablool], driver [com.mysql.jdbc.Driver],
strategy [oneshot], index [jdbc]/[jdbc]
Exception in thread "elasticsearch[Frog-Man][generic][T#4]"
java.lang.NoSuchMethodError:
org.elasticsearch.client.IndicesAdminClient.prepareExists([Ljava/lang/String;)Lorg/elasticsearch/action/admin/indices/exists/indices/IndicesExistsRequestBuilder;
at
org.elasticsearch.river.jdbc.strategy.simple.SimpleRiverMouth.createIndexIfNotExists(SimpleRiverMouth.java:305)
at
org.elasticsearch.river.jdbc.JDBCRiver.start(JDBCRiver.java:186)
at
org.elasticsearch.river.RiversService.createRiver(RiversService.java:146)
at
org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:270)
at
org.elasticsearch.river.RiversService$ApplyRivers$2.onResponse(RiversService.java:264)
at
org.elasticsearch.action.support.TransportAction$ThreadedActionListener$1.run(TransportAction.java:86)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)

I think you are using a very old version of jdbc river, right?
How did you install the river?

--
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.

--
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.

--
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.

--
Regards,
Abhijeet Rastogi (shadyabhi)
http://blog.abhijeetr.com

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/fJkeJXoRrLo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

--
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.