Author: thomasm
Date: Wed Sep 23 14:40:48 2015
New Revision: 1704861
URL: http://svn.apache.org/viewvc?rev=1704861&view=rev
Log:
OAK-301: Document Oak
Modified:
jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md
jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md?rev=1704861&r1=1704860&r2=1704861&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/differences.md Wed Sep 23
14:40:48 2015
@@ -77,7 +77,7 @@ if the sub-tree rooted at the respective
Query
-----
-Oak does not index content by default as does Jackrabbit 2. You need to create
custom indexes when
+Oak does not index as much content by default as does Jackrabbit 2. You need
to create custom indexes when
necessary, much like in traditional RDBMSs. If there is no index for a
specific query then the
repository will be traversed. That is, the query will still work but probably
be very slow.
See the [query overview page](query.html) for how to create a custom index.
@@ -85,6 +85,8 @@ See the [query overview page](query.html
There were some smaller bugfixes in the query parser which might lead to
incompatibility.
See the [query overview page](query.html) for details.
+In Oak, the method `QueryManager.createQuery` does not
+return an object of type `QueryObjectModel`.
Observation
-----------
Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md?rev=1704861&r1=1704860&r2=1704861&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md Wed Sep 23
14:40:48 2015
@@ -17,7 +17,7 @@
## The Query Engine
-Oak does not index content by default as does Jackrabbit 2. You need to create
custom
+Oak does not index as much content by default as does Jackrabbit 2. You need
to create custom
indexes when necessary, much like in traditional RDBMSs. If there is no index
for a
specific query, then the repository will be traversed. That is, the query will
still
work but probably be very slow.