You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
Elasticsearch Bundle
2
-
====================
1
+
ONGR Elasticsearch Bundle
2
+
=========================
3
3
4
4
Elasticsearch Bundle was created in order to serve the need for
5
5
professional `elasticsearch <http://www.elasticsearch.org>`_ integration with enterprise level Symfony
@@ -41,10 +41,12 @@ Technical goodies:
41
41
Documentation
42
42
-------------
43
43
44
-
Documentation for ONGRElasticsearchBundle can be found in
45
-
``Resources/doc/index.rst``
44
+
The online documentation of the bundle is in `ongr.readthedocs.org <http://ongr.readthedocs.org/en/latest/components/ElasticsearchBundle/Resources/doc/index.html>`_
46
45
47
-
`Read the documentation (master) <https://github.com/ongr-io/ElasticsearchBundle/blob/master/Resources/doc/index.rst>`_
46
+
For contribution to the documentation you can find it on `Resources/doc <https://github.com/ongr-io/ElasticsearchBundle/tree/master/Resources/doc>`_.
47
+
48
+
**Warning**: documentation files are not rendering correctly in Github (rst format)
49
+
and some content might be broken or hidden, make sure to read raw files.
Copy file name to clipboardExpand all lines: Resources/doc/dsl/suggesters/index.rst
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,21 @@
1
-
Suggesters Usage
2
-
================
1
+
Suggesters
2
+
==========
3
+
4
+
.. toctree::
5
+
:maxdepth:1
6
+
:titlesonly:
7
+
:hidden:
8
+
9
+
types
10
+
indexed_suggesters
3
11
4
12
`Suggesters`_ are used to find a similar looking term using the provided text.
5
13
6
14
You can use suggesters (in any query, as you would normally) or `suggester api`_.
7
15
8
-
There are basically four types of suggesters: terms, phrase, completion and context. To find out available parameters for these suggesters check out `<types.rst>`_ section.
16
+
There are basically four types of suggesters: terms, phrase, completion and context. To find out available parameters for these suggesters check out `types <types.html>`_ section.
9
17
10
-
.. note:: Completion and context suggesters need indexed data in order to work. To find out how to setup indexing and mapping, check `<indexed_suggesters.rst>`_ section.
18
+
.. note:: Completion and context suggesters need indexed data in order to work. To find out how to setup indexing and mapping, check `indexed suggesters <indexed_suggesters.html>`_ section.
0 commit comments