Re: Indexing and storing Long fields

2016-07-23 Thread Michael McCandless
On Sat, Jul 23, 2016 at 4:48 AM, Kumaran Ramasubramanian wrote: > Hi Mike, > > *Two different fields can be the same name* > > Is it so? You mean we can index one field as docvaluefield and also stored > field, Using same name? > This should be fine, yes. > And AFAIK, We cannot index one field

Re: Indexing and storing Long fields

2016-07-23 Thread Kumaran Ramasubramanian
Hi Mike, *Two different fields can be the same name* Is it so? You mean we can index one field as docvaluefield and also stored field, Using same name? And AFAIK, We cannot index one field as analyzed and not analyzed using the same name. Am i right? Kumaran R On Jul 21, 2016 11:50 PM, "Michae