Interface Formatter

All Known Implementing Classes:
AjaxHtmlFormatter, ColoredPlainTextFormatter, PlainTextFormatter, SearchableHtmlFormatter, StaticHtmlFormatter

public interface Formatter
  • Method Details

    • highlitStart

      String highlitStart()
    • highlightEnd

      String highlightEnd()
    • haders

      void haders()
    • tail

      void tail()
    • title

      void title(int i, long totalHits, String title)
    • file

      void file(String string, int page, float score)
    • searchStarted

      void searchStarted(String info, String what)
    • couldYouMeant

      void couldYouMeant(String title, List<String>... l)
    • resulsSummary

      void resulsSummary(String foundTitle, long totalHits, String timeTitle, long time, String units)
    • summary

      String summary(String path, String queryString, int infoBefore, int infoAfter)
    • initializationFailed

      void initializationFailed(String s)
    • resultsIn

      void resultsIn(String title, long l, String unit)
    • pages

      void pages(int from, int to, int total)
    • printLibrary

      void printLibrary(String library)
    • highlitStart

      String highlitStart(Color c)
    • highlitEnd

      String highlitEnd(Color c)
    • anchors

      String anchors(String string, String mach)