Skip to content

Commit 386b37c

Browse files
author
Vladimir Kotal
committed
remove search CLI
1 parent 0e87308 commit 386b37c

File tree

1 file changed

+13
-31
lines changed

1 file changed

+13
-31
lines changed

README.md

Lines changed: 13 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved.
1212
3. [Usage](#3-usage)
1313
4. [OpenGrok install](#4-opengrok-install)
1414
5. [OpenGrok setup](#5-opengrok-setup)
15-
6. [Optional Command Line Interface Usage](#6-optional-command-line-interface-usage)
16-
7. [Change web application properties or name](#7-change-web-application-properties-or-name)
17-
8. [Information for developers](#8-information-for-developers)
18-
9. [Tuning OpenGrok for large code bases](#9-tuning-opengrok-for-large-code-bases)
19-
10. [Authors](#10-authors)
20-
11. [Contact us](#11-contact-us)
21-
12. [Demo](#12-demo)
15+
6. [Change web application properties or name](#7-change-web-application-properties-or-name)
16+
7. [Information for developers](#8-information-for-developers)
17+
8. [Tuning OpenGrok for large code bases](#9-tuning-opengrok-for-large-code-bases)
18+
9. [Authors](#10-authors)
19+
10. [Contact us](#11-contact-us)
20+
11. [Demo](#12-demo)
2221

2322
## 1. Introduction
2423

@@ -361,43 +360,25 @@ If not using the shell script, the path to the configuration file can be
361360
set using the `-Djava.util.logging.config.file=/PATH/TO/MY/logging.properties`
362361
java parameter.
363362

364-
365-
## 6. Optional Command Line Interface Usage
366-
367-
You need to pass location of project file + the query to `Search` class, e.g.
368-
for fulltext search for project with above generated `configuration.xml` you'd
369-
do:
370-
371-
```bash
372-
java -cp ./opengrok.jar org.opensolaris.opengrok.search.Search -R \
373-
/var/opengrok/etc/configuration.xml -f fulltext_search_string
374-
```
375-
For quick help run:
376-
377-
```bash
378-
java -cp ./opengrok.jar org.opensolaris.opengrok.search.Search
379-
```
380-
381-
## 7. Change web application properties or name
363+
## 6. Change web application properties or name
382364

383365
See https://github.com/oracle/opengrok/wiki/Webapp-configuration
384366

385-
386-
## 8. Information for developers
367+
## 7. Information for developers
387368

388369
See https://github.com/oracle/opengrok/wiki/Developer-intro and https://github.com/oracle/opengrok/wiki/Developers
389370

390-
## 9. Tuning OpenGrok for large code bases
371+
## 8. Tuning OpenGrok for large code bases
391372

392373
See https://github.com/oracle/opengrok/wiki/Tuning-for-large-code-bases
393374

394-
## 10. Authors
375+
## 9. Authors
395376

396377
The project has been originally conceived in Sun Microsystems by Chandan B.N.
397378

398379
For full list of contributors see https://github.com/oracle/opengrok/graphs/contributors
399380

400-
## 11. Contact us
381+
## 10. Contact us
401382

402383
Feel free to participate in discussion on the mailing lists:
403384

@@ -407,5 +388,6 @@ Feel free to participate in discussion on the mailing lists:
407388

408389
To subscribe, send email to `<mailing_list_name>[email protected]`
409390

410-
## 12. Demo
391+
## 11. Demo
392+
411393
Visit <http://demo.opengrok.org>

0 commit comments

Comments
 (0)