public void setUp() {
IndexOperations indexOps = template.indexOps(FullTextDoc.class);
indexOps.dropAllIndexes();
indexOps.ensureIndex(new IndexDefinition() {
@Override
public DBObject getIndexOptions() {
DBObject options = new BasicDBObject();
options.put("weights", weights());