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

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

License

Notifications You must be signed in to change notification settings

openturing/turing-java-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages