|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Lucene schema
has a single index in which all node
and property information are indexed into separate fields.
See:
Description
Class Summary | |
---|---|
BasicLuceneConfiguration | The Hibernate Search SearchConfiguration implementation that specifies how Hibernate Search should be configured. |
BasicLuceneQueryFactory | The LuceneQueryFactory customization that produces Query objects based upon the BasicLuceneSchema . |
BasicLuceneSchema | The LuceneSchema implementation that uses a single index for node information . |
BasicTupleCollector | The BasicLuceneSchema does not store any fields in the indexes, with the exception of the document identifier in which
we're storing the key of the node that the document represents. |
BasicTupleCollector.LocalNameColumnAssignment | |
BasicTupleCollector.NameColumnAssignment | |
BasicTupleCollector.NodeDepthColumnAssignment | |
BasicTupleCollector.PathColumnAssignment | |
BasicTupleCollector.PseudoColumnAssignment | |
BasicTupleCollector.ScoreColumnAssignment | |
DynamicField | A representation of a field to be added to the document without knowledge of the field at compile time. |
DynamicFieldBridge | The Hibernate Search FieldBridge implementation that generates a field in the Lucene Document for each
DynamicField . |
ExistsTupleCollector | A special TupleCollector implementation that will terminate when it comes across a second document with a non-zero score. |
NodeInfo | A record object used to encapsulate the indexable information about a node. |
NodeInfoIndex | The information about the index used to store property value information. |
NodeInfoIndex.FieldName |
Exception Summary | |
---|---|
ExistsTupleCollector.CompletedException | Thrown when elapsed search time exceeds allowed search time. |
The "basic" Lucene schema
has a single index in which all node
and property information are indexed into separate fields.
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |