%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="UTF-8"
import="org.terrier.querying.*"
import="org.terrier.structures.Index"
import="org.terrier.structures.MetaIndex"
import="org.terrier.matching.ResultSet"
import="org.terrier.utility.ApplicationSetup"
%>
<%!
/*
* Terrier - Terabyte Retriever
* Webpage: http://terrier.org/
* Contact: terrier{a.}dcs.gla.ac.uk
* University of Glasgow - School of Computing Science
* http://www.gla.uk
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
*
* The Original Code is results.jsp
*
* The Original Code is Copyright (C) 2004-2011 the University of Glasgow.
* All Rights Reserved.
*
* Contributor(s):
* Craig Macdonald (original author)
*
*/
static int NUM_RESULTS_PER_PAGE = 10;
static int NEAREST_PAGES = 5;
static boolean SHOW_NEXT_PREV = true;
String defaultMatching = ApplicationSetup.getProperty("terrier.jsp.matching", "Matching");
String defaultModel = ApplicationSetup.getProperty("terrier.jsp.model", "PL2");
protected static void displayResults(ResultSet rs, int iStart, javax.servlet.jsp.JspWriter out) throws IOException
{
String[] displayKeys = rs.getMetaKeys();
String[][] meta = new String[displayKeys.length][];
int parser_idx = 0;
int assocfile_idx = 0;
int source_idx = 0;
int preview_idx = 0;
for(int j=0;j");
out.println("