This website works better with JavaScript.
Explore
Help
Sign In
boxtec
/
yacy_search_server
mirror of
https://github.com/yacy/yacy_search_server
Watch
4
Star
1
Fork
You've already forked yacy_search_server
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c41b31dcb3
master
Release_1.92
Release_1.90
Release_1.82
Release_1.80
Release_1.72
Release_1.7
Release_1.68
Release_1.6
Release_1.5
Release_1.4
Release_1.3
Release_1.2
Release_1.1
Release_1.04
Release_1.03
Release_1.02
Release_1.01
Release_1.0
1.0
0.99
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c41b31dcb3'
${ noResults }
yacy_search_server
/
bin
/
indexdump.sh
3 lines
93 B
Raw
Normal View
History
Unescape
Escape
Changes to improve compatibility with OpenBSD. (see http://forum.yacy-websuche.de/viewtopic.php?f=8&t=5503)
10 years ago
#!/usr/bin/env sh
- added xml output in IndexControlURLs to get the storage page of index dump commands - adjusted the apicall.sh script to get the downloaded text as output to stdout which is necessary to parse the content out of it - added indexdump.sh script which creates a solr dump and prints out the storage path for the index dump - added synchronization to the Fulltext class to prevent that data is stored to a non-existing solr index while this index is disabled during the storage of the dump
12 years ago
cd
"
`dirname
$0
`
"
Updated dump/restore shell scripts : the API is now IndexExport_p.html
8 years ago
./apicall.sh
"/IndexExport_p.html?indexdump="
> /dev/null