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 to...@apache.org on 2015/06/16 09:39:36 UTC

svn commit: r1685722 - in /jackrabbit/oak/trunk/oak-doc/src/site/markdown/query: lucene.md query.md solr.md

Author: tommaso
Date: Tue Jun 16 07:39:36 2015
New Revision: 1685722

URL: http://svn.apache.org/r1685722
Log:
OAK-2175 - fixed typo in supported version

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query.md
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/solr.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md?rev=1685722&r1=1685721&r2=1685722&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md Tue Jun 16 07:39:36 2015
@@ -807,7 +807,7 @@ changed by setting the property `suggest
 
 ##### Spellchecking
 
-`@since Oak 1.1.17, 1.0.15`
+`@since Oak 1.1.17, 1.0.13`
 
 In order to use Lucene index to perform spellchecking, the index definition node (the one of type `oak:queryIndexConfiguration`)
  needs to have the `compatVersion` set to `2`, then one or more property nodes, depending on use case, need to have the 

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=1685722&r1=1685721&r2=1685722&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 Tue Jun 16 07:39:36 2015
@@ -144,7 +144,7 @@ Full-text aggregation is not currently s
 
 ### Spellchecking
 
-`@since Oak 1.1.17, 1.0.15`
+`@since Oak 1.1.17, 1.0.13`
 
 Oak supports spellcheck queries when using the Lucene or Solr indexes.
 Unlike most queries, spellcheck queries won't return a JCR `Node` as the outcome of such queries will be text terms 

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/solr.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/solr.md?rev=1685722&r1=1685721&r2=1685722&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/solr.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/solr.md Tue Jun 16 07:39:36 2015
@@ -14,6 +14,8 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
+  
+### Solr Index
 
 The Solr index is mainly meant for full-text search (the 'contains' type of queries):
 
@@ -21,7 +23,7 @@ The Solr index is mainly meant for full-
 
 but is also able to search by path and property restrictions.
 Primary type restriction support is also provided by it's not recommended as it's usually much better to use the [node type 
-index](../query.html#The_Node_Type_Index) for such kind of queries.
+index](query.html#The_Node_Type_Index) for such kind of queries.
 
 Even if it's not just a full-text index, it's recommended to use it asynchronously (see `Oak#withAsyncIndexing`)
 because, in most production scenarios, it'll be a 'remote' index and therefore network latency / errors would 
@@ -151,7 +153,7 @@ More / different suggesters can be confi
 
 ##### Spellchecking
 
-`@since Oak 1.1.17, 1.0.15`
+`@since Oak 1.1.17, 1.0.13`
 
 Default Solr configuration ([solrconfig.xml](https://github.com/apache/jackrabbit-oak/blob/trunk/oak-solr-core/src/main/resources/solr/oak/conf/solrconfig.xml#L1177)) 
 comes with a preconfigured spellchecking component, which uses Lucene's [DirectSpellChecker](http://lucene.apache.org/core/4_7_0/suggest/org/apache/lucene/search/spell/DirectSpellChecker.html)