Skip to content
aphreet edited this page Oct 27, 2012 · 2 revisions

How to make search works

By default C3 system does not know where to store index files, so by default search is disabled. In order to enable it follow steps below:

Download unpack c3-client from http://build.ifunsoftware.com/guestAuth/repository/download/bt4/.lastSuccessful/c3-client-1.3.2.SNAPSHOT.zip

!Note You can't use a browser CLI since it doesn't contain some CLI commands.

Run java -jar c3-client-<version>.jar -h http://<your hostname> -u admin

C3>set search
Search index location []: /data/c3-next/index/
Number of indexer threads [2]:
Max number of documents in temp index [100]:
Extract content of the documents [false]: true
Done
C3>

Make sure you have launched tika server (c3-tika-impl-1.0.758.jar) that can be built from sources: http://c3-system.googlecode.com/svn/c3-tika/trunk/

Clone this wiki locally