RE: Lucene 6: Recommended way to store numeric values, given the need to form term vocabulary?

2017-03-02 Thread Maros Urbanec
r strings with StringField. > If yes, it is also possible with points by returning INTERSECTS all the time > in the intersect visitor, the downside you might not like is that it is a > push API while the TermsEnum API > you were used to was a pull API. Le mer. 1 mars 2017 à 16:11, Maros Urb

Lucene 6: Recommended way to store numeric values, given the need to form term vocabulary?

2017-03-01 Thread Maros Urbanec
Lucene beginner here, please excuse me if I’m asking anything obvious. In Lucene 6, LongField and IntField were renamed to LegacyLongField and LegacyIntField, deprecated with a JavaDoc suggestion to use LongPoint and IntPoint classes instead. However, it seems impossible to build a term vocabul