Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 2

5 years ago
Alex Bogdanovski
1K × 9 Administrator
How to run scoold with docker compose
How to run scoold with docker compose
**Docker Compose** You can start the whole stack, Para + Scoold, with a single command using `docker-compose`. First, create a new directory and copy `docker-compose.yml` to it from this repository. Create these 4 files: 1. `para.env` - containing environment variables for Para, like `JAVA_OPTS` 2. `scoold.env` - containing environment variables for Scoold, like `JAVA_OPTS` 3. `para-application.conf` - containing the Para configuration 4. `scoold-application.conf` - containing the Scoold configuration An example `para.env` file: ```sh JAVA_OPTS=-Dconfig.file=/para/application.conf ``` An `scoold.env` file: ```sh JAVA_OPTS=-Dconfig.file=/scoold/application.conf BOOT_SLEEP=6 ``` Then you can start both Scoold and Para with Docker Compose like so: ``` $ docker-compose up ```
**I found **![]( | Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- | | Text | Text | Text | http://)
5 years ago
Original
How to run scoold with docker compose

**I found **![]( | Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- | | Text | Text | Text | http://)