Skip to content

Commit be0edaf

Browse files
committed
OAK-11346: remove oak-solr - some minimal changes to docs)
1 parent 4ab7342 commit be0edaf

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

oak-doc/src/site/markdown/dev_getting_started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

oak-doc/src/site/markdown/oak_api/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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/)

oak-doc/src/site/markdown/query/indexing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))
104104
2. `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.

oak-doc/src/site/markdown/query/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

4343
For more details on how indexing works (for all index types):
4444

oak-doc/src/site/markdown/query/solr.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
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+
2022
The Solr index is mainly meant for full-text search (the 'contains' type of queries):
2123

2224
//*[jcr:contains(., 'text')]

0 commit comments

Comments
 (0)