Timo Westkämper
|
d2ff3423ef
|
|
2010-03-23 14:25:58 +00:00 |
|
Timo Westkämper
|
d98b1b4f19
|
renamed SimpleTest to LuceneSerializerTest
added exception wrapping
|
2010-03-23 14:18:47 +00:00 |
|
Vesa Martilla
|
845b7dd5d4
|
Implemented LuceneQuery.list, LuceneQuery.uniqueResult and LuceneQuery.count, created tests for these as well.
|
2010-03-23 13:42:09 +00:00 |
|
Vesa Martilla
|
9a1cb7bc00
|
LuceneSerializer PString cast switched to Path<?>. Added ignored tests for fuzzy, boost and proximity in SimpleTest.
|
2010-03-23 13:41:28 +00:00 |
|
Timo Westkämper
|
36741f9d2d
|
added javadocs
|
2010-03-23 13:34:07 +00:00 |
|
Timo Westkämper
|
a767ff2a47
|
|
2010-03-23 11:42:59 +00:00 |
|
Timo Westkämper
|
b0bb2f4dd8
|
organized imports
|
2010-03-23 09:48:52 +00:00 |
|
Timo Westkämper
|
ad12cd420c
|
added ESimple between Expr and its subtypes
|
2010-03-23 09:46:33 +00:00 |
|
Timo Westkämper
|
8f13241f2f
|
added javadoc headers
|
2010-03-23 09:32:27 +00:00 |
|
Timo Westkämper
|
7e47b0d136
|
further changed Expr type locations
|
2010-03-23 08:43:53 +00:00 |
|
Timo Westkämper
|
c3b8f5098e
|
fixed packages
|
2010-03-22 20:54:04 +00:00 |
|
Timo Westkämper
|
fc9942b73b
|
fixed packages
|
2010-03-22 20:38:39 +00:00 |
|
Timo Westkämper
|
812cbc13df
|
fixed packages
|
2010-03-22 20:32:22 +00:00 |
|
Timo Westkämper
|
cee05783e6
|
unified expr and operation packages
|
2010-03-22 20:28:29 +00:00 |
|
Timo Westkämper
|
e050ab0d6b
|
moved Expr base types to com.mysema.query.types.expr
|
2010-03-22 20:22:55 +00:00 |
|
Timo Westkämper
|
739b7636fb
|
homogenized Mixin constructors
|
2010-03-22 20:09:00 +00:00 |
|
Timo Westkämper
|
7ce3c99f73
|
moved OperatorImpl and Ops to com.mysema.query.types
|
2010-03-22 19:23:20 +00:00 |
|
Timo Westkämper
|
ceca163268
|
moved Detachable to com.mysema.query.types.query
|
2010-03-22 19:04:12 +00:00 |
|
Timo Westkämper
|
aa53307202
|
moved constant types to com.mysema.query.types
|
2010-03-22 18:51:49 +00:00 |
|
Timo Westkämper
|
b3964ac7f1
|
moved basic types to com.mysema.query.types
moved constants to com.mysema.query.types.constant
|
2010-03-22 18:24:12 +00:00 |
|
Timo Westkämper
|
32720757fe
|
moved Path, Custom, Operation and related types to com.mysema.query.types
|
2010-03-22 17:45:50 +00:00 |
|
Timo Westkämper
|
8729ce8381
|
refactored packages to avoid cyclic package dependencies
|
2010-03-22 15:18:10 +00:00 |
|
Timo Westkämper
|
c590d0860f
|
|
2010-03-22 15:01:18 +00:00 |
|
Timo Westkämper
|
664dde063d
|
changed QueryException to IllegalArgumentException
|
2010-03-22 15:00:57 +00:00 |
|
Vesa Martilla
|
d4b7225bd1
|
Implemented between in LuceneSerializer. Fixed phrase queries (like query "foo bar" is transformed to "+*foo* +*bar*", this is as close as I could get result-wise). Improved LuceneSerialize encapsulation by splitting into methods. Updated tests in SimpleTest.
|
2010-03-22 14:06:18 +00:00 |
|
Vesa Martilla
|
ea3ecc8f76
|
Created SimpleTest.testQuery(Expr, String, int) which is a basic template for all the query tests, removes a lot of copy-paste, thanks to tiwe for the suggestion.
|
2010-03-22 08:33:16 +00:00 |
|
Timo Westkämper
|
3b0e307ddc
|
organized imports
|
2010-03-21 15:37:17 +00:00 |
|
Timo Westkämper
|
c62f97f0d9
|
organized imports
|
2010-03-21 15:36:56 +00:00 |
|
Timo Westkämper
|
d9030cfdfb
|
moved lowercase transformation to own method
|
2010-03-21 15:36:38 +00:00 |
|
Timo Westkämper
|
8e6813466d
|
updated version to 1.4.0-SNAPSHOT
|
2010-03-20 17:30:55 +00:00 |
|
Timo Westkämper
|
eaa8edd04d
|
updated version to 1.4.0
|
2010-03-20 17:10:55 +00:00 |
|
Vesa Martilla
|
85bd1288a3
|
Added new comment regarding creating new method. Added return statements to toPhraseQuery.
|
2010-03-19 14:58:33 +00:00 |
|
Vesa Martilla
|
df9ff91e8e
|
Modified comments in LuceneSerializer.
|
2010-03-19 14:46:54 +00:00 |
|
Vesa Martilla
|
4d709d9a6d
|
Added support for endsWith.
|
2010-03-19 14:33:16 +00:00 |
|
Vesa Martilla
|
ad2b0c7a39
|
"contains" now escapes user's input, so user can't input own wildcards, that is what "like" is for.
|
2010-03-19 13:54:18 +00:00 |
|
Vesa Martilla
|
672bb057eb
|
Added support for contains query serializing. Tests for this created as well (phrase ignored because wildcards still broken).
|
2010-03-19 13:40:20 +00:00 |
|
Vesa Martilla
|
94339b7ce2
|
Made improvements to LuceneSerializer (checking types etc.) as suggested by tiwe. Also fixed LIKE query logic, it was by default doing *query* which was of course not desired, the changes made there were also implemented in the tests.
|
2010-03-19 13:17:16 +00:00 |
|
Timo Westkämper
|
12b29cb5f4
|
added comments
|
2010-03-19 08:50:58 +00:00 |
|
Timo Westkämper
|
5fa67a50e2
|
updated mysema-commons-lang dependency to 0.1.7
updated Assert usage
|
2010-03-19 08:50:54 +00:00 |
|
Vesa Martilla
|
8c94257809
|
Added Querydsl -> Lucene query serializing for AND, OR, LIKE, EQ, NOT, STARTS_WITH and tests for these as well. LIKE queries for phrases are not supported currently and NOT is very unstable as well.
|
2010-03-19 08:21:19 +00:00 |
|
Vesa Martilla
|
1f78f4f02f
|
Added Lucene into POM.
|
2010-03-19 08:19:48 +00:00 |
|
Timo Westkämper
|
047c32c776
|
organized imports
|
2010-03-18 19:07:58 +00:00 |
|
Timo Westkämper
|
64b799346d
|
#539279 : added quoting support for all dialects
|
2010-03-18 19:02:22 +00:00 |
|
Timo Westkämper
|
20c7b55279
|
updated version to 1.3.16-SNAPSHOT
|
2010-03-17 19:23:29 +00:00 |
|
Timo Westkämper
|
0a857e39ad
|
updated version to 1.3.16
|
2010-03-17 19:20:53 +00:00 |
|
Timo Westkämper
|
98f79f7f6d
|
fixes based on Sonar reports
|
2010-03-17 13:13:35 +00:00 |
|
Timo Westkämper
|
f40ac4848b
|
fixes based on Sonar reports
|
2010-03-17 12:54:04 +00:00 |
|
Timo Westkämper
|
1ac72a9e6a
|
fixes base on Sonar reports
|
2010-03-17 12:44:32 +00:00 |
|
Timo Westkämper
|
053fc885e9
|
#539279 : added quoting for MySQLTemplates and PostgresTemplates
|
2010-03-17 12:37:10 +00:00 |
|
Timo Westkämper
|
a5422253a5
|
made LuceneQuery abstract
|
2010-03-17 12:20:53 +00:00 |
|