-
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
I am doing something totally wrong #1820
Comments
Edit: It seems like my index definition extends the "standard" way of searching with bleve, and a NewMatchQuery restricted to this index definitions on the field, exclusively using this extended logic. How can I merge results of the edge logic with the exposed "standard" logic I seem to get when using the command line tool? Is this something I have to do in business logic on my own by issuing two queries and merging results on my own or does bleve offer this functionality through Conjunction Queries? |
|
I use the command line like
but now I understand that the What are the possible values to I get consistent result between command line if I search like In my program I would like to join what a
When doing so I get the following error from EDIT: When I change The query doesn't error. The more I think about it, I guess it is because my input contains maybe unmatching |
I define my index as follows:
When I search like
I get somewhat relevant results. However, If I use the bleve command line tool like
bleve query . I get for the same query many more results.
What's the difference?
The text was updated successfully, but these errors were encountered: