Hello, I have over 40 million records/documents and I need to retrieve them using wildcard searches on email and / or firstname and / or lastname. The firstname, lastname and blank search (*:*) all return results within 3 seconds. But my Email search alone takes more than 20-25 secs. I would like to know what is the general recommendations for this field. I have tried tokenizing(StandardTokenizer) and also the simple TextField for this. Thanks.
-- View this message in context: http://lucene.472066.n3.nabble.com/Email-Search-Slow-tp4044064.html Sent from the Solr - User mailing list archive at Nabble.com.