Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make results page into paginated request(s) #47

Open
abrin opened this issue Dec 21, 2017 · 0 comments
Open

make results page into paginated request(s) #47

abrin opened this issue Dec 21, 2017 · 0 comments

Comments

@abrin
Copy link
Contributor

abrin commented Dec 21, 2017

Here's an example of how we can do this:

curl http://localhost:8280/api/searchResultPage?size=10 -H "Content-Type: application/json" -d "{"schemaId":605}" -X POST

{
    "idList": [
        "5a38501cfadf6662496be999",
        "5a38501cfadf6662496be99f",
        "5a38501cfadf6662496be99e",
        "5a38501cfadf6662496be998",
        "5a38501cfadf6662496be9a0",
        "5a38501cfadf6662496be997",
        "5a38501cfadf6662496be99b",
        "5a38501cfadf6662496be99a",
        "5a38501cfadf6662496be99d",
        "5a38501cfadf6662496be99c"
    ],
    "total": 107,
    "start": 0,
    "page": 10,
    "facets": {
        "T_id": {
        },
        "decade": {
            "1000": 106,
            "1010": 106,
            "1020": 106,
            "1030": 106,
            "1040": 106
        },
        "T_2": {
        },
        "T_1": {
        },
        "I_1": {
        },
        "source": {
            "sagas": 107
        },
        "category": {
            "TEXTUAL": {
                "count": 107,
                "source": {
                    "sagas": 107
                }
            }
        },
        "spatial": {
            "TEXTUAL": {
                "country": {
                },
                "count": 107,
                "region": {
                    "4_____6605": 11,
                    "4_____6506": 5,
                    "4_____6607": 11,
                    "4_____6608": 16,
                    "4_____6509": 5
                }
            }
        },
        "temporal": {
            "TEXTUAL": {
                "decade": {
                    "1000": 106,
                    "1010": 106,
                    "1020": 106,
                    "1030": 106,
                    "1040": 106
                },
                "century": {
                    "1000": 106,
                    "800": 106,
                    "900": 106
                },
                "count": 107,
                "millennium": {
                    "0": 106,
                    "1000": 106
                }
            }
        }
    },
    "results": {
        "features": [
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Arnarnes",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "assembly site",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be997",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6506"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -18.23404312,
                        65.85970525
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Arnarstakksheiði",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "area",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be998",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____8506"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -18.953645,
                        63.445485
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga, agricultural building",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Arnarvatn",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "sagas_type_of_site": "Farm/shieling structure ",
                    "title": "Reykdæla saga ",
                    "sagas_function_of_site": "bústaður - dwelling place",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be999",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6607"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -17.13180542,
                        65.58344943
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Árskógur",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be99a",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6506"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -18.35489273,
                        65.92543791
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Ásólfstunga",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be99b",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6605"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -17.36715317,
                        65.37749563
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Bárðardalur",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "valley",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be99c",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6605"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -17.48199463,
                        65.55732332
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Bárðartjörn",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be99d",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6602"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -18.14306259,
                        65.94440765
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Breiðamýri",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be99e",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6100"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -17.38449097,
                        65.96941081
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Danmörk",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be99f",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6506"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -18.2529,
                        65.772
                    ]
                }
            },
            {
                "type": "Feature",
                "properties": {
                    "date": "870 – 1050",
                    "decade": [
                        "870",
                        "880",
                        "890",
                        "900",
                        "910",
                        "920",
                        "930",
                        "940",
                        "950",
                        "960",
                        "970",
                        "980",
                        "990",
                        "1000",
                        "1010",
                        "1020",
                        "1030",
                        "1040",
                        "1050"
                    ],
                    "sagas_tags": "saga",
                    "sagas_link": "http://handrit.is/en/manuscript/view/is/AM04-0561",
                    "sagas_placename": "Einarsstaðir",
                    "millennium": [
                        "0",
                        "1000"
                    ],
                    "sagas_what": "farm",
                    "sagas_oldest_extant_manuscript_date": "1390-1410",
                    "sagas_country": "Iceland",
                    "source": "sagas",
                    "title": "Reykdæla saga ",
                    "century": [
                        "800",
                        "900",
                        "1000"
                    ],
                    "sagas_theme": "orange",
                    "sagas_oldest_extant_manuscript_shelf_number": "AM 561 4to",
                    "schema_id": 605,
                    "id": "5a38501cfadf6662496be9a0",
                    "category": "TEXTUAL",
                    "region": [
                        "4_____6608"
                    ]
                },
                "geometry": {
                    "type": "Point",
                    "coordinates": [
                        -17.40715027,
                        65.74040567
                    ]
                }
            }
        ]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant