seshadrs / hw2-team16

Software Engineering Team Project (Team 16). A 'UIMA' based Natural Language Question Answering pipeline for the Biotech domain.
0 stars 4 forks source link

Changes made to SimpleBioSolrRetrievalStrategist.java does not affect code execution #26

Closed seshadrs closed 11 years ago

seshadrs commented 11 years ago

Discovered when I tried to benchmark new passage retrieval code. Wanted to pass gold standard document IDs. But, couldn't get it to run.

seshadrs commented 11 years ago

Turns out that the retrieveDocuments(..) function of parent class of SimpleBioSolrRetrievalStrategist was being executed instead. So, used parent class's code to create a new class that feeds gold standard doc IDs.