We tried to use postgresql+postgis to save our spatial data with points/lines/polygons.
Though the postgresql have a built-in full-text search engine, we have to use lucene for some reasons, and though the Lucene have a spatial engine, it does not support the line/polygon interception.
However we need the full-text search combined with the spatial search and do the pagination.
How do you handle this kind of problem?
أكثر...
Though the postgresql have a built-in full-text search engine, we have to use lucene for some reasons, and though the Lucene have a spatial engine, it does not support the line/polygon interception.
However we need the full-text search combined with the spatial search and do the pagination.
How do you handle this kind of problem?
أكثر...