Changeset 1039

Show
Ignore:
Timestamp:
10/23/06 01:22:42
Author:
douglm
Message:

Add system property to set path to index root.
Changed config to set it

Implemented lcene indexing and searching. Admin client needs work to display results - user client will index and generate xml for query like
http://localhost:8080/ucal/search/search.rdo?query=eventSummary:meeting

Stylesheets need changes to display result.

Default quickstart creates indexes in the quickstart directory

Schema change:
add text column "bwindex_root" to Bedework_Settings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/buildwar.xml

    r1036 r1039  
    342342    <!-- Some more standard libs --> 
    343343    <copy todir="${app.dest.lib}" file="${log4j.jar}"/> 
     344    <copy todir="${app.dest.lib}" file="${lucene.jar}"/> 
    344345    <copy todir="${app.dest.lib}" file="${ical4j.jar}"/> 
    345346    <copy todir="${app.dest.lib}" file="${commons-codec.jar}"/> 
  • trunk/config/configs/democal.options.xml

    r1036 r1039  
    6666 
    6767        <directoryBrowsingDisallowed>@DIRECTORY-BROWSING-DISALLOWED@</directoryBrowsingDisallowed> 
     68 
     69        <indexRoot>lucene/indexroot</indexRoot> 
    6870      </syspars> 
    6971