File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/scala/algoliasearch/composition Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import org.json4s._
3636 * Search results (hits). Hits are records from your index that match the search criteria, augmented with additional
3737 * attributes, such as, for highlighting.
3838 * @param query
39- * Search query.
39+ * The search query string .
4040 * @param params
4141 * URL-encoded string of all search parameters.
4242 */
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ package algoliasearch.composition
3131/** SearchPagination
3232 *
3333 * @param page
34- * Page of search results to retrieve .
34+ * The current page of the results .
3535 * @param nbHits
3636 * Number of results (hits).
3737 * @param nbPages
3838 * Number of pages of results.
3939 * @param hitsPerPage
40- * Number of hits per page.
40+ * Number of hits returned per page.
4141 */
4242case class SearchPagination (
4343 page : Int ,
Original file line number Diff line number Diff line change @@ -82,18 +82,18 @@ import org.json4s._
8282 * @param automaticInsights
8383 * Whether automatic events collection is enabled for the application.
8484 * @param page
85- * Page of search results to retrieve .
85+ * The current page of the results .
8686 * @param nbHits
8787 * Number of results (hits).
8888 * @param nbPages
8989 * Number of pages of results.
9090 * @param hitsPerPage
91- * Number of hits per page.
91+ * Number of hits returned per page.
9292 * @param hits
9393 * Search results (hits). Hits are records from your index that match the search criteria, augmented with additional
9494 * attributes, such as, for highlighting.
9595 * @param query
96- * Search query.
96+ * The search query string .
9797 * @param params
9898 * URL-encoded string of all search parameters.
9999 */
You can’t perform that action at this time.
0 commit comments