Hi,

we are testing Solr and index a huge amount of files. We integrated a Spatial4j field which is only used to index rectangulars so we removed the JTS dependency. However we had some problems with this. At first Solr seems to get a GC OutOfMemory error which seems to be fixed with more memory for the server (atleast i hope so ;)) and the second is, that the index grows kinda big...

It takes around 150mb when indexing rects for 30k documents which is a factor 8 more than we would not. And its normally only one rect per document. Though the functions we get through this are pretty cool this could be a huge drawback because scaling seems to be linear and we target around 500k documents. Are we doing something wrong or do we have to live with that?

Reply via email to