AngelaFabregues commented on code in PR #578:
URL: https://github.com/apache/jackrabbit-oak/pull/578#discussion_r901644254
##########
oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneDocumentMaker.java:
##########
@@ -88,7 +88,7 @@ public LuceneDocumentMaker(@Nullable
FulltextBinaryTextExtractor textExtractor,
@Override
protected void indexAnalyzedProperty(Document doc, String pname, String
value, PropertyDefinition pd) {
String analyzedPropName = constructAnalyzedPropertyName(pname);
- doc.add(newPropertyField(analyzedPropName, value,
!pd.skipTokenization(pname), pd.stored));
+ doc.add(newPropertyField(analyzedPropName, value,
!pd.skipTokenization(pname), pd.useInExcerpt));
Review Comment:
I've reverted even thought I still don't see the why stored is even ok here
:)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]