Re: What _type to use

The decision will of course be up to you on how you structure your data.
Thinking of the "_type" is sometime analagous to tables in a database, but
need not be. Searching across various "types" can easily be acomplished
using the current APIs, as multiple types can be passed with the search
request.

http://www.elasticsearch.org/guide/reference/api/search/indices-types.html

-- jim