Changes between Version 14 and Version 15 of cs221-2019-spring-project4


Ignore:
Timestamp:
May 30, 2019, 1:19:36 PM (7 years ago)
Author:
Zuozhi Wang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cs221-2019-spring-project4

    v14 v15  
    181181     * This is a workaround because our project doesn't support multiple fields. We cannot keep the documentID in a separate column.
    182182     */
    183     public Iterator<Document> searchQuery(List<String> query, int topK) {
     183    public Iterator<Document> searchQuery(List<String> query, int topK, double pageRankWeight) {
    184184        throw new UnsupportedOperationException();
    185185    }