Michael Peter Christen
c72c435517
- moved the gsa search interface from /gsa/searchresult? to /gsa/search?
...
- fixed the NB field data
12 years ago
Michael Peter Christen
31d4d38804
- extended the solr interface by a references-by-word-count method
...
- reduced danger that a non-existing RWI database causes NPEs
- added Solr queries to did-you-mean: this makes it possible that our
did-you-mean algorithm works together with only Solr and without RWIs
12 years ago
Michael Peter Christen
528d6763fa
- added new solr fields:
...
title_count_i, title_chars_val, title_words_val
description_count_i, description_chars_val, description_words_val
- added many asserts to ensure data type correctness from YaCy to Solr
and vice versa
- made many fixes according to new findings from these asserts (!)
12 years ago
Michael Peter Christen
3142e675e8
fixed problems with GSA api:
...
- better FS attribute
- highlightning of searched words in title
12 years ago
Michael Peter Christen
3b19fe7b52
- fixed num parameter in GSA api
...
- changed FS attribute in GSA api
12 years ago
Michael Peter Christen
2ddc33646a
added new field for solr:
...
url_paths_sxt
url_parameter_i
url_parameter_key_sxt
url_parameter_value_sxt
url_chars_i
12 years ago
Michael Peter Christen
75d5e3475d
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
cominch
a2841261bd
content control: apply filter if enabled to crawls
12 years ago
cominch
dc468dad01
add content control features for custom filter lists
12 years ago
Michael Peter Christen
316b5fe116
- added a solr type definition verifier
...
- fixed type definition found by the verifier
- added multivalue-string fields for solr with extension 'sxt'
- added multivalue-integer fields for solr with extension 'val'
- renamed some solr attributes from txt to sxt
- changed solr query line to an explicit AND/OR structure
- added a country code second level domain list to Domains class; with
parser
- added a host string parser to get domain class name, country-code
second-level domain and subdomain out of it
- removed old coordinate attributes
12 years ago
orbiter
a3d5959981
Merge commit '65d49df865f60511d22d86fb15c33a082176e7ab'
12 years ago
Michael Peter Christen
4521d63c92
added boosts to solr search queries
12 years ago
Michael Peter Christen
4c79ddb91e
switched off some solr logging
12 years ago
Michael Peter Christen
e8acd542b5
- added faceted drill-down for host and geolocation to solr queries
...
- added a new geolocation field to index schema, the old values are
migrated if possible
12 years ago
Michael Peter Christen
f00168ecc5
added gsa result attribute 'has'
12 years ago
reger
65d49df865
security fix: clear automtic password only if adminAccountForLocalhost=false to prevent remote access to protected pages after restart.
...
if adminAccountForLocalhost=true leave automatic password unchanged so access from local host is granted but remote access is preventet from the 1st second.
12 years ago
reger
52a62af184
Merge branch 'master' of git://gitorious.org/yacy/rc1.git
12 years ago
orbiter
2094df2e4e
- correct length computation for BStringObject (bugfix suggested by
...
apfelmaennchen)
- using ASCII for string conversion for Strings generated from Integer
12 years ago
reger
2d2be546fe
fix path to env/grafics to display api icon on meta data page
12 years ago
orbiter
6d03433cda
- added hack to prevent that stream servlet paths are not parsed wrongly
...
if the path contains a dot.
- added also warnings if documents are requests which do not exist.
12 years ago
orbiter
a1227879a9
release 1.1
12 years ago
orbiter
7ac259477f
added a direct access to solr search api to enhance the visibility if
...
the embedded solr
12 years ago
orbiter
67f2866cd0
small fixes
12 years ago
orbiter
ce156a01ba
Merge commit 'c2341a175fdd755a34965ff63c7ea437b380352d'
12 years ago
David Rubio
c2341a175f
Fixed a bug that prevented Yacy from indexing files with non ASCII filenames in FTP servers.
...
Previously Yacy could read file listings in UTF-8, but couldn't send commands to the FTP server in UTF-8 (the second byte of every multi-byte character was ignored), which caused a lot of errors on the server side.
Now it handles UTF-8 correctly.
12 years ago
orbiter
3ebc4264c5
fixed concurrent query
12 years ago
orbiter
29171e2f6c
fixed generation of ontologies from index enumerations
12 years ago
orbiter
7cd302de3e
omit xml parsing when using the embedded solr server
12 years ago
orbiter
787e1c6836
added the
...
QueryResponse query(SolrParams params)
method to the SolrServerConnector which is necessary to use facets in
solr search.
12 years ago
orbiter
01a63ef595
redesign of YaCySchema and SolrDoc handling
12 years ago
orbiter
479bfca571
refctoring
12 years ago
Michael Peter Christen
48a82bc705
log queries anonymous from gsa+solr requests
12 years ago
Michael Peter Christen
ab6ec4ec52
added snippet computation to solr/rss and gsa result writer
12 years ago
Michael Peter Christen
4716546ef5
- reduced memory usage in index transmission using a transformation of
...
Node to Row objects
- removed peerDeparture in solr remote search in case that peer does not
answer (this may be normal because it is allowed to switch this off)
12 years ago
Michael Peter Christen
af764c106c
re-activated audio and video search because they obviously work (!)
12 years ago
Michael Peter Christen
06b0081fdc
fix for NPE during host navigation computation
12 years ago
Michael Peter Christen
feb99bc291
fixed GSA format
12 years ago
Michael Peter Christen
653645c1cf
corrected solr query syntax
12 years ago
Michael Peter Christen
08ae142a3d
- enhanced caching after search queries to solr
...
- reduced caching after short memory
12 years ago
orbiter
716ea0cfe2
sorted the solr schema into mandatory and optional fields; reduced
...
number of used field to reduce solr index size
12 years ago
orbiter
9b8c8c0f47
fix from gaston in
...
http://forum.yacy-websuche.de/viewtopic.php?p=26909#p26909
12 years ago
orbiter
acb9f04e80
removed unused classes
12 years ago
Michael Peter Christen
0ad52ac4c3
gsa bugfix for date parser
12 years ago
Michael Peter Christen
3ce4c2f937
fixes for gsa result format
12 years ago
Michael Peter Christen
2d5fdfeb65
added authorization-based maximum results limitation to solr and gsa
...
search
12 years ago
Michael Peter Christen
67d235fae9
added gzip encoding to solr2sor http interface, client side (server
...
already works)
12 years ago
Michael Peter Christen
a049761e0c
fixed double-check
12 years ago
Michael Peter Christen
6fc5400f91
added a tooltip for search navigation to mention that search pages can
...
be navigated using the TAB key
12 years ago
Michael Peter Christen
f42a57cd7d
gsa format update
12 years ago
Michael Peter Christen
b3aad6cc35
bugfix for remote search when search is done to solr
12 years ago