i need to add clusteringComponent from solr to my application. For tuning the clusteringComponent i use the Carrot2 workbench, which is very useful to find out what ar the right parameters. The point is: i only like to analyse / cluster new data, which is added at the past 24 hours to the solr/lucene index. For that usually i use an timestemp filed on querytime, like:
....&fq=timestemp:[NOW-24HOUR TO NOW]
The question is: is there a way to add this filter query to the carrot2 workbench as an search parameter?