Leonardo de Lima Oliveira created SOLR-6958:
-----------------------------------------------

             Summary: "per field basis" capabilities for SolrQuery
                 Key: SOLR-6958
                 URL: https://issues.apache.org/jira/browse/SOLR-6958
             Project: Solr
          Issue Type: Improvement
          Components: SolrJ
            Reporter: Leonardo de Lima Oliveira
            Priority: Minor


Many parameters defined in FacetParams,  HighlightParams, etc.  can be 
specified on a per field basis/overrides (e.g., facet.my_field1.offset = 10 
hl.my_field1.snippets = 2 , etc). SolrQuery already supports per field 
overrides for FacetParams.FACET_PREFIX , but for many other parameters this 
feature does not exist. This patch " standardizes " the definition of 
parameters for field , remove hardcoded string referenced by 
FacetParams.FACET_INTERVAL_SET and removes per field basis parameter when the 
main parameter of SearchComponent is disabled ( FacetParams.facet = > false , 
TermsParams.TERMS = > false , etc.)



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

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

Reply via email to