Thank you for the binary flag tip. It is also in the documentation here:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-bulk.html

On Tuesday, January 7, 2014 9:00:33 PM UTC-5, ZenMaster80 wrote:
>
> Hi,
>
> I am just starting with ElasticSearch, I would like to know how to index a 
> simple json document "books.json" that has the following in it: Where do I 
> place the document? I placed it in root directory of elastic search and in 
> /bin folder..
>
> {“books”:[{“name”:”life in heaven”,”author”:”Mike Smith”},{“name”:”get 
> rich”,”author”:”Joe Shmoe”},{“name”:”luxury properties”,”author”:”Linda 
> Jones”]}}
>
>
> $ curl -XPUT "http://localhost:9200/books/book/1"; -d @books.json
>
> Warning: Couldn't read data from file "books.json", this makes an empty 
> POST.
>
> {"error":"MapperParsingException[failed to parse, document is 
> empty]","status":400}
>
>
> Thanks
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/853a876f-c6cb-4dd5-907a-13f626b3f078%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to