Re: Is MemoryIndex and Spatial stuff combination supported?

2016-01-21 Thread xavi jmlucjav
t; > Field myField = … > > index.addField(fieldName, myField.tokenStream(null, null)) > > > > I agree that this could be a bit nicer, though. MemoryIndex doesn't > > support DocValues yet either, although I think there is an open ticket to > > add that. > > > > Alan Woo

Is MemoryIndex and Spatial stuff combination supported?

2016-01-20 Thread xavi jmlucjav
Hi, I am on lucene 5.3.1 I am running a doc at a time through a bunch of Queries. This is working nicely with the MemoryIndex and combinations of TermQuery/NumericRangeQuery. Now I wanted to add spatial stuff, so I happily added more queries with SpatialStrategy.makeQuery(...). But, when I go