Schema Design Considerations indexed fields The number of indexed fields greatly increases the following: Memory usage during indexing Segment merge time Optimization times Index size These effects can be reduced by the use of omitNorms="true" Stored fields Retrieving the stored fields of a query result can be a significant expense. This cost is affected largely by the number of bytes stored per d