APIs REST para servicio de búsqueda
git clone https://github.com/RepositorioNacionalCultura/SearchEndPoint.git
cd EndPoint
mvn clean && mvn package
java -jar target/dependency/webapp-runner.jar target/SearchEndPoint.war
Make search requests to http://localhost:8080/api/v1/search?q=XXX
https://localhost:8080/api/v1/search?q=oleo
https://localhost:8080/api/v1/search?identifier=8rMYJ2IBHvWlXGh3KeOq
https://localhost:8080/api/v1/search?q=oleo&size=3
https://localhost:8080/api/v1/search?q=oleo&size=3&sort=-title