org.apache.solr.handler.clustering.carrot2
Interface CarrotParams


public interface CarrotParams

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.


Field Summary
static String ALGORITHM
           
static Set<String> CARROT_PARAM_NAMES
           
static String CARROT_PREFIX
           
static String NUM_DESCRIPTIONS
           
static String OUTPUT_SUB_CLUSTERS
           
static String PRODUCE_SUMMARY
           
static String SNIPPET_FIELD_NAME
           
static String TITLE_FIELD_NAME
           
static String URL_FIELD_NAME
           
 

Field Detail

CARROT_PREFIX

static final String CARROT_PREFIX
See Also:
Constant Field Values

ALGORITHM

static final String ALGORITHM
See Also:
Constant Field Values

TITLE_FIELD_NAME

static final String TITLE_FIELD_NAME
See Also:
Constant Field Values

URL_FIELD_NAME

static final String URL_FIELD_NAME
See Also:
Constant Field Values

SNIPPET_FIELD_NAME

static final String SNIPPET_FIELD_NAME
See Also:
Constant Field Values

PRODUCE_SUMMARY

static final String PRODUCE_SUMMARY
See Also:
Constant Field Values

NUM_DESCRIPTIONS

static final String NUM_DESCRIPTIONS
See Also:
Constant Field Values

OUTPUT_SUB_CLUSTERS

static final String OUTPUT_SUB_CLUSTERS
See Also:
Constant Field Values

CARROT_PARAM_NAMES

static final Set<String> CARROT_PARAM_NAMES


Copyright © 2011 Apache Software Foundation. All Rights Reserved.