1

Is it possible to view the entire cache in a laid out clear view of what is indexed?

azz0r
  • 3,283
  • 7
  • 42
  • 85

1 Answers1

2

I am not sure of how you would do this in zend, but if you want to look at the indexes to see what state they are in, then I would recommend a deskapp called Luke

It's a java app, that you point to where you lucene index is being stored and you can then view what has been indexed, run simple queries and alike. It's a very useful tool.

Help that helps.

Grant Collins
  • 1,781
  • 5
  • 31
  • 47