Textractor API textractor-720 (20091120123250)

Uses of Class
textractor.mg4j.document.TextractorFieldInfo

Packages that use TextractorFieldInfo
textractor.chain.indexer Indexer implementations that get documents from a producer in a chain. 
textractor.database Core Database Managers. 
textractor.mg4j.document   
 

Uses of TextractorFieldInfo in textractor.chain.indexer
 

Methods in textractor.chain.indexer with parameters of type TextractorFieldInfo
static Object Indexer.assureFieldType(TextractorFieldInfo fieldInfo, Object value)
          Assure that value is appropriate for fieldInfo.type.
static String Indexer.fieldErrorString(TextractorFieldInfo fieldInfo, Object value)
          The value is not valid for the fieldInfo.tyep.
 

Uses of TextractorFieldInfo in textractor.database
 

Methods in textractor.database that return types with arguments of type TextractorFieldInfo
 List<TextractorFieldInfo> DocumentIndexManager.getIndexFields()
          Retrieve the indexFields being used with this index.
 

Uses of TextractorFieldInfo in textractor.mg4j.document
 

Fields in textractor.mg4j.document with type parameters of type TextractorFieldInfo
protected  List<TextractorFieldInfo> AbstractTextractorDocumentFactory.fields
          Fields and configuration associated with this DocumentFactory.
 

Methods in textractor.mg4j.document that return types with arguments of type TextractorFieldInfo
 List<TextractorFieldInfo> AbstractTextractorDocumentFactory.getFieldInfoList()
          Return the list of fields for thsi index.
 


Textractor API textractor-720 (20091120123250)

Copyright © 2003-2008 Institute for Computational Biomedicine, All Rights Reserved.