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
All,
I was wondering if anybody has any information on approaches to testing
and verification search results from Solr. Most of the time we end up
manually verifying the results from a search but the verification is not
necessarily scientific.
The main question is what are we verifying these s