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

full text search (not including lemmatisation yet) #9

Open
jtauber opened this issue Apr 5, 2019 · 2 comments
Open

full text search (not including lemmatisation yet) #9

jtauber opened this issue Apr 5, 2019 · 2 comments
Labels
backend-api New API or change to existing API

Comments

@jtauber
Copy link
Member

jtauber commented Apr 5, 2019

this basically involves porting over our existing search and ES infrastructure but dedicated to just Homer.

Reference Model: A3

@jtauber
Copy link
Member Author

jtauber commented Apr 5, 2019

note that there's no separate search page, this would entirely be done via a widget but that widget could be in the main pane.

@jtauber jtauber added the backend-api New API or change to existing API label Apr 5, 2019
@jacobwegner
Copy link
Contributor

With the Work --> {Divisions|Superheadings|Sections} --> Token hierarchy, can likely simplify how indexing works.

Indexing has traditionally also been doing some of the lemmatization, but we can end up having that in "cold storage" as part of the data plan and indexing really is just indexing.

Should think through how GraphQL might wrap our existing search API (so we can return "results" in a similar format as we serve up books / lines / tokens)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend-api New API or change to existing API
Projects
None yet
Development

No branches or pull requests

2 participants