是否可以使用一个索引作为另一个索引的基础?
public class BlogPostsOrderedByCreated : AbstractIndexCreationTask<BlogPost, BlogPost> {
/* Ordering Blogs after creation-date */
}
// TODO: Implement another index that uses above index
//public class BlogSelection :
这甚至可能吗,还是我必须创建一个复制其他索引代码的全新索引?如果不可能,那为什么?