Re: "Point in polygon" search with Lucene / Spatial4j / JTS

2016-06-05 Thread David Smiley
Hello Randy. If you are on Lucene 6x, or possibly some late 5x releases, there are newer Lucene spatial implementations that have fewer moving parts to them and so will be simpler. I'm almost certain they would be fastest too, although perhaps that's not much of an issue with only 100k's of data

Re: How can Docvalues so efficient

2016-06-05 Thread Adrien Grand
Le mer. 1 juin 2016 à 05:32, Ting Yao a écrit : > In my opinion, the field data (we call it uninverted index data) can be > stored on disk like in doc id order, when we need > most fields values at a time, is this way the more efficient when the field > datas are not very big? And if it is store