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

Drawbacks of using Docvalues Fields

2016-05-31 Thread Chitra R
Hi, I have one doubt. Actually I have indexed 50 documents for both SortedNumericDocValuesField and IntField separately . Each document consists of 49 fields. After that, i performed indexing & searching ( with & without sorting) . It seems DocValuesField indexes and searches the docume