Skip to content

Demonstrates some Gotchas when implementing Oak Search and Indexing

License

Notifications You must be signed in to change notification settings

klcodanr/oak-search-gotchas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oak Search Gotchas

This project demonstrates some gotchas when using Oak Search & Indexing.

How to build

First you must install the codebase into your local AEM instance.

mvn clean install sling:install

Running the Tests

There are five tests which demonstrate various challenges in defining Oak indexes.

Follow the instructions below to run the tests. Each test is expected to fail until you make the changes described in the test file.

Test 1 - Query by Node Type

Test 2 - Query by Properties

Test 3 - Ordering

Test 4 - Nulls

Test 5 - Permissions

About

Demonstrates some Gotchas when implementing Oak Search and Indexing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages