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

Person/Place search issue #63

Open
yf508 opened this issue Oct 9, 2020 · 0 comments
Open

Person/Place search issue #63

yf508 opened this issue Oct 9, 2020 · 0 comments

Comments

@yf508
Copy link
Contributor

yf508 commented Oct 9, 2020

List of all Persons/Places is slow

As an Admin in Edit Tool, looking at Place/Person list is slow. Currently, there is 4k persons and 2k places in the index

The Search is based on Solr, see People and Person index methods

Question: How fast should Solr query perform?

Person List -> search variant name

Searching for the variant name will not bring any results as Solr query doesn't include altlabel_tesim field.

What we should do next

We will use a profiling tool such as stackproof to narrow down bottlenecks. However, this could be slow Solr performance. We will investigate how to optimize Solr. What else we can do?

paluchas added a commit that referenced this issue Oct 15, 2020
Support search via person variant name as raised at
[#63](#63)
paluchas added a commit that referenced this issue Oct 16, 2020
Support search via person variant name as raised at
[#63](#63)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant