SolrNet: SolrNet.ISolrBasicReadOnlyOperations< T > Interface Template Reference

SolrNet

SolrNet.ISolrBasicReadOnlyOperations< T > Interface Template Reference

Read-only operations without convenience overloads. More...

Inheritance diagram for SolrNet.ISolrBasicReadOnlyOperations< T >:

List of all members.

Public Member Functions

SolrQueryResults< T > Query (ISolrQuery query, QueryOptions options)
 Executes a query.
SolrMoreLikeThisHandlerResults< T > MoreLikeThis (SolrMLTQuery query, MoreLikeThisHandlerQueryOptions options)
 Executes a MoreLikeThisHandler query.
ResponseHeader Ping ()
 Pings the Solr server. It can be used by a load balancer in front of a set of Solr servers to check response time of all the Solr servers in order to do response time based load balancing. See http://wiki.apache.org/solr/SolrConfigXml for more information.
SolrSchema GetSchema ()
 Gets the schema.
SolrDIHStatus GetDIHStatus (KeyValuePair< string, string > options)
 Gets the current status of the DataImportHandler.

Detailed Description

template<T>
interface SolrNet::ISolrBasicReadOnlyOperations< T >

Read-only operations without convenience overloads.

Template Parameters:
T

Member Function Documentation

template<T >
SolrDIHStatus SolrNet.ISolrBasicReadOnlyOperations< T >.GetDIHStatus ( KeyValuePair< string, string >  options )

Gets the current status of the DataImportHandler.

Returns:
DIH status

Implemented in SolrNet.Impl.SolrBasicServer< T >, and SolrNet.Impl.SolrServer< T >.

template<T >
SolrSchema SolrNet.ISolrBasicReadOnlyOperations< T >.GetSchema (  )

Gets the schema.

Returns:
Solr schema

Implemented in SolrNet.Impl.SolrBasicServer< T >, and SolrNet.Impl.SolrServer< T >.

template<T >
SolrMoreLikeThisHandlerResults<T> SolrNet.ISolrBasicReadOnlyOperations< T >.MoreLikeThis ( SolrMLTQuery  query,
MoreLikeThisHandlerQueryOptions  options 
)

Executes a MoreLikeThisHandler query.

Parameters:
query
options
Returns:

Implemented in SolrNet.Impl.SolrBasicServer< T >, and SolrNet.Impl.SolrServer< T >.

Pings the Solr server. It can be used by a load balancer in front of a set of Solr servers to check response time of all the Solr servers in order to do response time based load balancing. See http://wiki.apache.org/solr/SolrConfigXml for more information.

Implemented in SolrNet.Impl.SolrBasicServer< T >, and SolrNet.Impl.SolrServer< T >.

template<T >
SolrQueryResults<T> SolrNet.ISolrBasicReadOnlyOperations< T >.Query ( ISolrQuery  query,
QueryOptions  options 
)

Executes a query.

Parameters:
query
options
Returns:

Implemented in SolrNet.Impl.SolrBasicServer< T >, and SolrNet.Impl.SolrServer< T >.


The documentation for this interface was generated from the following file:
  • SolrNet/ISolrBasicReadOnlyOperations.cs
Generated on Sun May 3 2015 17:19:06 for SolrNet by  doxygen 1.7.2