| Package | Description |
|---|---|
| com.edgeti.ingestors | |
| XMLIngestors |
| Modifier and Type | Field and Description |
|---|---|
private Table |
SolrVisibilityIngestor.table |
| Modifier and Type | Method and Description |
|---|---|
private void |
SolrVisibilityIngestor.makeRow(Table t,
java.lang.String name,
java.util.ArrayList<org.dom4j.Element> fields) |
private void |
SolrVisibilityIngestor.updateHeader(Table t,
java.util.ArrayList<org.dom4j.Element> fields) |
| Modifier and Type | Field and Description |
|---|---|
private Table |
SolrXMLIngestor.table
The table.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
SolrXMLIngestor.makeRow(Table t,
java.lang.String name,
java.util.ArrayList<org.dom4j.Element> fields,
java.lang.String columns)
Make row.
|
private void |
SolrXMLIngestor.updateHeader(Table t,
java.util.ArrayList<org.dom4j.Element> fields)
Update header.
|