-
Notifications
You must be signed in to change notification settings - Fork 86
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
Source Filtering #72
Comments
If not I am happy to add it. Wanted to make sure I am not missing something first. |
Don't want to break what is already there so I added another feature flag to do what we need for bandwidth performance.
If there is another means to enable this without this code change please let us know. Thanks. |
No I think the original implementation is wrong to always include all fields from the feature type. When source filtering is enabled and Can you implement this under the existing |
My concern would be breakage with existing code that is expecting to get all fields back. Since your good with it I will move the implementation under the existing feature flag and submit a pull request. Have run into a few things but overall this plugin has saved us a ton of work and is very well done. Thank you so much for all your effort and quick responses!!! |
#72 Limited the source filtering to the properties specified by the q…
Fixed in #76 |
The following setting:
ElasticDataStoreFactory.SOURCE_FILTERING_ENABLED
Enables source filtering but it appears to add all of the attributes which defeats the purpose.
Is there a currently a means to only include attributes specified in query.getProperties().
The text was updated successfully, but these errors were encountered: