Ah! is this why my boosting didn't work ? cause my query has -
(jcr:contains(., 'My Test Page'))Use Boosts | Indexing time and query
runtime Note: The boost in this case is respected only if a
jcr:contains() is done on the corresponding property, for example
jcr:contains(@jcr:title, 'find this'). If there is only a
jcr:contains(., 'find this'), the boosts at indexing time have no
effect.