Makes sense; thanks for the quick reply. On Tue, Sep 18, 2018 at 2:53 PM Robert Muir <rcm...@gmail.com> wrote:
> On Tue, Sep 18, 2018 at 7:00 AM, Seth Utecht <sute...@atlassian.com> > wrote: > > > > My concern is that it seems like LongPoint's FieldType has an > IndexOptions > > that is always NONE. It strikes me as odd, because we are in fact > indexing > > and searching against these LongPoint fields. > > > > Points fields don't create an inverted index: so there aren't > frequencies, positions, payloads, offsets, etc. That's why those > inverted index options do not apply. > > Instead they build structures like kd-trees optimized for > range/spatial searching and so on. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >