| Interface | Description |
|---|---|
| DocumentHandler | |
| FileHandler | |
| FTSService |
Interface for the wrapper that wraps the Apache Lucene indexing engine for use with AR FTS.
|
| Class | Description |
|---|---|
| FTSService.EntryData |
Object that is returned on FTS standard queries.
|
| FTSService.FTSResultSet |
Object that is returned by a
getEntryIdsByGlobalQuery TODO: Consider having a
method to get GlobalEntryData and have that method do the casting rather than having the item
retriving it cast it. |
| FTSService.GlobalEntryData |
Object that is returned inside
FTSResultSet on MFS queries. |
| FTSService.QuerySchemas |
Object that passed in as one of the parameters for
getEntryIdsByGlobalQuery. |
| FTSService.ReturnFilterFields |
Object that passed in as one of the parameters for
getEntryIdsByGlobalQuery. |
| Exception | Description |
|---|---|
| FTSServiceException |
Allows us to pass a single exception back to the plugin/AR rather than having multiple exception types to deal with.
|
? Copyright 2013 BMC Software, Inc.