| Package | Description |
|---|---|
| er.neo4jadaptor.query |
Classes for handling search queries by using the concept of layers of filters -
Filter
may filter out some record if it doesn't match search criteria, but may not. |
| er.neo4jadaptor.query.all_of_type |
Classes for
AllOfTypeFilter filter. |
| er.neo4jadaptor.query.lucene |
Classes for
LuceneFilter to perform searches using Lucene engine. |
| er.neo4jadaptor.query.neo4j_by_pk |
Classes for
ByPrimaryKeyFilter to perform searches on nodes/relationships being connected to
some set of nodes/relationships with known IDs. |
| Modifier and Type | Class and Description |
|---|---|
class |
LayeringFilter<T extends org.neo4j.graphdb.PropertyContainer>
Filter that uses various types of
Filters and their layering to achieve
results exactly matching search criteria. |
| Modifier and Type | Field and Description |
|---|---|
protected Filter<T> |
Filter.successor |
| Modifier and Type | Method and Description |
|---|---|
void |
Filter.setSuccessor(Filter<T> successor)
Set chain of responsibility pattern delegate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllOfTypeFilter<Type extends org.neo4j.graphdb.PropertyContainer>
Filter that returns all the records that belong to some entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneFilter<Type extends org.neo4j.graphdb.PropertyContainer>
Gets result records from the Lucene index, but in case if it's not able to perform Lucene query
matching exactly EO qualifier criterias (if Lucene search is more liberal than
EOQualifier
then it performs additionally EvaluatingFilter on the results. |
| Modifier and Type | Class and Description |
|---|---|
class |
ByPrimaryKeyFilter<T extends org.neo4j.graphdb.PropertyContainer>
Filters nodes being closely related to some set of nodes with known IDs.
|
Copyright © 2002 – 2025 Project Wonder.