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
Parameters to query collapse
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.
Generated on Sun May 3 2015 17:19:06 for SolrNet by 1.7.2