|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.input.odp.mixer.CatidTopicMixer
public class CatidTopicMixer
Mixes ODP topics based on a list of ODP catids.
Query format: the query must be a Stringconsisting of ODP
catid numbers to be mixed separated by spaces, e.g. "234 34534
54246 234".
| Field Summary | |
|---|---|
static String |
TOPIC_MIXER_NAME
A unique name for this mixer |
| Constructor Summary | |
|---|---|
CatidTopicMixer()
|
|
| Method Summary | |
|---|---|
List |
mix(Object criteria)
Mixes ODP categories with given catids. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TOPIC_MIXER_NAME
| Constructor Detail |
|---|
public CatidTopicMixer()
| Method Detail |
|---|
public List mix(Object criteria)
catids.
mix in interface TopicMixercriteria - a Listof Strings, each of which is an
ODP catid.
Listof Topics in the order of input
catids.TopicMixer.mix(java.lang.Object)
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||