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
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
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
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
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