buda-base / git-to-dbs

Git to CouchDB / Fuseki / CouchDB for BDRC Lib App
Apache License 2.0
0 stars 0 forks source link

combining scores with outlines #49

Open eroux opened 1 month ago

eroux commented 1 month ago

we can approach the score of an outline node using three different angles:

we currently have:

how should we represent that in the index?

roopeux commented 1 month ago

In my previous work I have most often ignored elements that list links to other pages, because they clutter search results with hits that nobody wants.

We don't want to index the leaves of outlines, because the texts will have their direct links. We could consider indexing some volume or section names unless they have their own pages too. If I understood correctly, outlines are embedded in instances which also have their own pages. All this leaves very little to index at all. Enlighten me, I may be missing something.

eroux commented 1 month ago

Well, I'm not sure what you're proposing, do you mean that for instance when people search a sutra they shouldn't find any result on BDRC because we don't index outline nodes? That won't do... but perhaps I don't really understand