Class | Description |
---|---|
IndexDocument |
An IndexDocument lets you store a series of [key,value] pairs in the
persistent store.
|
IndexingSupport |
Support for writing indexers.
|
IndexResult | |
QuerySupport | |
QuerySupport.Query |
An index query.
|
QuerySupport.Query.Factory |
Factory for an index queries.
|
Enum | Description |
---|---|
QuerySupport.Kind |
Encodes a type of the name kind used by
QuerySupport.query(java.lang.String, java.lang.String, org.netbeans.modules.parsing.spi.indexing.support.QuerySupport.Kind, java.lang.String...) . |