Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 824 Bytes

README.adoc

File metadata and controls

27 lines (20 loc) · 824 Bytes

Turing AI Java Proxy

WAR java file to expose the Turing AI API on the site.

Run on Development

mvnw spring-boot:run

Parameters

Table 1. Semantic Navigation Rest API Get Attributes
Attribute Required / Optional Description Example

q

Required

Search Query.

q=foo

p

Optional

Page Number, first page is 1.

p=1

sort

Optional

Sort values: relevance, newest and oldest.

sort=relevance

fq[]

Optional

Query Field. Filter by field, using the following pattern: FIELD: VALUE.

fq[]=title:bar

tr[]

Optional

Targeting Rule. Restrict search based in: FIELD: VALUE.

tr[]=department:foobar

rows

Optional

Number of rows that query will return.

rows=10