Package | Description |
---|---|
com.querydsl.hibernate.search |
Hibernate Search support
|
com.querydsl.lucene3 |
Lucene 3 support
|
Modifier and Type | Class and Description |
---|---|
class |
SearchSerializer
|
Modifier and Type | Field and Description |
---|---|
static LuceneSerializer |
LuceneSerializer.DEFAULT |
Constructor and Description |
---|
AbstractLuceneQuery(LuceneSerializer serializer,
org.apache.lucene.search.IndexSearcher searcher,
com.google.common.base.Function<org.apache.lucene.document.Document,T> transformer) |
LuceneQuery(LuceneSerializer luceneSerializer,
org.apache.lucene.search.IndexSearcher searcher) |
TypedQuery(LuceneSerializer serializer,
org.apache.lucene.search.IndexSearcher searcher,
com.google.common.base.Function<org.apache.lucene.document.Document,T> transformer)
Create a new TypedQuery instance
|
Copyright © 2007–2016 Querydsl. All rights reserved.