|
GettingStarted
Getting StartedPrerequisites
Bundled
Directory Structure
BuildJust do ant zoie-${version}.jar will be created in the dist directory Configure the ExampleEdit example/settings/index.properties to specify source directory location, by default, the java directory is specified. Build Example Wardo ant example-war zoie-example.war will be created in the dist directory RunDo 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
IndexingData 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