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

OAK-11129 Improve Lucene documentation #1720

Merged
merged 4 commits into from
Sep 16, 2024
Merged

OAK-11129 Improve Lucene documentation #1720

merged 4 commits into from
Sep 16, 2024

Conversation

thomasmueller
Copy link
Member

No description provided.

Copy link
Contributor

@nfsantos nfsantos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor comments.

Comment on lines 492 to 494
if the node is part of the index, if the node type (or mixin) matches,
if the mime type property is set, and if the mime type is indexed
(see the Tika configuration).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be more clear as a bullet list. Do all of the conditions have to apply for a binary property to be indexed? My understanding is that yes. So it would more clear to say this explicitly, like: if all of the conditions below are true:

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.


propertyIndex
: Whether the index for this property is used for equality conditions, ordering,
and is not null conditions.
and is not null conditions. Example query:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took me a while to understand what is meant by: and is not null conditions. I guess it should be read as "and is-not-null conditions", right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'll quote is not null (that is the syntax).


notNullCheckEnabled
: Since 1.1.8
: If the property is checked for _is not null_ then this should be set to true.
: If the property is checked for `is not null` then this should be set to true.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's more clear, using quotes for is not null.

@thomasmueller thomasmueller merged commit e15821c into trunk Sep 16, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants