SolrNet: Package SolrNet.Commands.Parameters

SolrNet

Package SolrNet.Commands.Parameters

Classes

class  Algorithms
 Clustering algorithms. See details in:

<bullet>http://project.carrot2.org/algorithms.html</bullet> <bullet>http://download.carrot2.org/stable/manual/#section.advanced-topics.fine-tuning.choosing-algorithm</bullet> More...

class  ClusteringParameters
 Clustering parameters. More...
class  CollapseParameters
 Parameters to query collapse https://issues.apache.org/jira/browse/SOLR-236 More...
class  CommitOptions
 Commit/optimize options. More...
class  CommonQueryOptions
 Common, shared query options. More...
class  DeleteByIdAndOrQueryParam
 Parameter to delete document(s) by one or more ids and or a query parameters. More...
class  FacetParameters
 Faceting parameters. More...
class  GroupingParameters
 Parameters to query grouping / collapsing (Only SOLR 4.0) More...
class  HighlightingParameters
 Highlighting parameters. More...
interface  ISolrDeleteParam
 Delete command parameter. More...
class  MoreLikeThisHandlerParameters
 MoreLikeThisHandler parameters See http://wiki.apache.org/solr/MoreLikeThisHandler. More...
class  MoreLikeThisHandlerQueryOptions
 Query options for MoreLikeThis handler See http://wiki.apache.org/solr/MoreLikeThisHandler. More...
class  MoreLikeThisParameters
 More-like-this parameters See http://wiki.apache.org/solr/MoreLikeThis. More...
class  QueryOptions
 Query options. More...
class  RegexFlag
 Constants for the choices of Regex Flags. More...
class  SpellCheckingParameters
 Spell checking parameters. More...
class  StatsParameters
 Parameters to query stats More...
class  TermsParameters
 TermsComponent parameters. More...
class  TermsSort
 TermsComponent sort options. More...

Enumerations

enum  CollapseType { Normal, Adjacent }
 

Parameters to query collapse

More...
enum  CollapseFacetMode { Before, After }
 

Controls if collapsing happens before or after faceting.

More...
enum  GroupingFormat { Grouped, Simple }
 

Controls the output format of the grouping.

More...
enum  SolrHighlightFragmenter { Gap, Regex }
 

Different types of fragmenter used when highlighting. /summary>

More...
enum  InterestingTerms { List, Details, None }
 

Selection of top tf/idf terms for MoreLikeThisHandlerParameters

More...

Enumeration Type Documentation

Controls if collapsing happens before or after faceting.

Enumerator:
Before 

Faceting happens before collapsing.

After 

Faceting happens after collapsing.

Parameters to query collapse

Enumerator:
Normal 

Collapse all documents having equal collapsing field.

Adjacent 

Collapse only consecutive documents.

Controls the output format of the grouping.

Enumerator:
Grouped 

The documents are presented within their groups.

Simple 

Simple : the grouped documents are presented in a single flat list. Note : The start and rows parameters refer to numbers of documents instead of numbers of groups.

Selection of top tf/idf terms for MoreLikeThisHandlerParameters

Enumerator:
List 

Simple list of top terms.

Details 

List of top terms and boost used for each term. Unless MoreLikeThisParameters.Boost = true all terms will have boost=1.0.

None 

No top terms.

Different types of fragmenter used when highlighting. /summary>

Enumerator:
Gap 

summary> Creates fixed-sized fragments with gaps for multi-valued fields. /summary> summary> Create fragments that "look like" a certain regular expression. /summary>

Generated on Sun May 3 2015 17:19:06 for SolrNet by  doxygen 1.7.2