Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Custom text indexing for known data structures #39

Open
mrbrianevans opened this issue Jan 25, 2022 · 0 comments
Open

Custom text indexing for known data structures #39

mrbrianevans opened this issue Jan 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@mrbrianevans
Copy link
Owner

In the post processor, there should be an option to set a fixed way of indexing and searching the documents. GH-37 made a generic search which indexes all top-level properties of documents, but this could be improved for known data structures by setting it explicitly.

For example, instead of indexing all the properties of a tweet, it should rather only index the full_text property. This will reduce index size and make results more accurate.

Post processors should also be able to show their own search inputs, rather than the default. This can be a boolean flag in the post processor.

@mrbrianevans mrbrianevans added the enhancement New feature or request label Jan 25, 2022
@mrbrianevans mrbrianevans added this to To do in Sprint 5 Jan 25, 2022
@mrbrianevans mrbrianevans added this to To do in Sprint 6 Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

1 participant