You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Endele (JIRA)" <ji...@apache.org> on 2015/03/26 13:32:52 UTC

[jira] [Created] (SOLR-7314) Constants missing in Solrj

Simon Endele created SOLR-7314:
----------------------------------

             Summary: Constants missing in Solrj
                 Key: SOLR-7314
                 URL: https://issues.apache.org/jira/browse/SOLR-7314
             Project: Solr
          Issue Type: Wish
          Components: SolrJ
            Reporter: Simon Endele


There are some parameter names/values, for which constants are missing in SolrJ. One has always to declare constants for them by herself (or hard-code them).

* "defType"
* "edismax" (value for defType)
* "dismax" (value for defType)
* "lucene" (value for defType)
* "spellcheck" (there's SpellingParams.SPELLCHECK_PREFIX = "spellcheck.", but none without dot)

See http://lucene.apache.org/solr/5_0_0/solr-solrj/constant-values.html

Maybe there are even more, but these are the ones I always stumble upon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org