# Simple query search
# Sorting – one can dynamically define new sort criterias
# Search results are rendered very much like Google search results are rendered. It is also possible to view all stored field values for every hit.
# Custom hit rendering – It is possible to show thumbnails (images) per hit and also customize a view for a hit based on html templates
# Faceting – one can dynamically define field and query facets via the UI. it is also possible to pre-configure these facets in the configuration file.
# Highlighting – you can dynamically configure highlighting. it can also be pre-configured in the configuration file
# Spellchecking – you can dynamically configure spell checking. Can also be done in the configuration file. Supports collation. It is also possible to send "build" and "reload" commands.
# Data import handler – if used, it is possible to send a "full-import" and "status" command ("delta-import" is not implemented yet, but it's easy to add)
# Console – For developme