Indexed keywords for single item

Hi to all,

is it possible return all keyword associate to a single archived item?

Example:
select * from myindex where id = 1234;

is it possible get all keyword associated to the row returned with this search?

thanks

Ivan

no we use inverted index that is why there no way to get initial row or all terms in that row

Is it possible to know if my text is indexed correctly?
Manticore return some error / waring to understand if there are some problem with indexing.

I have some cases with Cyrillic text from mail that seems not to be indexed.

you might use indextool commands dumpdict and dumphitlist to investigate you index data or see show meta output after your query to daemon to look at keywords stats

I’m using RT_index can I only use “show meta”?

yes your could try and see