You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I recently found out that Stopwords get applied to document tokenizing but not query-side tokenizing. This also makes me wonder if other analysis chain steps might be omitted from query side. While ideally my team would be on WAND instead of AND, we don't have any guarantees of this and ideally would have the analysis chain apply all steps to queryside and not just document side.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Would like everything in our analysis chain to be applied to query tokenizing and not just document tokenizing:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I recently found out that Stopwords get applied to document tokenizing but not query-side tokenizing. This also makes me wonder if other analysis chain steps might be omitted from query side. While ideally my team would be on WAND instead of AND, we don't have any guarantees of this and ideally would have the analysis chain apply all steps to queryside and not just document side.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Would like everything in our analysis chain to be applied to query tokenizing and not just document tokenizing:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
We have unblocked ourselves by writing custom parsing logic to remove stop word tokens from the query tree within our java searcher logic
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: