datadavev / DwC_views

Implements viewers for Darwin Core record repositories
1 stars 0 forks source link

implement search operation on gateway #8

Closed datadavev closed 13 years ago

datadavev commented 13 years ago

Implement search on gateway.

Client invokes search on gateway, gateway executes search against SOLR index, returning results to client.

Pass through must be efficient, streaming if possible. It will likely be necessary to transform results as they pass through the gateway, so consideration for this implementation should be taken into account.

coreyo commented 13 years ago

Dave, can you clarify the purpose of this ticket. Does this refer only to the getRecords() method in the gateway API, or does this include the actual frontend search UI interface which calls the getRecords() function?