This commit is contained in:
Timo Westkämper 2010-03-16 09:23:34 +00:00
parent d8baef0fef
commit b9cbe35324

View File

@ -1,8 +1,8 @@
# LuceneSerializer :
* serialize Querydsl expressions (Path & Operation) into Lucene queries
* overview of operations : com.mysema.query.types.operation.Ops
* only supported path type : property
* only supported path type : property
* see EBoolean, ENumber, EComparable and Expr for operation usage
# LuceneQuery :
* ?!?