User Interface for Katta Index

228 views Asked by At

I m developing a User interface for Katta Index. For that I need to find, the indexed field's names (and if possible its data type how it was indexed either normal string or Float or Int or long etc...) and number of documents the index contains.... --Thanks in advance

1

There are 1 answers

0
Yuval F On BEST ANSWER

According to the katta documentation,

...a Katta index is basically just a folder with Lucene index sub folders...

So I would try to use luke to view the index structure. I see this advice appears also under common problems in katta.