My favorites | Sign in
Project Logo
                
Search
for
Updated Jan 04, 2009 by john.wang
Labels: Featured, Phase-Deploy
GettingStarted  

Getting Started

Prerequisites

Bundled

Directory Structure

Build

Just do ant

zoie-${version}.jar will be created in the dist directory

Configure the Example

Edit example/settings/index.properties to specify source directory location, by default, the java directory is specified.

Build Example War

do ant example-war zoie-example.war will be created in the dist directory

Run

Do ant run-server

zoie-example.war will be deployed.

Server is running on: http://localhost:8888/zoie-example

Logs are in logs directory Target index is example-index directory

Indexing

Data stream is NOT started by default, to start the data stream for indexing via JMX:

Bean: zoie-example:name=data-provider

method: start()

do: jconsole

You should be able to search immediately:

Now customize example/settings/index.properties to set the source directory to your own and search it in real time! (restart/redeploy required)


Sign in to add a comment
Hosted by Google Code