2 Architecture
In the following figure you can see the place of mifluz
in an hypothetical full
text indexing system.
- `Query'
- Resolve full text queries. The optimization makes sure the least frequent
terms are scanned first and that redundant query specifications are merged together.
- `Mifluz'
- Manage efficient storage of the inverted index permanent data.
- `Parser Switch'
- Transform raw documents into list of terms.
- `Indexer'
- Call the Parser Switch to get a list of terms and feed it to
mifluz
.