-
Notifications
You must be signed in to change notification settings - Fork 686
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
please support Inclusion and exclusion of fields #1765
Comments
@hktalent if you expect help with your issues, we'll need you to be a bit more descriptive when you log issues. I'm not really sure what you mean by inclusion and exclusion of fields. Sharing a sample document here would help us more in understanding what it is you're trying to achieve. Bleve does support field agnostic search, for field data that you've included into the composite (
If that wasn't your question at all, and your question was more on how to index document content when there is no concept of a field, like in this example:
Here's how you can index and search for
|
@abhinavdangeti Thank you very much That is, the query contains +leaks But there is no documentation for the tags field in the doc |
Inclusion and exclusion of fields
E.g
I want to check
tags:leak but no field:
passwd
doc, do not know how to write
Two docs are now indexed
1
Now I want to be able to query the doc without tags, probably like this
The text was updated successfully, but these errors were encountered: