I use Solr (SolrCloud) to index and search my tweets. There are about 16
million tweets and the index size is approximately 3 GB. The tweets are
indexed in real time as they come so that real time search is enabled.
Currently I use lowercase field type for my tweet body field. For a single
search t
You are completely right. I realized this, so is the only way to fix this is
to redeclare the field as text_en or text_en_splitting and then delete all
the documents and recreate the index? Or is there any other easy way?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Impro