| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kitesdk.morphline.solr.GenerateSolrSequenceKeyBuilder
public final class GenerateSolrSequenceKeyBuilder
A command that assigns a record unique key that is the concatenation of the given
 baseIdField record field, followed by a running count of the record number within
 the current session. The count is reset to zero whenever a "startSession" notification is
 received.
 
 For example, assume a CSV file containing multiple records but no unique ids, and the
 baseIdField field is the filesystem path of the file. Now this command can be used
 to assign the following record values to Solr's unique key field:
 $path#0, $path#1, ... $path#N.
 
 The name of the unique key field is fetched from Solr's schema.xml file, as directed by the
 solrLocator configuration parameter.
| Constructor Summary | |
|---|---|
GenerateSolrSequenceKeyBuilder()
 | 
|
| Method Summary | |
|---|---|
 Command | 
build(com.typesafe.config.Config config,
      Command parent,
      Command child,
      MorphlineContext context)
Creates and returns a command rooted at the given morphline JSON config. | 
 Collection<String> | 
getNames()
Returns the names with which this command can be invoked.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GenerateSolrSequenceKeyBuilder()
| Method Detail | 
|---|
public Collection<String> getNames()
CommandBuilder
getNames in interface CommandBuilder
public Command build(com.typesafe.config.Config config,
                     Command parent,
                     Command child,
                     MorphlineContext context)
CommandBuilderconfig.
 
 The command will feed records into child. The command will have
 parent as it's parent. Additional parameters can be passed via the morphline
 context.
build in interface CommandBuilder
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||