Re: howto get LongPoint stored

2017-10-25 Thread Adrien Grand
Le mer. 25 oct. 2017 à 15:06, Bernd Fehling a écrit : > But why is it not indexed with LongPoint? > At least I cannot see it while inspecting with luke-7.1.0. > Good question. I'm not sure whether Luke supports introspecting points. > And also get no query results for "modified:[0 TO *]". > T

Re: howto get LongPoint stored

2017-10-25 Thread Bernd Fehling
Ah, yes that's it. But why is it not indexed with LongPoint? At least I cannot see it while inspecting with luke-7.1.0. And also get no query results for "modified:[0 TO *]". With LegacyLongField everything looks and works fine. Feels like LongPoint is a bad replace for LegacyLongField, isn't i

Re: howto get LongPoint stored

2017-10-25 Thread Alan Woodward
Hi Bernd, You add a separate StoredField with the same name. > On 25 Oct 2017, at 11:11, Bernd Fehling > wrote: > > With Lucene 6.6.2 I'm trying to get a LongPoint value indexed and stored. > > Old code: > LegacyLongField dateField = new LegacyLongField("modified", lastModified, > Field.Stor