File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
oak-doc/src/site/markdown Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ The build consists of the following components:
7272
7373 - oak-jcr - JCR binding for the Oak repository
7474
75- - oak-solr-core - Apache Solr indexing and search
76- - oak-solr-osgi
7775 - oak-lucene - Lucene-based query index
7876
7977 - oak-auth-external - External authentication support
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ Oak API
3030 - [ oak-blob-cloud] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-blob-cloud/ )
3131 - [ oak-http] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-http/ )
3232 - [ oak-lucene] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-lucene/ )
33- - [ oak-solr-core] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-solr-core/ )
34- - [ oak-solr-osgi] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-solr-osgi/ )
3533 - [ oak-auth-external] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-auth-external/ )
3634 - [ oak-auth-ldap] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-auth-ldap/ )
3735 - [ oak-segment-tar] ( http://www.javadoc.io/doc/org.apache.jackrabbit/oak-segment-tar/ )
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ The index definitions nodes have the following properties:
100100 * ` counter ` - Configured with the out-of-the-box setup
101101 * ` property `
102102 * ` lucene `
103- * ` solr `
103+ * ` solr ` ( * NOTE: * Solr support has been removed in Oak 1.82 (see [ OAK-11346 ] ( https://issues.apache.org/jira/browse/OAK-11346 ) )
1041042 . ` async ` - This determines if the index is to be updated synchronously or asynchronously.
105105 It can have the following values:
106106 * ` sync ` - The default value. It indicates that index is meant to be updated as part of each commit.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ documentation page.
3838* [ Lucene] ( ./lucene.html )
3939* [ Elastic] ( ./elastic.html )
4040* [ Property] ( ./property-index.html )
41- * [ Solr] ( ./solr.html )
41+ * [ Solr] ( ./solr.html ) ( * NOTE: * Solr support has been removed in Oak 1.82 (see [ OAK-11346 ] ( https://issues.apache.org/jira/browse/OAK-11346 ) )
4242
4343For more details on how indexing works (for all index types):
4444
Original file line number Diff line number Diff line change 1717
1818## Solr Index
1919
20+ * NOTE:* Solr support has been removed in Oak 1.82 (see [ OAK-11346] ( https://issues.apache.org/jira/browse/OAK-11346 ) ).
21+
2022The Solr index is mainly meant for full-text search (the 'contains' type of queries):
2123
2224 //*[jcr:contains(., 'text')]
You can’t perform that action at this time.
0 commit comments