You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by an...@apache.org on 2013/02/28 19:37:05 UTC

svn commit: r1451283 - /jackrabbit/oak/trunk/README.md

Author: angela
Date: Thu Feb 28 18:37:04 2013
New Revision: 1451283

URL: http://svn.apache.org/r1451283
Log:
add solr modules to README

Modified:
    jackrabbit/oak/trunk/README.md

Modified: jackrabbit/oak/trunk/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/README.md?rev=1451283&r1=1451282&r2=1451283&view=diff
==============================================================================
--- jackrabbit/oak/trunk/README.md (original)
+++ jackrabbit/oak/trunk/README.md Thu Feb 28 18:37:04 2013
@@ -50,22 +50,25 @@ Components
 
 The build consists of the following main components:
 
-  - oak-parent    - parent POM
-  - oak-commons   - shared utility code
-  - oak-mk-api    - MicroKernel API
-  - oak-mk        - default MicroKernel implementation
-  - oak-mk-remote - MicroKernel remoting
-  - oak-mongomk   - MongoDB-based MicroKernel
-  - [oak-core][1] - Oak repository API and implementation
-  - oak-jcr       - JCR binding for the Oak repository
-  - oak-sling     - integration with Apache Sling
-  - oak-http      - HTTP binding for Oak
-  - oak-lucene    - Lucene-based query index
-  - oak-run       - runnable jar packaging
-  - oak-it        - integration tests
-    - oak-it/mk   - integration tests for MicroKernel
-    - oak-it/osgi - integration tests for OSGi
-  - oak-bench     - performance tests
+  - oak-parent        - parent POM
+  - oak-commons       - shared utility code
+  - oak-mk-api        - MicroKernel API
+  - oak-mk            - default MicroKernel implementation
+  - oak-mk-remote     - MicroKernel remoting
+  - oak-mongomk       - MongoDB-based MicroKernel
+  - [oak-core][1]     - Oak repository API and implementation
+  - oak-jcr           - JCR binding for the Oak repository
+  - oak-sling         - integration with Apache Sling
+  - oak-solr-core     - Apache Solr indexing and search
+  - oak-solr-embedded - Apache Solr on an embedded Solr instance
+  - oak-solr-remote   - Apache Solr on an remote (HTTP) Solr instance
+  - oak-http          - HTTP binding for Oak
+  - oak-lucene        - Lucene-based query index
+  - oak-run           - runnable jar packaging
+  - oak-it            - integration tests
+    - oak-it/mk       - integration tests for MicroKernel
+    - oak-it/osgi     - integration tests for OSGi
+  - oak-bench         - performance tests
 
   [1]: oak-core/README.md