Uses of Class
net.conquiris.lucene.document.FieldBuilder

Packages that use FieldBuilder
net.conquiris.lucene.document   
 

Uses of FieldBuilder in net.conquiris.lucene.document
 

Classes in net.conquiris.lucene.document with type parameters of type FieldBuilder
 class FieldBuilder<B extends FieldBuilder<B>>
          Field builders base class.
 

Subclasses of FieldBuilder in net.conquiris.lucene.document
 class BaseBinaryFieldBuilder<B extends BaseBinaryFieldBuilder<B>>
          Base class for binary field builders.
 class BaseDocumentBuilder.DocBinaryFieldBuilder
          Binary field builder that adds to the current document builder.
 class BaseDocumentBuilder.DocNumericFieldBuilder
          Numeric field builder that adds to the current document builder.
 class BaseDocumentBuilder.DocTextFieldBuilder
          Text field builder that adds to the current document builder.
 class BaseNumericFieldBuilder<B extends BaseNumericFieldBuilder<B>>
          Base class for numeric field builders.
 class BaseTextFieldBuilder<B extends BaseTextFieldBuilder<B>>
          Base class for text field builders.
 class BinaryFieldBuilder
          Binary field builder.
 class IndexableFieldBuilder<B extends IndexableFieldBuilder<B>>
          Base class for indexable field builders.
 class NumericFieldBuilder
          Builder for numeric fields.
 class TextFieldBuilder
          Text field builder.
 



Copyright © 2013 Derquinse Projects. All Rights Reserved.