Note that in the javadoc it says
"If false, the deletes may or may not be applied"
means it will not force applying all the delete and it's up to IndexWriter
to decide whether to apply at the refresh time or not,
I'm not 100% sure how IndexWriter decides that and maybe someone knows more
can chime
Hello, Rajib.
Lucene supports
https://lucene.apache.org/core/8_11_1/core/org/apache/lucene/analysis/tokenattributes/PayloadAttribute.html
You can check
https://lucene.apache.org/core/8_11_1/analyzers-common/org/apache/lucene/analysis/payloads/package-summary.html
for example of payloads injection.
Hi Mikhail, Uwe,
We are been able to overcome several hurdles.
Thanks for your suggestions, which helped us a lot. 😊
We need one more suggestion. Previously, we had used a sample code like below:
=
byte[] buffer;
private Token token = new Token(UID_PAYLOAD_STAR