Hi,
It depends what you want to test. If you want to check that your fields
behave like they should (for example make sure that the content of a field
containing accents can be retrieved) they you can write unit tests using a
Solr client API like solrj. You insert sample data and then you
programma
This an unsolved problem in general. The TREC folks try this, see:
http://trec.nist.gov/
but in general I've found that each domain has such specific needs
that "correctness" isn't an easy thing to pin down. Of course you
can, with a known set of data, define the "best" response and try to
tune So