| Package | Description |
|---|---|
| org.mmbase.module.lucene |
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcIndexDefinition.JdbcEntry |
class |
MMBaseEntry
This defines how MMBase Nodes are added to Lucene documents.
|
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<? extends IndexEntry> |
IndexDefinition.getCursor()
Returns an Iterator over all
IndexEntry's defined by this index. |
CloseableIterator<? extends IndexEntry> |
IndexDefinition.getSubCursor(String key)
Returns an Iterator over all
IndexEntry's defined by this index, restricted by a
certain identifier. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Indexer.index(IndexEntry entry,
org.apache.lucene.document.Document document)
Indexes an entry, and its sub-indexes (recursively).
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
Indexer.index(CloseableIterator<? extends IndexEntry> i,
org.apache.lucene.index.IndexWriter writer,
String indexId)
Runs the queries for the given cursor, and indexes all nodes that are returned.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}