Query: Select all documents which have the apollo:propertyBooster property that does not equal to 3.
Initial data:
document1: Title - node1, apollo:propertyBooster - 3
document2: Title - node2, apollo:propertyBooster - 15
SELECT * FROM cmis:document WHERE apollo:propertyBooster <> 3
Query result:
document2.