You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/03/26 19:53:46 UTC

[GitHub] [lucene-solr] gerlowskija commented on issue #1379: SOLR-14363: Separate /get requests into their own type designation

gerlowskija commented on issue #1379: SOLR-14363: Separate /get requests into their own type designation
URL: https://github.com/apache/lucene-solr/pull/1379#issuecomment-604650801
 
 
   > Can we instead dynamically pull out the request handler path no matter what it is?
   We do this already - it gets indexed into a field called `path_s`.  That happens regardless of this PR.  Changing the tokenization on `path_s` sounds reasonable, but is probably a separate PR since it's not entirely connected.
   
   This PR is mostly about the `type_s` field. `type_s` gets populated with a few enum-like values that aim to represent broad classes/types of requests: "update", "query", "commit", etc.  The idea is that admins can get a sense at a glance as to what sort of traffic is hitting cross sections of their cluster without getting as granular as `path_s` provides.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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