We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It must be possible to skip lucene index for a document. Therefore the save() method should evaluate the new item:
$LuceneIgnore=true
In case '$luceneIgnore' is set to true the luceneService.updateDocument() call should be skipped.
This feature is requested by the archive-service for snapshot-workitems which should not be indexed.
The text was updated successfully, but these errors were encountered:
implementation and documentation
a18cd3f
issue #316
changed name for flag to '$noindex'
99b5199
No branches or pull requests
It must be possible to skip lucene index for a document. Therefore the save() method should evaluate the new item:
In case '$luceneIgnore' is set to true the luceneService.updateDocument() call should be skipped.
This feature is requested by the archive-service for snapshot-workitems which should not be indexed.
The text was updated successfully, but these errors were encountered: