Details
Description
A Lucene index with a property that is configured as "analyzed = true" is sometimes used by mistake. Example:
oak:index/testLuceneIndex (oak:QueryIndexDefinition) compatVersion: 2 type: lucene async: "async" indexRules (nt:unstructured) nt:base (nt:unstructured) properties (nt:unstructured) xyz (nt:unstructured) propertyIndex: true, analyzed: true, name: xyz query: /jcr:root/content//*[jcr:contains(., '1234')]
The index is used, but the result does not contain nodes with properties abc = '1234'.
Attachments
Issue Links
- relates to
-
OAK-3589 Property index with declaringNodeTypes sometimes used by mistake
- Closed