B3J4y / UniDisk

A Crawler to search for keywords and compare the score
MIT License
0 stars 1 forks source link

Validate results from Solr #8

Open B3J4y opened 7 years ago

B3J4y commented 7 years ago

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.

B3J4y commented 7 years ago

It is a step in this way b62dba2015132af7f8636b27483d1f87a3880346

But it is just for regex

B3J4y commented 7 years ago

A further step to validate f5802148d5316eb410b33eecd1efc5a5ce5f78a4