You can improve indexing and querying performance by not storing indexed text. For indexing, the performance gain is achieved since you are not required to write compressed paragraphs to disk. With querying, the performance gain is achieved by not having to read compressed paragraphs. You can specify whether to store indexed text when creating a document store. See “Document stores”.