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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to