org.carrot2.source.lucene
Class LuceneDocumentSourceDescriptor.Attributes

java.lang.Object
  extended by org.carrot2.source.lucene.LuceneDocumentSourceDescriptor.Attributes
Enclosing class:
LuceneDocumentSourceDescriptor

public static final class LuceneDocumentSourceDescriptor.Attributes
extends Object

All attributes of the LuceneDocumentSource component.


Field Summary
 AttributeInfo analyzer
           
 AttributeInfo directory
           
 AttributeInfo documents
           
 AttributeInfo fieldMapper
           
 AttributeInfo keepLuceneDocuments
           
 AttributeInfo query
           
 AttributeInfo results
           
 AttributeInfo resultsTotal
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

results

public final AttributeInfo results
See Also:
CommonAttributes.results

resultsTotal

public final AttributeInfo resultsTotal
See Also:
CommonAttributes.resultsTotal

documents

public final AttributeInfo documents
See Also:
CommonAttributes.documents

directory

public final AttributeInfo directory

analyzer

public final AttributeInfo analyzer

fieldMapper

public final AttributeInfo fieldMapper

query

public final AttributeInfo query

keepLuceneDocuments

public final AttributeInfo keepLuceneDocuments


Copyright (c) Dawid Weiss, Stanislaw Osinski