Constant Field Values


Contents
net.sf.*

net.sf.eos.analyzer.SentenceTokenizer
public static final String SENTENCE_TYPE "sentence"

net.sf.eos.analyzer.TextBuilder
public static final String TEXT_BUILDER_IMPL_CONFIG_NAME "net.sf.eos.analyzer.TextBuilder.impl"

net.sf.eos.analyzer.Token
public static final String DEFAULT_TYPE "word"

net.sf.eos.analyzer.TokenizerSupplier
public static final String TOKENIZER_PROVIDER_IMPL_CONFIG_NAME "net.sf.eos.analyzer.TokenizerProvider.impl"

net.sf.eos.document.EosDocument
public static final String CREATOR_META_KEY "EosDocument/creator"
public static final String ID_META_KEY "EosDocument/id"
public static final String YEAR_META_KEY "EosDocument/date"

net.sf.eos.document.Serializer
public static final String SERIALIZER_IMPL_CONFIG_NAME "net.sf.eos.document.Serializer.impl"

net.sf.eos.entity.AbstractDictionaryBasedEntityRecognizer
public static final String ABSTRACT_DICTIONARY_BASED_ENTITY_RECOGNIZER_IMPL_CONFIG_NAME "net.sf.eos.entity.AbstractDictionaryBasedEntityRecognizer.impl"
public static final String MAX_TOKEN_CONFIG_NAME "net.sf.eos.entity.AbstractDictionaryBasedEntityRecognizer.maxToken"

net.sf.eos.entity.CommonNameResolver
public static final String COMMON_NAME_RESOLVER_IMPL_CONFIG_NAME "net.sf.eos.entity.CommonNameResolver.impl"

net.sf.eos.entity.EntityRecognizer
public static final String ENTITY_TYPE "entity"

net.sf.eos.hadoop.DistributedCacheStrategy
public static final String STRATEGY_IMPL_CONFIG_NAME "net.sf.eos.hadoop.DistributedCacheStrategy.impl"

net.sf.eos.hadoop.mapred.AbstractEosDriver
public static final String DESTINATION_LONG_CMD_ARG "dest"
public static final String DESTINATION_SHORT_CMD_ARG "d"
public static final String SOURCE_LONG_CMD_ARG "source"
public static final String SOURCE_SHORT_CMD_ARG "s"

net.sf.eos.hadoop.mapred.AbstractKeyGenerator<K extends WritableComparable>
public static final String ABSTRACT_KEY_GENERATOR_IMPL_CONFIG_NAME "net.sf.eos.hadoop.mapred.AbstractKeyGenerator.impl"

net.sf.eos.hadoop.mapred.cooccurrence.DictionaryBasedEntityRecognizerMapReduceDriver
public static final String TRIE_LONG_CMD_ARG "trie"
public static final String TRIE_SHORT_CMD_ARG "t"

net.sf.eos.hadoop.mapred.cooccurrence.DictionaryBasedEntityRecognizerReducer
public static final String META_FIELD_FOR_SEPARATION_CONFIG_NAME "net.sf.eos.hadoop.mapred.cooccurrence.DictionaryBasedEntityRecognizerReducer.metaKeys"

net.sf.eos.hadoop.mapred.cooccurrence.IdMetadataKeyGenerator
public static final String META_FIELD_FOR_SEPARATION_CONFIG_NAME "net.sf.eos.hadoop.mapred.cooccurrence.IdMetadataKeyGenerator.metaKeys"

net.sf.eos.hadoop.mapred.decompose.TextMetaKeyGenerator
public static final String META_FIELD_FOR_KEY_CONFIG_NAME "net.sf.eos.hadoop.mapred.sentencer.TextMetadataKeyGenerator.metaKey"

net.sf.eos.hadoop.mapred.index.IndexMerger
public static final String DONE_NAME "merge.done"

net.sf.eos.hadoop.mapred.index.LuceneOutputFormat<K extends WritableComparable,V extends ObjectWritable>
public static final String DONE_NAME "index.done"
public static final String MAX_BUFFERED_DOCS_CONFIG_NAME "net.sf.eos.hadoop.lucene.LuceneOutputFormat.writer.maxBufferedDocs"
public static final String MAX_FIELD_LENGTH_CONFIG_NAME "net.sf.eos.hadoop.lucene.LuceneOutputFormat.writer.maxFieldLength"
public static final String MAX_MERGE_DOCS_CONFIG_NAME "net.sf.eos.hadoop.lucene.LuceneOutputFormat.writer.maxMergeDocs"
public static final String MERGE_FACTOR_CONFIG_NAME "net.sf.eos.hadoop.lucene.LuceneOutputFormat.writer.mergeFactor"
public static final String RAM_BUFFER_SIZE_MB_CONFIG_NAME "net.sf.eos.hadoop.lucene.LuceneOutputFormat.writer.RAMBufferSizeMB"

net.sf.eos.lucene.AnalyzerSupplier
public static final String ANALYZER_PROVIDER_IMPL_CONFIG_NAME "net.sf.eos.lucene.AnalyzerProvider.impl"

net.sf.eos.lucene.DirectorySupplier
public static final String DIRECTORY_SUPPLIER_IMPL_CONFIG_NAME "net.sf.eos.lucene.DirectorySupplier.impl"

net.sf.eos.lucene.LocalFsDirectorySupplier
public static final String LOCAL_PATH_CONFIG_NAME "net.sf.eos.lucene.LocalFsDirectorySupplier.path"

net.sf.eos.lucene.LuceneDocumentCreator
public static final String DOCUMENT_CREATOR_IMPL_CONFIG_NAME "net.sf.eos.lucene.LuceneDocumentCreator.impl"

net.sf.eos.lucene.LuceneEosLookup
public static final String LUCENE_EOS_LOOKUP_IMPL_CONFIG_NAME "net.sf.eos.lucene.LuceneEosLookup.impl"

net.sf.eos.lucene.SearcherSupplier
public static final String SEARCHER_SUPPLIER_IMPL_CONFIG_NAME "net.sf.eos.lucene.SearcherSupplier.impl"

net.sf.eos.lucene.SimilaritySupplier
public static final String SIMILARITY_SUPPLIER_IMPL_CONFIG_NAME "net.sf.eos.lucene.SimilaritySupplier.impl"

net.sf.eos.sentence.Sentencer
public static final String DEFAULT_MESSAGE_DIGEST "md5"
public static final String MESSAGE_DIGEST_CONFIG_NAME "net.sf.eos.sentence.Sentencer.messageDigest"
public static final String SENTENCER_IMPL_CONFIG_NAME "net.sf.eos.sentence.Sentencer.impl"

net.sf.eos.trie.AbstractTrieLoader<K,V>
public static final String TRIE_LOADER_IMPL_CONFIG_NAME "net.sf.eos.trie.AbstractTrieLoader.impl"

net.sf.eos.trie.PatriciaTrie.KeyAnalyzer<K>
public static final int EQUAL_BIT_KEY -2
public static final int NULL_BIT_KEY -1



Copyright © 2008. All Rights Reserved.