Skip to content

Discriminator Types

ksuderman edited this page Nov 21, 2013 · 1 revision

The following discriminator types are available in the discriminator registry. Java programmers can use the DiscriminatorRegistry class:

  • groupId: org.lappsgrid
  • artifactId: discriminator
  • version: 1.2.1-SNAPSHOT

Note: The version number of the discriminator registry deployed to Nexus may differ from that listed above. Please check the Nexus repository for the latest version.

A web service will be made available to allow users to query the registry for discriminators by name.

Discriminator values

Discriminator Name
Basic data types
0 error
1 ok
2 meta
3 text
4 xml
5 string-list
Document types
1024 document
1025 gate
1026 uima
1027 stanford
1028 opennlp
1029 graf
1030 ptb
1031 json
1032 json-ld
Annotation types
2048 annotation
2049 chunk
2050 paragraph
2051 sentence
2052 token
2053 pos
2054 coref
2055 ne
2056 person
2057 location
2058 date
2059 organization
2060 nchunk
2061 vchunk
Query types (datasources)
3072 query
3073 get
3074 index
3075 list
3076 lucene
3077 sql
3078 sparql
3079 regex
3080 composite
License types
524288 public-domain
524289 open-source
524290 apache2
524291 gpl
524292 lgpl
524293 bsd
524294 eclipse
524295 no-commercial
524296 restricted
Clone this wiki locally