You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Queries like "return all streets in this town", or "all municipalities in 1940 in province of Drenthe" are possible, but API will not always return all valid results; sometimes API will returns only a subset. This is because Neo4j and Elasticsearch work together in finding the results, and have to communicate through LIMIT-ed queries. Solution: materialize, for each PIT, all paths to "world PIT" (or something similar) into Elasticsearch, and only use ES for searching.
Queries like "return all streets in this town", or "all
municipalities in 1940 in province of Drenthe" are possible, but API will
not always return all valid results; sometimes API will returns only
a subset. This is because Neo4j and Elasticsearch work together in finding
the results, and have to communicate through LIMIT-ed queries. Solution:
materialize, for each PIT, all paths to "world PIT" (or something similar)
into Elasticsearch, and only use ES for searching.
—
Reply to this email directly or view it on GitHub #53 (comment).
See https://github.com/erfgoed-en-locatie/historische-geocoder/blob/7a204712c86c118b8c544a790e3e765427843003/docs/voorbeeldqueries.md
The text was updated successfully, but these errors were encountered: