MetadataDiscoveryResource
Jersey Resource for metadata operations.
The following resources are applicable:
/discovery/search
GET
Search using a given query.
Parameters
| name | description | type | default | 
|---|---|---|---|
| query | search query in raw gremlin or DSL format falling back to full text. | query | 
Response Body
| element: | (custom) | 
| media types: | application/json | 
JSON representing the type and results.
/discovery/search/dsl
GET
Search using query DSL format.
Parameters
| name | description | type | default | 
|---|---|---|---|
| query | search query in DSL format. | query | 
Response Body
| element: | (custom) | 
| media types: | application/json | 
JSON representing the type and results.
/discovery/search/fulltext
GET
Search using full text search.
Parameters
| name | description | type | default | 
|---|---|---|---|
| query | search query. | query | 
Response Body
| element: | (custom) | 
| media types: | application/json | 
JSON representing the type and results.
/discovery/search/gremlin
GET
Search using raw gremlin query format.
Parameters
| name | description | type | default | 
|---|---|---|---|
| query | search query in raw gremlin format. | query | 
Response Body
| element: | (custom) | 
| media types: | application/json | 
JSON representing the type and results.