当前位置: 首页 > news >正文

opengrok_使用技巧

Searchhttps://xrefandroid.com/android-15.0.0_r1/https://xrefandroid.com/android-15.0.0_r1/

选择搜索的目录(工程)

 手动在下拉框中选择,或者 使用下面三个快捷按钮进行选择或者取消选择。

输入搜索的条件

搜索域说明

 
fullSearch through all text tokens (words,strings,identifiers,numbers) in index.
defsOnly finds symbol definitions (where e.g. a variable (function, ...) is defined).
refsOnly finds symbols (e.g. methods, classes, functions, variables).
pathpath of the source file (no need to use dividers, or if, then use "/" - Windows users, "\" is an escape key in Lucene query syntax!
Please don't use "\", or replace it with "/").
Also note that if you want just exact path, enclose it in "", e.g. "src/mypath", otherwise dividers will be removed and you get more hits.
histHistory log comments.
typeType of analyzer used to scope down to certain file types (e.g. just C sources).
Current mappings: [ada=Ada, asm=Asm, bzip2=Bzip(2), c=C, clojure=Clojure, csharp=C#, cxx=C++, eiffel=Eiffel, elf=ELF, erlang=Erlang, file=Image file, fortran=Fortran, golang=Golang, gzip=GZIP, haskell=Haskell, hcl=HCL, jar=Jar, java=Java, javaclass=Java class, javascript=JavaScript, json=Json, kotlin=Kotlin, lisp=Lisp, lua=Lua, mandoc=Manual pages, pascal=Pascal, perl=Perl, php=PHP, plain=Plain Text, plsql=PL/SQL, powershell=PowerShell script, python=Python, r=R, ruby=Ruby, rust=Rust, scala=Scala, sh=Shell script, sql=SQL, swift=Swift, tar=Tar, tcl=Tcl, terraform=Terraform, troff=Troff, typescript=TypeScript, uuencode=UUEncoded, vb=Visual Basic, verilog=Verilog, xml=XML, yaml=Yaml, zip=Zip]

搜索条件

基础条件

a term, indicating all the documents that contain this term; 

a term followed by a colon ":", indicating the field to be searched. This enables one to construct queries which search multiple fields.

搜索基础条件格式为 域:字符串

域不指定,默认加上 搜索框的域

字符串不用双引号时,不能包含特殊字符,不然被分为多个条件。

 

 

 

 

The exceptions are: @ $ % ^ & = ? . : which are mostly indexed as separate.

 

 

 

http://www.lryc.cn/news/526666.html

相关文章:

  • C++资料
  • 基于模糊PID的孵化箱温度控制系统(论文+源码)
  • 景联文科技加入AIIA联盟数据标注分委会
  • 1-1 飞机大战项目框架搭建
  • 【C++高并发服务器WebServer】-7:共享内存
  • RabbitMQ 多种安装模式
  • C++ 包装器与绑定器的应用之回调函数的实现
  • Baichuan大模型Base、Chat、Instruct等版本的区别
  • 3.DrawCall的概念
  • ubuntu电脑调用摄像头拍摄照片
  • PyQt4 的图片切割编辑器
  • mac 电脑上安装adb命令
  • Webrtc (1) - Windows 编译
  • 学习数据结构(1)算法复杂度
  • GCC之编译(8)AR打包命令
  • RocketMQ原理—4.消息读写的性能优化
  • (Halcon)轮廓等分切割(项目分析)
  • NIO 和 Netty 在 Spring Boot 中的集成与使用
  • 【更正版】梯级水光互补系统最大化可消纳电量期望短期优化调度模型
  • 基于AnolisOS 8.6安装GmSSL 3.1.1及easy_gmssl库测试国密算法
  • vue3 实际应用 将一个日期使用 moment.js 实现星期 今天 明天 ...
  • LLM幻觉(Hallucination)缓解技术综述与展望
  • Unity入门2 背景叠层 瓦片规则
  • docker-制作镜像gcc添加jdk运行java程序
  • HashTable, HashMap, ConcurrentHashMap 之间的区别
  • vue2和vue3组件之间的通信方式差异
  • 报错:MC1000未知的生成错误Invalid number of sections declared in PE header
  • FPGA实现任意角度视频旋转(二)视频90度/270度无裁剪旋转
  • Linux(Centos 7.6)命令详解:wc
  • centos7执行yum操作时报错Could not retrieve mirrorlist http://mirrorlist.centos.org解决