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

SolrNet

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

Parses highlighting results from a query response. More...

Inheritance diagram for SolrNet.Impl.ResponseParsers.HighlightingResponseParser< 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.
IDictionary< string,
HighlightedSnippets
ParseHighlighting (IEnumerable< T > results, XElement node)
 Parses highlighting results.
HighlightedSnippets ParseHighlightingFields (IEnumerable< XElement > nodes)
 Parse highlighting snippets for each field.

Detailed Description

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

Parses highlighting results from a query response.

Template Parameters:
TDocument type

Member Function Documentation

template<T >
void SolrNet.Impl.ResponseParsers.HighlightingResponseParser< 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.HighlightingResponseParser< 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 >
IDictionary<string, HighlightedSnippets> SolrNet.Impl.ResponseParsers.HighlightingResponseParser< T >.ParseHighlighting ( IEnumerable< T >  results,
XElement  node 
)

Parses highlighting results.

Parameters:
results
node
Returns:
template<T >
HighlightedSnippets SolrNet.Impl.ResponseParsers.HighlightingResponseParser< T >.ParseHighlightingFields ( IEnumerable< XElement >  nodes )

Parse highlighting snippets for each field.

Parameters:
nodes
Returns:

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