Constant Field Values

Contents

com.lucidworks.*

  • com.lucidworks.apollo.common.pipeline.Command 
    Modifier and Type Constant Field Value
    public static final java.lang.String ADD "add"
    public static final java.lang.String COMMIT "commit"
    public static final java.lang.String COMMIT_WITHIN "commitWithin"
    public static final java.lang.String DELETE "delete"
    public static final java.lang.String DELETE_QUERY "delete_query"
    public static final java.lang.String OPTIMIZE "optimize"
    public static final java.lang.String PING "ping"
    public static final java.lang.String QUERY "query"
    public static final java.lang.String ROLLBACK "rollback"
    public static final java.lang.String UPDATE "update"
  • com.lucidworks.apollo.common.pipeline.PipelineDocument 
    Modifier and Type Constant Field Value
    public static final java.lang.String F_RAW_CONTENT "_raw_content_"
    public static final java.lang.String F_RESERVED_PREFIX "_lw_"
    public static final java.lang.String F_SEPARATOR "_"
  • com.lucidworks.apollo.common.pipeline.PipelineField 
    Modifier and Type Constant Field Value
    public static final java.lang.String CREATOR "creator"
  • com.lucidworks.apollo.solr.response.AbstractResponse 
    Modifier and Type Constant Field Value
    public static final java.lang.String FUSION_NODE "fusion"
  • com.lucidworks.apollo.solr.response.JSONResponse 
    Modifier and Type Constant Field Value
    public static final java.lang.String DOCLIST_KEY "doclist"
  • com.lucidworks.search.dsl.request.MaxFieldStrategy 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "max"
  • com.lucidworks.search.dsl.request.MinFieldStrategy 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "min"
  • com.lucidworks.search.dsl.request.SortStrategy 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "sort"
  • com.lucidworks.search.dsl.request.query.BoostQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "boost"
  • com.lucidworks.search.dsl.request.query.CompoundQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "compound"
  • com.lucidworks.search.dsl.request.query.FieldExistsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String FIELDS_LIST_FIELD "_lw_fields_ss"
    public static final java.lang.String TYPE "fieldExists"
  • com.lucidworks.search.dsl.request.query.GraphQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "graph"
  • com.lucidworks.search.dsl.request.query.JoinQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "join"
  • com.lucidworks.search.dsl.request.query.MatchAllQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "matchAll"
  • com.lucidworks.search.dsl.request.query.ModelQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "model"
  • com.lucidworks.search.dsl.request.query.NegateQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "negate"
  • com.lucidworks.search.dsl.request.query.NoOpQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "noop"
  • com.lucidworks.search.dsl.request.query.PhraseQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "phrase"
  • com.lucidworks.search.dsl.request.query.RangeQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "range"
  • com.lucidworks.search.dsl.request.query.SingleTermQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "singleTerm"
  • com.lucidworks.search.dsl.request.query.TermsQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "terms"
  • com.lucidworks.search.dsl.request.query.TextQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "text"
  • com.lucidworks.search.dsl.request.query.functions.FieldValueFunctionQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "field"
  • com.lucidworks.search.dsl.request.query.functions.ReciprocalFunctionQuery 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "reciprocal"