Package com.lucidworks.js.api.client


package com.lucidworks.js.api.client
  • Classes
    Class
    Description
    Part of JavaScript API You can use in a way: function (request, response, ctx) { var spec = callFactory.builder('get', 'service: //admin/something'); spec.entity='body'; resp = JSON.parse(spec.exchange()['entity']); ctx.setProperty('status', resp.status); }