Terrier Core

Have a simple webapps search results interface

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 3.0
  • Component/s: .applications, .utility
  • Description:
    3.0 release should have a small webapps interface included.

Activity

Hide
Craig Macdonald added a comment - 16/Feb/10 9:32 PM - edited

This is progressing well. I have implemented the following:

  • a jsp which renders simple results
  • a CSS to render jsp in normal manner
  • a class PostFilter SimpleDecorate which decorates the ResultSet with all MetaIndex keys.

Decorate from which includes query biased summarisation will also be included.

Show
Craig Macdonald added a comment - 16/Feb/10 9:32 PM - edited This is progressing well. I have implemented the following:
  • a jsp which renders simple results
  • a CSS to render jsp in normal manner
  • a class PostFilter SimpleDecorate which decorates the ResultSet with all MetaIndex keys.
Decorate from which includes query biased summarisation will also be included.
Hide
Craig Macdonald added a comment - 17/Feb/10 1:41 PM

Resolved:

  • Add a Jetty based simple JSP server, namely utility.SimpleJettyHTTPServer
  • Added index.html, results.jsp and a stylesheet at src/webapps. Users can easily customise results.jsp to present in a more suitable format - they wont even have to recompile (Jetty handles this).
  • Added SimpleDecorate and Decorate for ways to decorate a ResultSet with metadata for results.jsp. The latter supports (HTML/XML/URL) escaping, query-biased summary, and highlighting of matching query terms
  • Moved images to share/images/ which is now mounted by the Jetty SimpleJettyHTTPServer instance.
  • added shell scripts: bin/http_terrier.sh and bin/http_terrier.bat
  • Added to a method to ResultSet, to see which keys are present.
Show
Craig Macdonald added a comment - 17/Feb/10 1:41 PM Resolved:
  • Add a Jetty based simple JSP server, namely utility.SimpleJettyHTTPServer
  • Added index.html, results.jsp and a stylesheet at src/webapps. Users can easily customise results.jsp to present in a more suitable format - they wont even have to recompile (Jetty handles this).
  • Added SimpleDecorate and Decorate for ways to decorate a ResultSet with metadata for results.jsp. The latter supports (HTML/XML/URL) escaping, query-biased summary, and highlighting of matching query terms
  • Moved images to share/images/ which is now mounted by the Jetty SimpleJettyHTTPServer instance.
  • added shell scripts: bin/http_terrier.sh and bin/http_terrier.bat
  • Added to a method to ResultSet, to see which keys are present.

People

Dates

  • Created:
    30/Nov/09 7:39 PM
    Updated:
    05/Mar/10 5:29 PM
    Resolved:
    17/Feb/10 1:41 PM