SolrNet: SolrNet.Impl.ResponseParsers.SpellCheckResponseParser< T > Class Template Reference

SolrNet

SolrNet.Impl.ResponseParsers.SpellCheckResponseParser< T > Class Template Reference

Parses spell-checking results from a query response. More...

Inheritance diagram for SolrNet.Impl.ResponseParsers.SpellCheckResponseParser< T >:

List of all members.

Public Member Functions

void Parse (XDocument xml, AbstractSolrQueryResults< T > results)
 Parses a chunk of a query response into the results object.
void Parse (XDocument xml, SolrQueryResults< T > results)
 Parses a chunk of a query response into the results object.
SpellCheckResults ParseSpellChecking (XElement node)
 Parses spell-checking results.

Detailed Description

template<T>
class SolrNet::Impl::ResponseParsers::SpellCheckResponseParser< T >

Parses spell-checking results from a query response.

Template Parameters:
TDocument type

Member Function Documentation

template<T >
void SolrNet.Impl.ResponseParsers.SpellCheckResponseParser< T >.Parse ( XDocument  xml,
AbstractSolrQueryResults< T >  results 
)

Parses a chunk of a query response into the results object.

Parameters:
xmlquery response
resultsresults object

Implements SolrNet.Impl.ISolrAbstractResponseParser< T >.

template<T >
void SolrNet.Impl.ResponseParsers.SpellCheckResponseParser< T >.Parse ( XDocument  xml,
SolrQueryResults< T >  results 
)

Parses a chunk of a query response into the results object.

Parameters:
xmlquery response
resultsresults object

Implements SolrNet.Impl.ISolrResponseParser< T >.

template<T >
SpellCheckResults SolrNet.Impl.ResponseParsers.SpellCheckResponseParser< T >.ParseSpellChecking ( XElement  node )

Parses spell-checking results.

Parameters:
node
Returns:

The documentation for this class was generated from the following file:
  • SolrNet/Impl/ResponseParsers/SpellCheckResponseParser.cs
Generated on Sun May 3 2015 17:19:11 for SolrNet by  doxygen 1.7.2