Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
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) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.