RE: Possible Issue with DoubleField

2017-08-14 Thread Shad Storhaug
rhaug [mailto:s...@shadstorhaug.com] Gesendet: Freitag, 11. August 2017 06:58 An: Roethinger, Alexander Cc: dev@lucenenet.apache.org Betreff: RE: Possible Issue with DoubleField Hi Alexander, Thanks for the report. To answer your second question, Lucene's design has changed to accommodate

RE: Possible Issue with DoubleField

2017-08-10 Thread Shad Storhaug
Hi Alexander, Thanks for the report. To answer your second question, Lucene's design has changed to accommodate a "LazyField" (in the Lucene.Net.Misc package) that is readonly. The return type of Document.GetField(string) is IIndexableField, not Field and therefore typically requires a cast in