Lucene schema
has a single index in which all node
and property information are indexed into separate fields.See: Description
Class | Description |
---|---|
BasicLuceneConfiguration |
The Hibernate Search
SearchConfiguration implementation that specifies how Hibernate Search should be configured. |
BasicLuceneQueryFactory | |
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 | Description |
---|---|
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.
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.