box api - Box API Slow Search Performance -


we have enterprise box account 17k files. using search endpoint takes 5-6 seconds retrieve first set of results query (see below).

https://api.box.com/2.0/search?query=fees&file_extensions=pdf&content_types=file_content&type=file&limit=200&offset=0

can done improve performance, or typical response time? noticed when using box website (see below), appears quicker 2-3 seconds.

https://app.box.com/folder/0/search?query=fees&pagesize=20&sortdirection=desc&types=pdf&kinds=file_content&metadata=&folderid=0

in addition, in website search results there extract highlighting, possible through api? there field can requested information?

edit - was able improve time using fields parameter, still 4-5 seconds retrieve first 200 matches.

fields=name,size,path_collection,created_at,modified_at


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -