-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Content Views, Elasticsearch
-
Impact type:Configuration Change
When defining PageProvider predicate it should be possible to use the NXQL query HINTs (NXP-16920)
This can be done by passing the hint in the parameter
<predicate parameter="/*+ES: INDEX(dc:title,dc:description) */ dc:title" operator="FULLTEXT"> <field schema="advanced_search" name="fulltext_all"/> </predicate>
But we also want an explicit hint predicate property like:
<predicate hint="ES: INDEX(dc:title,dc:description)" parameter="dc:title" operator="FULLTEXT"> <field schema="advanced_search" name="fulltext_all"/> </predicate>