LucidGaze

If you work with Lucene search or Solr, you probably would be interested in http://www.lucidimagination.com/Downloads/LucidGaze-for-Lucene - this is very useful monitoring tool, which most important features are:
* AnalysisStats: Analyzers, TokenFilters, TokenStreams, and Tokenizers, and which were used to produce the TokenStream for particular field
* DocumentStats: Number of documents indexed, as well as fields in the index
* IndexStats: Activities and behavior of IndexReaders and IndexWriters, such as visibility into each instance, tracking calls for each of their relevant methods, buffer and memory usage, as well as average add and commit times
* SearchStats: Query operations, viewed through searcher performance and and parsing times, along with method calls statistics
* StoreStats: Lucene Storage directory instances

One more thing what I cannot currently locate is integration with Hibernate Search, this could be really cool to have it.

Recent comments