We want to create integrated search of similar databases / tables with similar fields and schema, e.g. United States real estate listings search of multiple real estate properties databases such as these:
Each of the 3 data sets above is a MySQL database query, joined by multiple tables.
You can see each of them has similar fields but also different fields. We are not familiar with Elasticsearch yet and we are thinking about switching to it but we are not sure if it can do this? Integrated search of multiple databases with similar fields?
If they are in their own index, can they be all searched at once?
I mean, to the user, there's only one search interface. If I have 1000 such indices as we might very well reach 1000 databases, could this be an issue?
Thanks for the tips. However, the schemas of all the databases are all different, with different tables and fields, is it still possible in this regard?
So with one search, for instance, a search of "python" and salary range from "100,000" to "150,000" against 1000 job openings databases, we want it to search through ALL the fields and ALL the tables of ALL the databases by the keyword "python" but only through salary from and to fields by the provided salary range "100,000" to "150,000", and return results from ALL the 1000 databases that satisfy both criteria.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.