KeywordTokenizerFactory does not actually break the text into tokens. It makes the whole field one whole token.
Is that what you actually want? I would have thought that at least tweet body would be broken into words/tokens. Regards, Alex. Personal blog: http://blog.outerthoughts.com/ LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch - Time is the quality of nature that keeps events from happening all at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Thu, Dec 20, 2012 at 4:07 PM, naryad <naren1...@yahoo.com> wrote: > Field type of the field is > <fieldType name="lowercase" class="solr.TextField" > positionIncrementGap="100"> > <analyzer> > <tokenizer class="solr.KeywordTokenizerFactory"/> > <filter class="solr.LowerCaseFilterFactory" /> > </analyzer> > </fieldType> > > I will be adding more shards over time. In fact we had two but one went > down. > > This the the requrement, the field tweet_body should contain both big and > data anywhere in its value. So I am using wildcard for this. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Improving-the-speed-of-Solr-query-over-16-million-tweets-tp4028222p4028225.html > Sent from the Solr - User mailing list archive at Nabble.com. >