Update website and trac links to use https
[xapian.git] / xapian-core / docs / index.rst
blobec4be94fad240a26d65f32726a58a324bccebdbf
1 .. raw:: html
3     <div align="center">
5 `website <https://xapian.org/>`_ \| `install <install.html>`_ \|
6 `overview <overview.html>`_ \|
7 `sysadmins <admin_notes.html>`_ \| `scalability <scalability.html>`_ \|
8 `API <apidoc/html/annotated.html>`_ \| `deprecated <deprecation.html>`_
9 \| `IR <intro_ir.html>`_ \| `wiki <https://trac.xapian.org/wiki>`_
11 .. raw:: html
13     </div>
14     <hr>
16 Xapian - the open source search engine
17 ======================================
19 Getting Started
20 ---------------
22 There's a new
23 `Getting Started with Xapian <http://getting-started-with-xapian.readthedocs.org/>`_
24 guide, which is the recommended place to start.
26 Documentation
27 -------------
29 The Omega search application has its `own documentation
30 <https://xapian.org/docs/omega/>`_, and there's also separate
31 documentation for the `other language bindings
32 <https://xapian.org/docs/bindings/>`_.
34 We suggest you start by reading the `Installation
35 Guide <install.html>`_, which covers downloading the code, and
36 unpacking, configuring, building and installing it.
38 The `glossary <glossary.html>`_ provides definitions for specialized
39 terminology you might encounter while using Xapian.
41 The `Overview <overview.html>`_ explains the API which Xapian provides
42 to programmers.  A full `API Reference <apidoc/html/index.html>`_ is
43 automatically collated using doxygen from documentation comments in
44 the source code.  There's also a list of `deprecated features
45 <deprecation.html>`_ which lists features scheduled for removal, and
46 also features already removed, along with suggestions for
47 replacements.
49 If you want to learn more about probabilistic information retrieval,
50 there's a (reasonably mathematical) `introduction to the ideas behind
51 Xapian <intro_ir.html>`_ which also suggests some books you might want
52 to read.
54 There are a number of documents which cover particular features:
56 -  `BM25 Weighting Scheme <bm25.html>`_
57 -  `Collapsing <collapsing.html>`_
58 -  `Database Replication <replication.html>`_
59 -  `Faceting <facets.html>`_
60 -  `Indexing <termgenerator.html>`_
61 -  `PostingSource <postingsource.html>`_
62 -  `Query Parser <queryparser.html>`_
63 -  `Remote Backend <remote.html>`_
64 -  `Serialising Queries and Documents <serialisation.html>`_
65 -  `Sorting Results <sorting.html>`_
66 -  `Spelling Correction <spelling.html>`_
67 -  `Stemming Algorithms <stemming.html>`_
68 -  `Synonym Support <synonyms.html>`_
69 -  `Value Ranges <valueranges.html>`_
71 For those wishing to do development work on the Xapian library itself,
72 there is `documentation of Xapian's internals <internals.html>`_
73 available.
75 We also have a `wiki <https://trac.xapian.org/wiki>`_ for documentation
76 and examples contributed by the Xapian community.