To be sure if the queries in solr are working a system should be implemented to test the QueryResults and validate them. Do the queries find enough document? Is the SolrScore nearly correct?
It has to be a mixture of unit tests, documents with meta data and a threshold of acceptance.
To be sure if the queries in solr are working a system should be implemented to test the QueryResults and validate them. Do the queries find enough document? Is the SolrScore nearly correct?
It has to be a mixture of unit tests, documents with meta data and a threshold of acceptance.
Maybe this is a project in itself.