Michael Peter Christen
6f6ddaf7e7
A robinson peer does not need to write RWI data if such peers are only
...
searched using the solr interface. Searching public rpbinsons will be
done with solr only in the future.
12 years ago
Michael Peter Christen
ab4f74c82c
fix for xml blacklist import
12 years ago
Michael Peter Christen
7806680ab8
fixed a problem with re-feeding of already indexed documents whith
...
coordinates attached.
12 years ago
Michael Peter Christen
cb38e860cf
After the observation that Windows user simply forget that they started
...
YaCy; YaCy is still running and the user additionally expect that
another doubleclick on the YaCy icon simply opens the search windows
(again) I decided to add a function that complies to the expectation to
the user: simply open the browser pop-up page again if the user starts
YaCy while YaCy is still running.
12 years ago
Marc Nause
27894d2c1a
Merge branch 'master' of git@gitorious.org:yacy/rc1.git
12 years ago
Marc Nause
75f9568472
*) only install files from the RELEASE directory
...
*) minor changes
12 years ago
Michael Peter Christen
eb80405a16
added a disable function in RemoteCrawl_p servlet which prevents setting
...
of remote crawl if peer is not a senior or principal peer
12 years ago
Michael Peter Christen
1e3d8cc235
show a link for the host in the host browser; see
12 years ago
Michael Peter Christen
19c46e4acf
catch more exceptions
12 years ago
Michael Peter Christen
7de502f43d
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
Marc Nause
3bc5ee6e3d
*) added protection against CSRF in update download page
...
(http://localhost:8090/ConfigUpdate_p.html?releaseinstall=../../test.txt&deleteRelease=Delete+Release
does not work anymore)
12 years ago
Michael Peter Christen
4f270d89e2
another NPE
12 years ago
Michael Peter Christen
921091c3a6
use thread-safe http connection manager for authenticated remote solr
...
connections
12 years ago
Michael Peter Christen
e8f7b85b98
fixes to internal RWI usage if RWI is switched off (NPE etc)
12 years ago
Michael Peter Christen
3834829b37
bugfixes and more logging for solr connector
12 years ago
Michael Peter Christen
bc00097cbf
arrr... forgot the new library
12 years ago
Michael Peter Christen
09a2b09c48
guava update
12 years ago
Michael Peter Christen
80fe3d7860
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
...
Conflicts:
source/net/yacy/cora/federate/solr/connector/EmbeddedSolrConnector.java
12 years ago
Michael Peter Christen
4323621a76
update to Solr 4.1.0
12 years ago
sixcooler
639c114199
remove jetty from classpath - as it was moved last commit
12 years ago
reger
160ce568b3
move testing SolrServlet.main to test, making include of jetty*.jar in distribution and classpath obsolete
...
- move jetty*.jar to test library
- move SolrServlet.main as is to test, add also a junit test simulating main
- add build.xml cleanup for EmbeddedSolrConnectorTest created test/DATA
- adjust some test compile errors
12 years ago
orbiter
07a20e8253
removed unused import
12 years ago
Michael Peter Christen
d1cb4cbc84
enhanced network scanner, is faster and more flexible now
...
- start more processes
- remove superfluous host name resolution
- better/more flexible subnet ip range calculation
- prefer ipv4 makes better usable ip pre-settings in servlet
- extended servlet by new subnet /20 - option
- redesign of scanner start process in servlet (generalization)
12 years ago
Michael Peter Christen
592adf7ccb
fix for domain navigation
12 years ago
Michael Peter Christen
4ca1b76627
less search overhead when first result set is smaller than requested
12 years ago
Michael Peter Christen
f748b0aa7c
NPE fix
12 years ago
Michael Peter Christen
7dfcc92b71
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
Michael Peter Christen
0b6566a389
optimizations when starting large crawl requests with many start urls in
...
one request:
- allow larger match-fields in html interface
- delete all host hashes at once from zurl
- when deleting by host, do not count size of deleted entries since that
was the reason it took so long
12 years ago
orbiter
a2160054d7
ability to create vocabularies also without any objectspace: this
...
iterates over all urls in the index do create terms
12 years ago
orbiter
ecc10a752c
fixes to index enumeration for vocabulary production
12 years ago
reger
be5d3a1066
adding classpath to Manfiest of yacycore.jar
...
- this allows to start w/o giving explicite java -cp (just java -jar lib/yacycore.jar works)
- especially helpful while running YaCy as Win service,
making it obsolete to adjust classpath cfg of the service wrapper on upgrades of lib/*.jar's
12 years ago
Michael Peter Christen
be27567b53
allow more links when starting a crawl by file
12 years ago
reger
3777b338c7
bugfix: location url for migrate urldb button onclick
12 years ago
reger
8447814a31
correct headermenue in migrateurldb_p.html
...
- update NetBeans project path
12 years ago
Michael Peter Christen
99185d7048
one more fix for author_sxt
12 years ago
Michael Peter Christen
b6ae6262f6
- add the copyField author_sxt only if author exists
...
- set the solr default search field according to existing fields
12 years ago
Michael Peter Christen
088373b4ea
catch exception if solr connection change fails
12 years ago
Michael Peter Christen
8a55fd96e9
Merge remote-tracking branch 'aleksejs/rutrans3'
12 years ago
Aleksej
3252223055
Russian translation fixes and additions
12 years ago
Dmitriy Kazimirov
7293c0413b
Russian localization:index.html fix
12 years ago
sixcooler
3a13906121
clear some more caches if running out of memory
12 years ago
Marc Nause
6fc4bdddbd
*) fixed admin password configuration
12 years ago
Michael Peter Christen
e23a596c1d
added a copyField for author_sxt for automated schema generation
12 years ago
Michael Peter Christen
8651ec35fe
turned author_s into the multi-valued field author_sxt
12 years ago
Michael Peter Christen
f1a4feda3e
security fix for suggest (don't let users ask for too much)
12 years ago
Michael Peter Christen
244b157299
fix for external solr schema definition
12 years ago
Michael Peter Christen
4589afe056
fix NPE when solr does not deliver snippets
12 years ago
Michael Peter Christen
0fe7b6fd3b
migrated the index export methods from the old metadata to solr. Now
...
exports are done using solr queries. removed superfluous methods and
servlets.
12 years ago
Michael Peter Christen
1768c82010
removed field selection because that created documents with that field
...
only which was not useful when re-writing the same document
12 years ago
Michael Peter Christen
8eebeea533
fix for search result link in ViewFile
12 years ago