Package | Description |
---|---|
net.sf.mmm.search.indexer.api |
Provides the API of the Search-Indexer.
|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.impl.lucene |
Contains the implementation of the
Search-Indexer API using apache lucene. |
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
SearchIndexer.createEntry()
This method creates a new and empty entry for the search-index.
|
MutableSearchEntry |
ResourceSearchIndexer.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri)
This method creates a
MutableSearchEntry for a single DataResource . |
Modifier and Type | Method and Description |
---|---|
void |
SearchIndexer.add(MutableSearchEntry entry)
This method adds the given
entry to the search-index. |
int |
SearchIndexer.update(MutableSearchEntry entry)
This method updates the given
entry in the search-index. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableSearchEntry
This is the abstract base implementation of the
MutableSearchEntry
interface. |
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
ResourceSearchIndexerImpl.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri)
This method creates a
MutableSearchEntry for a single DataResource . |
protected MutableSearchEntry |
ResourceSearchIndexerImpl.createEntry(SearchIndexer indexer,
DataResource resource,
String resourceUri,
ContentParserOptions options) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractSearchIndexer.add(MutableSearchEntry entry,
Long id) |
int |
AbstractSearchIndexer.update(MutableSearchEntry entry)
This method updates the given
entry in the search-index. |
Modifier and Type | Class and Description |
---|---|
class |
LuceneMutableSearchEntry
This is the implementation of the
MutableSearchEntry interface using
lucene as underlying search-engine. |
Modifier and Type | Method and Description |
---|---|
MutableSearchEntry |
LuceneSearchIndexer.createEntry()
This method creates a new and empty entry for the search-index.
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneSearchIndexer.add(MutableSearchEntry entry)
This method adds the given
entry to the search-index. |
protected void |
LuceneSearchIndexer.add(MutableSearchEntry entry,
Long id) |
Copyright © 2001–2016 mmm-Team. All rights reserved.