Hi all,
I have some set of data such as: photos, videos, textfiles,... I want to customize cleo to index and search based on data type like this:
index(type, E element)
search(uid, type, terms, collector); (where type is photos,videos or textfiles..)
So what's your suggestion in this case? Or I need to create a new indexer for each data type i have?
Thanks,