Package | Description |
---|---|
net.sf.mmm.search.engine.api |
Provides the API of the search-engine.
|
net.sf.mmm.search.engine.impl.lucene |
Contains the implementation of search-engine using apache lucene.
|
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
Modifier and Type | Method and Description |
---|---|
ComplexSearchQuery |
SearchQueryBuilder.createComplexQuery()
This method creates a
complex query . |
Modifier and Type | Class and Description |
---|---|
class |
LuceneComplexSearchQuery
This is the implementation of the
SearchQuery interface using lucene as
underlying search-engine. |
Modifier and Type | Method and Description |
---|---|
ComplexSearchQuery |
LuceneSearchQueryBuilder.createComplexQuery()
This method creates a
complex query . |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractSearchServlet.appendFieldQuery(ComplexSearchQuery complexQuery,
String field,
String value)
This method extends the given
complexQuery with a query for the given property . |
Copyright © 2001–2016 mmm-Team. All rights reserved.