Remove unused Lucene references including Query.UserIndex and associated methods

This commit is contained in:
Rob Bygrave
2014-01-31 01:26:12 +13:00
parent db3140512f
commit 0014ea3501
22 changed files with 266 additions and 603 deletions
@@ -27,14 +27,6 @@ public class DefaultExpressionRequest implements SpiExpressionRequest {
this.deployParser = deployParser;
}
// public DefaultExpressionRequest(SpiOrmQueryRequest<?> queryRequest, LIndex
// index) {
// this.queryRequest = queryRequest;
// this.beanDescriptor = queryRequest.getBeanDescriptor();
// this.deployParser = null;
// this.luceneIndex = index;
// }
public DefaultExpressionRequest(BeanDescriptor<?> beanDescriptor) {
this.beanDescriptor = beanDescriptor;
this.queryRequest = null;