prior-art-archive / priorartarchive.org

Prior Art Archive Site
https://priorartarchive.org
GNU General Public License v2.0
3 stars 1 forks source link

Re-implement organization-specific indices #56

Open reefdog opened 4 years ago

reefdog commented 4 years ago

In v1, each organization (née "company") had its own ElasticSearch index, named as the company ID hash with an idx prefix, e.g. idx-fccf7fb0-e96c-4336-9687-303e1115abff. In v2, we use a single documents index for all documents.

After discussions with Cisco about how to most quickly and efficiently replicate the working search of v1, we're planning to return to organization-specific indices. This is easy enough to do, but we should discuss if there will be any unexpected consequences. (E.g., can we still search across all indices?)

cc @joeltg