ModeShape Distribution 3.0.0.CR1

Uses of Class
org.modeshape.jcr.query.lucene.basic.DynamicField

Packages that use DynamicField
org.modeshape.jcr.query.lucene.basic The "basic" Lucene schema has a single index in which all node and property information are indexed into separate fields. 
 

Uses of DynamicField in org.modeshape.jcr.query.lucene.basic
 

Methods in org.modeshape.jcr.query.lucene.basic that return DynamicField
protected  DynamicField BasicLuceneSchema.addDynamicField(String propertyName, Object value, DynamicField previous, org.apache.lucene.document.Field.Store stored, boolean fullTextSearchable, StringBuilder fullText)
          Create a dynamic field to store the property value.
 DynamicField NodeInfo.getFirstDynamicField()
          Get the information about the first dynamic field for this node.
 DynamicField DynamicField.getNext()
          Get the next dynamic field.
 

Methods in org.modeshape.jcr.query.lucene.basic with parameters of type DynamicField
protected  DynamicField BasicLuceneSchema.addDynamicField(String propertyName, Object value, DynamicField previous, org.apache.lucene.document.Field.Store stored, boolean fullTextSearchable, StringBuilder fullText)
          Create a dynamic field to store the property value.
protected  void DynamicFieldBridge.addField(DynamicField field, org.apache.lucene.document.Document document, org.hibernate.search.bridge.LuceneOptions analyzedOptions)
           
 

Constructors in org.modeshape.jcr.query.lucene.basic with parameters of type DynamicField
DynamicField(DynamicField next, String fieldName, Object value, boolean analyzed, boolean stored)
           
NodeInfo(String nodeKey, String workspace, String path, String localName, String name, int snsIndex, int depth, DynamicField firstDynamicField)
           
 


ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.