# Wuha

## Wuha

- [Getting Started](https://wuha.gitbook.io/api/master.md): Wuha is a search framework that lets you build powerful search engines simply and quickly.
- [Indices & Schemas](https://wuha.gitbook.io/api/concepts/creating-an-index.md): Learn what an index is, what a schema is, and how to create them.
- [Searching](https://wuha.gitbook.io/api/concepts/searching.md): Searching is self-explanatory. We search for some words in an index of documents. Let's see how it's done in more detail.
- [Introduction to Storing](https://wuha.gitbook.io/api/indexing-your-data-1/indexing-your-data.md): In Wuha, "indexing" means "storing information in the search engine".  When we say "index a document" we mean "processing that document and storing it so that users can find it".
- [Indexing via the JSON API](https://wuha.gitbook.io/api/indexing-your-data-1/indexing-via-the-json-api.md): Use our API to index JSON objects in your search engine.
- [Indexing Files (PDF, Word, etc.)](https://wuha.gitbook.io/api/indexing-your-data-1/indexing-files-pdf-word-etc..md): Use our API to index files such as PDF, Word, and Excel in your search engine.
