Package | Description |
---|---|
net.sf.mmm.search.api.config |
Contains the API of common search configurations.
|
net.sf.mmm.search.base |
Contains the base-implementation of common search infrastructure.
|
net.sf.mmm.search.base.config |
Contains the base-implementation of common search configurations.
|
net.sf.mmm.search.engine.impl.lucene |
Contains the implementation of search-engine using apache lucene.
|
net.sf.mmm.search.impl.lucene |
Contains the implementation of the search API using apache lucene.
|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
Modifier and Type | Method and Description |
---|---|
SearchFields |
SearchConfiguration.getFields()
This method gets the
SearchFields . |
Modifier and Type | Field and Description |
---|---|
private SearchFields |
BasicSearchEntry.searchFields |
Modifier and Type | Method and Description |
---|---|
protected SearchFields |
BasicSearchEntry.getSearchFields()
This method gets the
SearchFields . |
Constructor and Description |
---|
BasicSearchEntry(SearchFields searchFields,
SearchDependencies searchDependencies)
The constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SearchFieldsBean
This is the implementation of
SearchFields as JAXB-ready Java-Bean. |
Modifier and Type | Method and Description |
---|---|
protected SearchFields |
LuceneFieldManagerImpl.getSearchFields()
This method gets the
SearchFields . |
Constructor and Description |
---|
LuceneSearchEntry(org.apache.lucene.document.Document document,
SearchFields searchFields,
SearchDependencies searchDependencies)
The constructor.
|
Constructor and Description |
---|
AbstractMutableSearchEntry(SearchFields searchFields,
SearchDependencies searchDependencies)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.