@Retention(value=CLASS)
@Target(value=FIELD)
public @interface Index
This annotation will add a search index to the field. A search index will make the
Realm file larger and inserts slower but queries will be faster.
NOTICE: only String fields can be indexed.