Debugging
Logging
Enable Searchable Plugin debug logging by adding the following to Config.groovy's log4j section:
// log4j configuration
log4j {
....
logger {
....
org {
....
codehaus.groovy.grails.'plugins.searchable'="debug" // searchable plugin
}
}
}
Luke - for inspecting the index
Luke is a GUI tool for Lucene indexes, which allows you see the indexed data and test queries, so you can think if it like a database GUI tool.
Labels
(None)