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

The explanation of how is_title works is confusing #212

Closed
ofermend opened this issue Dec 27, 2023 · 0 comments · Fixed by #216
Closed

The explanation of how is_title works is confusing #212

ofermend opened this issue Dec 27, 2023 · 0 comments · Fixed by #216
Assignees

Comments

@ofermend
Copy link
Contributor

Idea

When trying to understand how is_title works - the search leads me to this page: https://docs.vectara.com/docs/learn/metadata-search-filtering/ootb-metadata-filters

This only mentions that part.is_title is a default field, but I think it's worthwhile to better explain how titles are handled in our system more broadly. From my understanding:

  1. During indexing: how are document-level and section-level titles indexed?
  2. How are titles used at query time if no filter is specified? if using a filter condition of "is_title.part=true" and if using a filter condition of "is_title.part<>true"
  3. Are titles included in matching during query-time?
  4. General guidance on how/when to use is_title as a filter.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants