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

Boolean query examples #6

Open
msfroh opened this issue Dec 11, 2023 · 3 comments
Open

Boolean query examples #6

msfroh opened this issue Dec 11, 2023 · 3 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@msfroh
Copy link
Owner

msfroh commented Dec 11, 2023

Before getting into more specialized queries, we really need an explanation of BooleanQuery and some of the basic concepts, like leap-frogging.

@msfroh
Copy link
Owner Author

msfroh commented Feb 5, 2024

We could actually write a couple of examples -- a high-level example explaining how to use BooleanQuery and a lower-level example explaining how it works.

The high-level example can walk through what the various Occur values mean, for example.

@msfroh msfroh added the good first issue Good for newcomers label Feb 5, 2024
@msfroh
Copy link
Owner Author

msfroh commented Mar 20, 2024

I wrote a couple of examples:

  1. Boolean query intro: cb1fba6
  2. Boolean AND query deep-dive: 1778b0e

A similar example diving into OR queries may be helpful.

A more advanced example could look at how impacts are used to skip non-competitive blocks.

@Vikasht34
Copy link

@msfroh Could you please assign this to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants