标签: nginx
我想知道exten的含义,ngx_http_request_t是结构ngx_http_set_exten的一个成员,同时,public long getDF(String term) throws Exception { return indexReader.docFreq(new Term("content", term)); } 希望被挖掘出来。
exten
ngx_http_request_t
ngx_http_set_exten
public long getDF(String term) throws Exception { return indexReader.docFreq(new Term("content", term)); }
答案 0 :(得分:0)
我认为它意味着文件扩展名,是句点之后的最终路径元素的一部分。它用于查找types数据结构中的MIME类型,以便在响应中使用。
相关代码is here。第1701行。