Lucene supports the ability for a field to not be stored inline with the content. It only stores the inverted index if stored=false.
Right now all our content is stored in Cassandra. What I want to do is also write it to ES and only have it store the inverted index. Otherwise, I'm writing content twice... the inverted index will only take about 40% of the original content. I imagine ES can do this... Solr can.. but I'm having trouble determining if ES can as well. How would Kibana operate in this situation? I would want it to be able to show the content ... will Kibana break in this situation? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/5c775d0a-9525-4794-bb30-26e26ffe2d22%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
