mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Remove unused Lucene references including Query.UserIndex and associated methods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user