Skip to content

cuba-platform/fts

Repository files navigation

CUBA Full Text Search Add-on

license Build Status Documentation

Full Text Search Add-on provides unstructured search within the values of entity attributes and content of uploaded files.

For more information see github.com/cuba-platform/cuba.

Build and install

In order to build the add-on from source, you need to install the following:

Let's assume that you have cloned sources into the following directories:

work/
    cuba/
    cuba-gradle-plugin/
    fts/

Open terminal in the work directory and run the following command to build and install the plugin into your local Maven repository (~/.m2):

cd cuba-gradle-plugin
gradlew install

After that, go to the cuba directory and build and install it with the same command:

cd ../cuba
gradlew install

Finally, go to the fts directory and build and install it with the same command:

cd ../fts
gradlew install