vivo-community / scholars-discovery

BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Index author names on publications #225

Closed jimwood closed 4 years ago

jimwood commented 4 years ago

Searching publications does not currently match on author names

ghost commented 4 years ago

This can be accomplished changing line at https://github.com/vivo-community/scholars-discovery/blob/master/src/main/java/edu/tamu/scholars/middleware/discovery/model/Document.java#L51 to @Indexed(type = "nested_tokenized_strings", copyTo = { "_text_" }) and reindex.