Changes between Version 14 and Version 15 of cs221-2019-spring-project4
- Timestamp:
- May 30, 2019, 1:19:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cs221-2019-spring-project4
v14 v15 181 181 * This is a workaround because our project doesn't support multiple fields. We cannot keep the documentID in a separate column. 182 182 */ 183 public Iterator<Document> searchQuery(List<String> query, int topK ) {183 public Iterator<Document> searchQuery(List<String> query, int topK, double pageRankWeight) { 184 184 throw new UnsupportedOperationException(); 185 185 }
