hi,
I an doing query like this
my_csv_data/csv_row/_search
{
"field": {
"first_name": "Aaron"
}
}
the name Aaron are not getting diplayed?? why?
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8ec59e3a-85fd-4487-8b7b-3eaf2d9528da%40googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
dadoonet
(David Pilato)
January 29, 2014, 6:39am
2
How does your document look like?
How did you index it?
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 29 janv. 2014 à 07:29, Navneet Mathpal navneetmathpal93@gmail.com a écrit :
hi,
I an doing query like this
my_csv_data/csv_row/_search
{
"field": {
"first_name": "Aaron"
}
}
the name Aaron are not getting diplayed?? why?
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8ec59e3a-85fd-4487-8b7b-3eaf2d9528da%40googlegroups.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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/48B6648E-2502-4537-803A-028F9093DEDE%40pilato.fr .
For more options, visit https://groups.google.com/groups/opt_out .
it was a csv file and i have imported it.there is field called first_name.
it showing the correct result in cygwin:- $ curl -XGET
'http://localhost:9200/my_csv_data/csv_row/_search?q=first_name:Aaron ' but
not in head-master
On Wednesday, 29 January 2014 12:09:30 UTC+5:30, David Pilato wrote:
How does your document look like?
How did you index it?
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 29 janv. 2014 à 07:29, Navneet Mathpal <navneetm...@gmail.com <javascript:>>
a écrit :
hi,
I an doing query like this
my_csv_data/csv_row/_search
{
"field": {
"first_name": "Aaron"
}
}
the name Aaron are not getting diplayed?? why?
--
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 elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/8ec59e3a-85fd-4487-8b7b-3eaf2d9528da%40googlegroups.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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f4999a9d-1f64-4fad-a946-982b700716ae%40googlegroups.com .
For more options, visit https://groups.google.com/groups/opt_out .
dadoonet
(David Pilato)
January 29, 2014, 7:31am
4
Try sense GitHub - bleskes/sense: A JSON aware developer's interface to Elasticsearch. Comes with handy machinery such as syntax highlighting, autocomplete, formatting and code folding.
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 29 janv. 2014 à 07:57, Navneet Mathpal navneetmathpal93@gmail.com a écrit :
it was a csv file and i have imported it.there is field called first_name.
it showing the correct result in cygwin:- $ curl -XGET 'http://localhost:9200/my_csv_data/csv_row/_search?q=first_name:Aaron ' but not in head-master
On Wednesday, 29 January 2014 12:09:30 UTC+5:30, David Pilato wrote:
How does your document look like?
How did you index it?
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 29 janv. 2014 à 07:29, Navneet Mathpal navneetm...@gmail.com a écrit :
hi,
I an doing query like this
my_csv_data/csv_row/_search
{
"field": {
"first_name": "Aaron"
}
}
the name Aaron are not getting diplayed?? why?
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 elasticsearc...@googlegroups.com .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/8ec59e3a-85fd-4487-8b7b-3eaf2d9528da%40googlegroups.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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/f4999a9d-1f64-4fad-a946-982b700716ae%40googlegroups.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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/402F3229-6BAE-45FE-8A36-0FC0C28FE1DD%40pilato.fr .
For more options, visit https://groups.google.com/groups/opt_out .