Package | Description |
---|---|
org.sindice.siren.search.node |
Programmatic API to search node-based inverted indexes.
|
Modifier and Type | Method and Description |
---|---|
NodeBooleanClause.Occur |
NodeBooleanClause.getOccur() |
static NodeBooleanClause.Occur |
NodeBooleanClause.Occur.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeBooleanClause.Occur[] |
NodeBooleanClause.Occur.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TupleQuery.add(NodeQuery query,
NodeBooleanClause.Occur occur)
Adds a clause to a tuple query.
|
void |
NodeBooleanQuery.add(NodeQuery query,
NodeBooleanClause.Occur occur)
Adds a clause to a boolean query.
|
void |
TwigQuery.addChild(NodeQuery query,
NodeBooleanClause.Occur occur)
Adds a child clause to the twig query.
|
void |
TwigQuery.addDescendant(int nodeLevel,
NodeQuery query,
NodeBooleanClause.Occur occur)
Adds a descendant clause to the twig query.
|
void |
NodeBooleanClause.setOccur(NodeBooleanClause.Occur occur) |
Constructor and Description |
---|
NodeBooleanClause(NodeQuery query,
NodeBooleanClause.Occur occur)
Constructs a BooleanClause.
|
Copyright © 2014. All rights reserved.