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

Add support for storing term vectors in FeatureField #14034

Merged
merged 5 commits into from
Dec 4, 2024

Conversation

jimczi
Copy link
Contributor

@jimczi jimczi commented Dec 3, 2024

This PR introduces an option to store term vectors generated by the FeatureField.
With this option, term vectors can be used to access all features for each document.

This update introduces an option to store term vectors generated by the FeatureField.
With this option, term vectors can be used to access all features for each document.
@jimczi jimczi added this to the 10.1.0 milestone Dec 3, 2024
Copy link
Contributor

@mayya-sharipova mayya-sharipova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice how simple the addition is!

Copy link
Member

@benwtrent benwtrent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a CHANGES.txt entry please :)

@jimczi jimczi merged commit 8fdd48b into apache:main Dec 4, 2024
3 checks passed
@jimczi jimczi deleted the feature_field_store_term_vectors branch December 4, 2024 12:31
jimczi added a commit that referenced this pull request Dec 4, 2024
This update introduces an option to store term vectors generated by the FeatureField.
With this option, term vectors can be used to access all features for each document.
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 this pull request may close these issues.

4 participants