Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.11 KB

#Cleo-federated

cleo-federated is a clone of cleo-primer with folowing features

Grouping or federated result

Groups can be mentioned while indexing and while querying you can mention that N number of results should come from each group.

Automatic ID generation

The user dont have to specify the id while indexing.

Cross domain support

The UI need not be on the same server / same port. JSONP is enabled.

Jetty server support

Jetty server would be ported with the code (yet to implement)

Automatated build creation support

on mvn package , the build would be created and ready to use (yet to implement)

Test run

Run the following to bootstrap cleo in dev enviornment MAVEN_OPTS="-Xms2g -Xmx2g" mvn jetty:run

Run the following to populate data of congress and company group

./scripts/post-element-list.sh congress dat/us-congress-representative-list.xml 

./scripts/post-element-list.sh company dat/nasdaq-company-list.xml

Visit following link to see the auto complete feature in action

http://localhost:8080/cleo-primer

http://localhost:8080/cleo-primer/rest/elements/search?query=goo