You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/04/02 00:41:00 UTC

[jira] [Commented] (SOLR-13362) SolrJ's LukeRequest should support "includeIndexFieldFlags"

    [ https://issues.apache.org/jira/browse/SOLR-13362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16807320#comment-16807320 ] 

ASF subversion and git services commented on SOLR-13362:
--------------------------------------------------------

Commit 7c0caeacfa4d98d9e97d5295d4d249f89da05b4b in lucene-solr's branch refs/heads/branch_8x from Jason Gerlowski
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=7c0caea ]

SOLR-13362: Add 'includeIndexFieldFlags' in LukeRequest


> SolrJ's LukeRequest should support "includeIndexFieldFlags"
> -----------------------------------------------------------
>
>                 Key: SOLR-13362
>                 URL: https://issues.apache.org/jira/browse/SOLR-13362
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrJ
>    Affects Versions: master (9.0)
>            Reporter: Jason Gerlowski
>            Assignee: Jason Gerlowski
>            Priority: Trivial
>         Attachments: SOLR-13362.patch
>
>
> SOLR-7799 introduces the query-param flag "includeIndexFieldFlags", which tells Solr that the index flags aren't needed and can be skipped.  Fetching these flags takes some time, so specifying {{includeIndexFieldFlags=false}} on requests can save some time for if users don't need that information and have collections with a lot of fields.
> Support for this flag was never added to the SolrJ class used to trigger requests to Luke though.  It's a pain to use the flag in SolrJ as LukeRequest is currently written.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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