Anton Khatunzev
06/01/2021, 2:00 PMRicardo
06/01/2021, 3:02 PMRicardo
06/01/2021, 3:03 PMJason Bosco
06/01/2021, 5:21 PMq=*
) matching a filter. We've been thinking about adding the ability to add filter_by
and include_fields
to the documents export endpoint, which won't have this pagination limit, since there's no sorting performance overhead involved.
In the meantime, fetching multiple pages across multiple requests is the workaround. Like indexer mentioned above, you could actually issue requests for multiple pages in one http requests using the multi_search endpoint.
2. This is a result of us removing all special characters before indexing. So dir_3
actually gets indexed as dir3
. We're planning to address this in an upcoming release (not v0.21.0, but the one after).Vikas
06/01/2021, 6:00 PMJason Bosco
06/01/2021, 6:06 PMAndrew Sittermann
06/02/2021, 1:25 PM