|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.common.rdb.layout.indexer.LiteralIndexQuery
public class LiteralIndexQuery
Literal indexer query processor
| Constructor Summary | |
|---|---|
LiteralIndexQuery()
Create a new LiteralIndexQuery object |
|
| Method Summary | |
|---|---|
void |
initialize(java.util.Properties properties)
Initialize with a set of configuration properties |
java.util.List<java.lang.Long> |
query(java.lang.String queryStr)
Query the index and return set if IDs for literals that match the query |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LiteralIndexQuery()
| Method Detail |
|---|
public void initialize(java.util.Properties properties)
throws IndexerException
properties - containing configuration data
IndexerException - if there was no index location specified
public java.util.List<java.lang.Long> query(java.lang.String queryStr)
throws IndexerException
queryStr - query to run on indexer
IndexerException - if there was an error parsing, or processing the query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||