|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CompassSession in org.apache.lucene.index |
|---|
| Methods in org.apache.lucene.index with parameters of type CompassSession | |
|---|---|
static LuceneSubIndexInfo |
LuceneSubIndexInfo.getIndexInfo(String subIndex,
CompassSession session)
Returns low level Lucene index sub index information. |
| Uses of CompassSession in org.compass.core |
|---|
| Methods in org.compass.core that return CompassSession | |
|---|---|
CompassSession |
Compass.openSession()
If there is a transaction bound session, will return it. |
| Methods in org.compass.core with parameters of type CompassSession | |
|---|---|
Object |
CompassCallback.doInCompass(CompassSession session)
Gets called by CompassTemplate.execute with an active
Compass Session. |
Object |
CompassCallbackWithoutResult.doInCompass(CompassSession session)
|
protected abstract void |
CompassCallbackWithoutResult.doInCompassWithoutResult(CompassSession session)
Gets called by CompassTemplate.execute with an active
Compass Session. |
| Uses of CompassSession in org.compass.core.impl |
|---|
| Classes in org.compass.core.impl that implement CompassSession | |
|---|---|
class |
DefaultCompassSession
|
| Methods in org.compass.core.impl that return CompassSession | |
|---|---|
CompassSession |
DefaultCompass.openSession()
|
CompassSession |
DefaultCompass.openSession(boolean allowCreate)
|
| Uses of CompassSession in org.compass.core.lucene.util |
|---|
| Methods in org.compass.core.lucene.util with parameters of type CompassSession | |
|---|---|
static CompassQuery |
LuceneHelper.createCompassQuery(CompassSession session,
Query query)
Creates a new CompassQuery based on a Lucene Query. |
static CompassQueryFilter |
LuceneHelper.createCompassQueryFilter(CompassSession session,
Filter filter)
Creates a new CompassQueryFilter based on a Lucene Filter. |
static LuceneSearchEngineInternalSearch |
LuceneHelper.getLuceneInternalSearch(CompassSession session)
Returns the given search engine "internals" used for search. |
static LuceneSearchEngineInternalSearch |
LuceneHelper.getLuceneInternalSearch(CompassSession session,
String[] subIndexes,
String[] aliases)
Returns the given search engine "internals" used for search. |
static TermFreqVector |
LuceneHelper.getTermFreqVector(CompassSession session,
Resource resource,
String propertyName)
Returns Lucene TermFreqVector for the given property and resource, using the session. |
static TermFreqVector[] |
LuceneHelper.getTermFreqVectors(CompassSession session,
Resource resource)
Returns Lucene TermFreqVector using the given Compass session and Resource. |
| Uses of CompassSession in org.compass.core.spi |
|---|
| Subinterfaces of CompassSession in org.compass.core.spi | |
|---|---|
interface |
InternalCompassSession
|
| Uses of CompassSession in org.compass.core.support.search |
|---|
| Methods in org.compass.core.support.search with parameters of type CompassSession | |
|---|---|
protected CompassQuery |
CompassSearchHelper.buildQuery(CompassSearchCommand searchCommand,
CompassSession session)
Acts as an extension point for search controller that wish to build different CompassQueries. |
protected void |
CompassSearchHelper.doProcessAfterDetach(CompassSearchCommand searchCommand,
CompassSession session,
CompassDetachedHits hits)
An option to perform any type of processing after the hits are detached. |
protected void |
CompassSearchHelper.doProcessBeforeDetach(CompassSearchCommand searchCommand,
CompassSession session,
CompassHits hits,
int from,
int size)
An option to perform any type of processing before the hits are detached. |
protected CompassSearchResults |
CompassSearchHelper.performSearch(CompassSearchCommand searchCommand,
CompassSession session)
Performs the actual search operation. |
| Uses of CompassSession in org.compass.core.support.session |
|---|
| Methods in org.compass.core.support.session that return CompassSession | |
|---|---|
static CompassSession |
CompassSessionTransactionalProxy.newProxy(Compass compass)
Creates a new proxied CompassSession that can
be used within an already running transcational context without worrying
about session management API or transcation management API. |
| Uses of CompassSession in org.compass.core.transaction |
|---|
| Methods in org.compass.core.transaction that return CompassSession | |
|---|---|
CompassSession |
TransactionFactory.getTransactionBoundSession()
Retuns a transaction bound session, or null if none is found. |
CompassSession |
AbstractJTATransactionFactory.getTransactionBoundSession()
|
CompassSession |
LocalTransactionFactory.getTransactionBoundSession()
|
| Methods in org.compass.core.transaction with parameters of type CompassSession | |
|---|---|
protected abstract void |
AbstractTransactionFactory.doBindSessionToTransaction(CompassTransaction tr,
CompassSession session)
|
protected void |
AbstractJTATransactionFactory.doBindSessionToTransaction(CompassTransaction tr,
CompassSession session)
|
protected void |
LocalTransactionFactory.doBindSessionToTransaction(CompassTransaction tr,
CompassSession session)
|
void |
LocalTransactionFactory.unbindSessionFromTransaction(LocalTransaction tr,
CompassSession session)
|
| Uses of CompassSession in org.compass.gps.device |
|---|
| Methods in org.compass.gps.device with parameters of type CompassSession | |
|---|---|
protected abstract void |
AbstractGpsDevice.doIndex(CompassSession session)
Derived devices must implement the method to perform the actual indexing operation. |
| Uses of CompassSession in org.compass.gps.device.ibatis |
|---|
| Methods in org.compass.gps.device.ibatis with parameters of type CompassSession | |
|---|---|
protected void |
SqlMapClientGpsDevice.doIndex(CompassSession session)
|
| Uses of CompassSession in org.compass.gps.device.jdbc |
|---|
| Methods in org.compass.gps.device.jdbc with parameters of type CompassSession | |
|---|---|
protected void |
AbstractJdbcGpsDevice.doIndex(CompassSession session)
Performs the indexing operation. |
protected void |
ResultSetJdbcGpsDevice.doIndex(CompassSession session)
|
protected void |
AbstractJdbcGpsDevice.processResultSet(Object description,
ResultSet rs,
CompassSession session)
Called for each AbstractJdbcGpsDevice.IndexExecution returned from the
AbstractJdbcGpsDevice.doGetIndexExecutions(Connection) with the ResultSet. |
protected void |
AbstractJdbcGpsDevice.processRow(Object description,
ResultSet rs,
CompassSession session)
Called for each row in the ResultSet which maps to an
AbstractJdbcGpsDevice.IndexExecution. |
protected Object |
AbstractJdbcGpsDevice.processRowValue(Object description,
ResultSet rs,
CompassSession session)
Called for each row in the ResultSet which maps to an
AbstractJdbcGpsDevice.IndexExecution. |
protected Object |
ResultSetJdbcGpsDevice.processRowValue(Object description,
ResultSet rs,
CompassSession session)
Index the given ResultSet row into a Compass
Resource. |
| Constructors in org.compass.gps.device.jdbc with parameters of type CompassSession | |
|---|---|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource)
Creates a new marshaller helper that will marhsall the ResultSet to the given Resource. |
|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource,
JdbcAliasRowSnapshot rowSnapshot)
|
|
ResultSetRowMarshallHelper(ResultSetToResourceMapping mapping,
CompassSession session,
JdbcDialect dialect,
Resource resource,
JdbcAliasRowSnapshot rowSnapshot,
Compass compass)
Creates a new marshaller helper that will marhsall that ResultSet to both the given Resource and
JdbcAliasRowSnapshot. |
|
| Uses of CompassSession in org.compass.gps.device.jdo |
|---|
| Methods in org.compass.gps.device.jdo with parameters of type CompassSession | |
|---|---|
protected void |
JdoGpsDevice.doIndex(CompassSession session)
|
| Uses of CompassSession in org.compass.gps.device.ojb |
|---|
| Methods in org.compass.gps.device.ojb with parameters of type CompassSession | |
|---|---|
protected void |
OjbGpsDevice.doIndex(CompassSession session)
|
| Uses of CompassSession in org.compass.gps.device.support.parallel |
|---|
| Methods in org.compass.gps.device.support.parallel with parameters of type CompassSession | |
|---|---|
protected void |
AbstractParallelGpsDevice.doIndex(CompassSession session)
Overriding this method and throws an IllegalStateException as it should
not be called. |
void |
IndexEntitiesIndexer.performIndex(CompassSession session,
IndexEntity[] entities)
Performs the actual indexing of the list of index entities. |
| Uses of CompassSession in org.compass.spring.transaction |
|---|
| Methods in org.compass.spring.transaction that return CompassSession | |
|---|---|
CompassSession |
SpringSyncTransactionFactory.getTransactionBoundSession()
|
| Methods in org.compass.spring.transaction with parameters of type CompassSession | |
|---|---|
protected void |
SpringSyncTransactionFactory.doBindSessionToTransaction(CompassTransaction tr,
CompassSession session)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||