Adrien Grand 14c9c239bc Remove non-default fielddata formats.
Now that doc values are the default for fielddata, specialized in-memory
formats are becoming an esoteric option. This commit removes such formats:
 - `fst` on string fields,
 - `compressed` on geo points.

I also removed documentation and tests that the fielddata cache is shared if
you change the format, since this is only true for in-memory fielddata formats
(given that for doc values, the caching is done directly in Lucene).
2015-06-15 14:05:23 +02:00
..
2015-06-15 11:15:57 +02:00
2015-06-10 21:46:23 +02:00
2015-06-09 09:25:23 +02:00
2015-04-27 17:19:36 +02:00
2014-09-11 09:52:09 +02:00