Jerome Cambon wrote:
Hi,

In our Open Source project (opends.org), we are generating some documentation from xml files. Today, the generated files are in HTML format. Our wiki documentation are pointing on these generated pages.
Using the jspwiki Search feature, is it possible to search in these files ?

By default JSPWiki uses the Lucene search engine for its indexes. You
would need to locate the Lucene indexer from within the running instance
of JSPWiki (using WikiEngine.getSearchManager() ) and then add the HTML
pages you want indexed to the index, then modify the results so that if
they come from the HTML pages the links work. It isn't currently
supported but it's not terribly difficult to do. Lucene has a rather nice
interface, i.e., it's relatively easy to work with.

Murray

...........................................................................
Murray Altheim <murray07 at altheim.com>                           ===  = =
http://www.altheim.com/murray/                                     = =  ===
SGML Grease Monkey, Banjo Player, Wantanabe Zen Monk               = =  = =

      Boundless wind and moon - the eye within eyes,
      Inexhaustible heaven and earth - the light beyond light,
      The willow dark, the flower bright - ten thousand houses,
      Knock at any door - there's one who will respond.
                                      -- The Blue Cliff Record

Reply via email to