Re: Provide suggestion on indexing performance

2017-09-17 Thread Aman Tandon
Hi Shawn, Thanks for your reply, this is really helpful. I will try this out to see the performance with the docValues. With regards, Aman Tandon On Sep 15, 2017 9:10 PM, "Shawn Heisey" wrote: > On 9/11/2017 9:06 PM, Aman Tandon wrote: > > We want to know about the indexing performance in the

Re: Provide suggestion on indexing performance

2017-09-17 Thread Aman Tandon
Hi Tom, Thanks for your suggestion and the information. I will try this out to test and will share the results. On Sep 14, 2017 2:32 PM, "Sreenivas.T" wrote: > I agree with Tom. Doc values and stored fields are present for different > reasons. Doc values is another index that gets build for fa

Re: Provide suggestion on indexing performance

2017-09-15 Thread Shawn Heisey
On 9/11/2017 9:06 PM, Aman Tandon wrote: > We want to know about the indexing performance in the below mentioned > scenarios, consider the total number of 10 string fields and total number > of documents are 10 million. > > 1) indexed=true, stored=true > 2) indexed=true, docValues=true > > Which on

Re: Provide suggestion on indexing performance

2017-09-14 Thread Sreenivas.T
I agree with Tom. Doc values and stored fields are present for different reasons. Doc values is another index that gets build for faster sorting/faceting. On Wed, Sep 13, 2017 at 11:30 PM Tom Evans wrote: > On Tue, Sep 12, 2017 at 4:06 AM, Aman Tandon > wrote: > > Hi, > > > > We want to know ab

Re: Provide suggestion on indexing performance

2017-09-13 Thread Tom Evans
On Tue, Sep 12, 2017 at 4:06 AM, Aman Tandon wrote: > Hi, > > We want to know about the indexing performance in the below mentioned > scenarios, consider the total number of 10 string fields and total number > of documents are 10 million. > > 1) indexed=true, stored=true > 2) indexed=true, docValu