Getting Started with Xapian 2.0¶
Note
Not all Xapian functionality is yet documented in this guide, so once you’ve gone through it you may wish to look at our online API documentation and also at some of the additional help available on the Xapian wiki.
- Introduction
- Python Specific Notes
- Core concepts
- A practical example
- How To…
- Advanced features
- Xapian versioning
- Glossary
- BM25
- Boolean Retrieval
- Brass
- Chert
- Collection Frequency
- Database
- Divergence from Randomness (DfR)
- Diversification
- Document ID
- Document data
- Document
- Edit distance
- ESet (Expand Set)
- Flint
- Glass
- Index
- Indexer
- Information Need
- Information Retrieval (IR)
- Language Modelling (LM)
- MSet (Match Set)
- Normalised document length (ndl)
- Omega
- Posting List
- Posting
- Precision
- Probabilistic IR
- Quartz
- Query
- Query Expansion
- RSet (Relevance Set)
- Recall
- Relevance
- Searcher
- Stemming
- Stop word
- Synonyms
- Term List
- Term frequency
- Term
- Term Prefix
- Test Collection
- UTF-8
- Value
- Within-document frequency (wdf)
- Within-document positions (wdp)
- Within-query frequency (wqf)
- License and authors