Feature : Index Media #11
Replies: 5 comments 1 reply
-
I had worked a bit on thinking about the database structure that would be needed to enable this. So I am documenting it here to start a conversation and critique of what is missing. I think we should have 2 tables - IndexStatus and IndexHistory. Index status would store the current status of indexing of a media item into the multiple possible indexers. Index history would store all previous values of index status Both tables will have identical structure
The association between Media, IndexStatus and IndexHistoryy would be :
|
Beta Was this translation helpful? Give feedback.
-
I am not posting any UI mocks for now. If Guru or any developer want help on that, I am happy to upload some mocks here. |
Beta Was this translation helpful? Give feedback.
-
Possible User Stories to implement :
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We should have a way to trigger indexing from kosh to feluda for every dataset or post. And we should also have a script that we can setup to run periodically that gets all unindexed posts and attempts indexing it. |
Beta Was this translation helpful? Give feedback.
-
The feature includes
Motivation
There is no one solution to getting great search results from a search engine. The process of finding tradeoffs and acceptable solutions is highly iterative. This can only be done at a good pace if the following tasks are cheap to perform :
This feature addresses 2 and 3.
Beta Was this translation helpful? Give feedback.
All reactions