reger
702c30e619
add info text icon next to Augmented Browsing check-box
...
with hint to config page
10 years ago
reger
4c907bec89
show "Augmented Browsing" link in search result only if urlproxy allowed and option switched on in layout
...
(AugmentedBrowsing_p.html, ConfigSearchPage_p.html)
as user only gets a error page if the option is not enabled
10 years ago
Michael Peter Christen
b060ba900d
added parsing of contentprop attribute in html tags for
...
content='startDate' and content='endDate'. The value of these field is
now written to new solr fields startDates_dts and endDates_dts.
10 years ago
Michael Peter Christen
a08a3c5f29
reverted json syntax for facet results to version from january
10 years ago
Michael Peter Christen
4cb4f67f38
added parsing of dd, dt and article html fields. The parsed result is
...
written to special solr fields which are deactivated by default.
10 years ago
reger
1395f10e95
fix typecast for css links
10 years ago
Michael Peter Christen
3288489fd2
more logging during start-up
10 years ago
Michael Peter Christen
abaaaef5f1
fix for filter queries
10 years ago
Michael Peter Christen
d8cc773d05
fix for not valid json in case that topics are switched off
10 years ago
Michael Peter Christen
4d00175157
<experimental> added parsing of <article> html element.
...
Whenever such an element occurs, the complete content of all article
elements replaces the parsed <content> part of documents.
10 years ago
Michael Peter Christen
1df6492019
enhanced suggestions
10 years ago
Michael Peter Christen
c7fdde3bd1
replaced "fork me" banner with github banner
10 years ago
Michael Peter Christen
876cdb083f
Merge branch 'master' of github.com:yacy/yacy_search_server
10 years ago
Michael Peter Christen
699a81ae01
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen
ae02c92fd0
logging fix
10 years ago
reger
642daad528
upd to httpcore 4.4.1
10 years ago
Michael Peter Christen
5651713134
better debugging of fq
10 years ago
Michael Peter Christen
f5a032f293
split query into filter query and text query to get better ranking
...
results and faster results
10 years ago
Michael Peter Christen
36e9cdb376
testing switching off cold searchers; maybe this brings performance
...
enhancements when using large facets
10 years ago
Michael Peter Christen
2e88028c1a
when selecting collections in navigation, do show the un-selected
...
collections in search result. When selecting one of them in another
search, switch off the previously selected collection. This actually
turns the collection navigation modifier into a radio-button like
behaviour
10 years ago
Michael Peter Christen
1de9b21c65
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger
5f4cd8d6f5
replace deprecated getIP with getIPs in AbstractRemoteHandler
10 years ago
reger
01759e9af9
upd to PDFBox 1.8.9
10 years ago
reger
c5398c3c88
include htroot (*.class) in maven clean
...
harmonize antrun javac call in pom with build.xml
10 years ago
reger
2f592a8063
add SynonymLibrary status to DictionaryLoader_p servlet
...
http://mantis.tokeek.de/view.php?id=564
10 years ago
Michael Peter Christen
fa7edc9f7a
refactoring of filter queries (several queries instead only one)
10 years ago
reger
c59ebde083
show location nav as selectable nav in search page layout
...
- switch automatically on upon load of geodata provider
- but allow switch on also without geodata file (and display the location nav if search result has lat/lon location)
10 years ago
Michael Peter Christen
5bc1e5cfbf
use a cursor hand on facet headline to show that this is clickable
10 years ago
Michael Peter Christen
40389987ec
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
Michael Peter Christen
f9ba50379d
added an expansion option to search facets on result page:
...
- if less or equal of 8 facet options are present, they are shown by
default
- if more facet options are present, they are hidden
To view or hide all facets, just click on the facet header bar
10 years ago
reger
1f0f77bb77
make location facet return results
...
for location nav facet of field coordinate_p does not return results, now using coordinate_p_0_coordinate as alternative to get facet counts. As the actual facet value is not used this should not harm any analysis (even if facet is a incomplete location).
If facet value is used in future likely *_geohash field could be introduced (for facet and other ... as transport value)
10 years ago
reger
b1ec0644e5
fix NPE in location search on missing/empty PubDate in underlaying rss data
10 years ago
reger
c1dcc8c456
fix display and limit of max server connections after startup
...
(on restart value returned to default=50)
This has no effect on Jetty but the limit is still respected.
10 years ago
reger
2f84b04fa9
add err msg on failure during Load_rss
10 years ago
reger
96292cf3eb
shorten exception loggin on not available connection in Load_RSS_p servlet
10 years ago
reger
839b962c20
correct percent encoding for '%' char
10 years ago
reger
66d0b5046a
fix NPE on viewfile of url not in index
10 years ago
Michael Peter Christen
5789c96292
fix: banner did not show link and qph for portal mode
10 years ago
Michael Peter Christen
9bf0d7ecb9
added a new collection type 'dht' to all documents from the peer-to-peer
...
interface to distinguish rich and poor document data.
This also reverts some changes from commit
796770e070
because the firstSeen database
is the wrong method to distinguish these types of data
10 years ago
reger
7fcf0d0b71
fix missing display of CrawlerMonitor -> robots.txt Monitor
...
revert delete of file api/table_p.html see 3ffe19b85c
(still used in this menu)
10 years ago
Marc Nause
efadb710a4
Updated Git links from Gitorious to Github.
10 years ago
reger
796770e070
prevent overwrite of crawled or received full documents by (newer) metadata
...
To protect rich index data (full resource) from overwriting by metadata gathered during remote search,
the newly introduced "firstSeen" index is used to differentiate between full-resource-doc and metadata,
as a "firstSeen" entry is only added on store's of full-resource-docs (during crawl or remote search).
10 years ago
reger
7cf28c4f94
upd to Jetty 9.2.10
10 years ago
Michael Peter Christen
ee2490ab98
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
10 years ago
reger
431311df42
fix get fresh_date_dt to allow returned value to be date in future
10 years ago
otter
74c7e8b686
Fixes hanging FlushThread (see
...
http://forum.yacy-websuche.de/viewtopic.php?f=5&t=5447 )
by replacing put() method by the more robust add() to
add a merge job to the queue.
10 years ago
reger
f63fff9008
fix snippet containig number with comma as desmo point http://mantis.tokeek.de/view.php?id=344
...
to keep it as one word (by altering the split regex)
- added sniipet test case with number
- regex for word split to match multiple splitcars
10 years ago
reger
b241264632
fix error on *abc query input
...
http://mantis.tokeek.de/view.php?id=486
10 years ago
reger
2ef8ffdb60
apply UTF-8 encoding
...
copied from escape()
10 years ago
reger
7120ea42f1
fix for path with char code > 255
...
(causing index out of bound exception)
+ test cas for it
10 years ago