Re: Storage of indexed and stored fields (Space and Performance)

2018-03-15 Thread Erick Erickson
Stored data is kept in separate segment files (*.fdt and *.fdx). As such they have no measurable impact on query time. All the data for executing searches is kept in other extensions in each segment and accessed separately. Adding stored data does increase the size on disk by roughly 50% of the

Storage of indexed and stored fields (Space and Performance)

2018-03-15 Thread Rajnish kamboj
Hi How are indexed and stored fields treated by Lucene w.r.t space and performance? Is there any performance hit with stored fields which are indexed? Lucene Version: 5.3.1 Assumption: Stored fields are just simple strings (not huge documents) Example: Data: [101, Gold]; [102,