Re: Drawbacks of using Docvalues Fields

2016-06-03 Thread Chitra R
Thank you so much for the information Erick. On Wed, Jun 1, 2016 at 9:47 PM, Erick Erickson wrote: > You can tell very little about performance with 50 documents, > so I wouldn't trust these results at all. In particular I'm pretty > sure that your search speed will suffer _greatly_ as you ge

Re: Drawbacks of using Docvalues Fields

2016-06-01 Thread Erick Erickson
You can tell very little about performance with 50 documents, so I wouldn't trust these results at all. In particular I'm pretty sure that your search speed will suffer _greatly_ as you get more and more documents in your corpus if you use only DocValues but don't have indexed="true" set. Best, E