API map
Start here when generated API reference is too broad.
| Task | Main API |
|---|---|
| Create and change an index | IndexWriter |
| Search a committed index | IndexSearcher |
| Represent a document | LeanDocument |
| Define indexed fields | TextField, StringField, numeric fields and VectorField |
| Build a query | <xref:Rowles.LeanCorpus.Search.Queries.Query> and derived query types |
| Analyse text | IAnalyser |
| Choose file storage | MMapDirectory or another Directory implementation |
Read the conceptual page first when you are choosing behaviour, then open the generated API page for parameters and overloads.