Michael Peter Christen
4634f0e626
fix for images_withalt
13 years ago
Michael Peter Christen
e65cecc419
- updated lucene libraries to 3.6.1
...
- added lucene-grouping which enables faceted search; try this:
http://localhost:8090/solr/select?q=*:*&start=0&rows=3&facet=true&facet.field=host_s
13 years ago
Michael Peter Christen
1754fbb6d9
Merge remote-tracking branch 'reger/master'
13 years ago
Michael Peter Christen
4d29f59a27
removed warnings
13 years ago
Michael Peter Christen
8c099d2106
Merge remote-tracking branch 'origin/master'
...
Conflicts:
htroot/api/ymarks/import_ymark.java
source/de/anomic/data/ymark/YMarkEntry.java
source/de/anomic/data/ymark/YMarkTables.java
13 years ago
apfelmaennchen
59bd478ed1
Added more sophisticated RDF output for YMarks, including the folder
...
structure (b:Topic) and support for multiple tags (dc:subject) and
folders (b:hasTopic) via rdf:Bag container.
13 years ago
apfelmaennchen
d31a632951
- added dmoz RDF dump importer
...
- added indexing to Tables columns to support larger bookmark
collections
- added RDF output (HTTP) for public bookmarks at /YMarks.rdf
- YMarkRDF also provides a Jena RDF Model as "internal" API
- various other changes/fixes for YMarks (mainly backend)
13 years ago
reger
40d8086bf7
keep input order of translation entries within one file section.
...
Allowing on translation conflicts (translaton of words contained in other sentence) to put shorter key at the end of the translation list.
13 years ago
Michael Peter Christen
10b911eed4
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
13 years ago
Michael Peter Christen
be67c70a47
added Solr fields:
...
inboundlinks_text_chars_val
inboundlinks_text_words_val
inboundlinks_alttag_txt
outboundlinks_text_chars_val
outboundlinks_text_words_val
outboundlinks_alttag_txt
13 years ago
orbiter
d73fff0e0e
added solr field images_withalt_i
13 years ago
orbiter
66ac4076c2
added disjunction '|' option to site parameter in GSA API
13 years ago
sixcooler
a975bcffcb
clear fulltext-cache and stop crawling if running out of memory
13 years ago
sixcooler
e78fe3f477
also do a clearcache on the solr-connector-caches
13 years ago
sixcooler
9ee2e09983
statistics for solr-cache
13 years ago
Michael Peter Christen
d8425e6809
added collections to crawl monitor
13 years ago
Michael Peter Christen
ee23fc7a32
added h1..h6 counter fields
13 years ago
Michael Peter Christen
4b36a2c3b4
small style changes
13 years ago
Michael Peter Christen
8ca842b137
added new button design to more buttons
13 years ago
Michael Peter Christen
04709e91d7
add nice submit buttons to pdblue skin
13 years ago
Michael Peter Christen
ef6de52ab5
dependency is java6 only
13 years ago
Michael Peter Christen
b2b516cc3e
added a collection attribute to crawls and searches:
...
- a solr field collection_sxt can be used to store a set of crawl tags
- when this field is activated, a crawl tag can be assigned when crawls
are started
- the content of the collection field can be comma-separated, all of
them are assigned to the documents when they are indexed as result of
such a crawl start
- a search result can be drilled down to a specific collection; this is
currently only available in the solr interface and also in the gsa
interface using the 'site' option
- this adds a mandatory field for gsa queries (the google api demands
that field all the time)
13 years ago
Michael Peter Christen
174530a9e0
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
13 years ago
apfelmaennchen
43f3a932fd
removed jquery.slider as it is already included as part of jquery-ui
...
package
13 years ago
apfelmaennchen
a01eb1b7fe
removed unused jquery plugin slider as it is part of jquery-ui package
13 years ago
Michael Peter Christen
4815713ec7
added synchronization to solr server requests since lucene is not
...
thread-safe. We experienced problems as described in
http://stackoverflow.com/questions/5327978/lockobtainfailedexception-updating-lucene-search-index-using-solr
13 years ago
Michael Peter Christen
f75b3f8a47
added more patches to work without RWI data structure
13 years ago
Michael Peter Christen
a427a68bac
removed many warnings
13 years ago
Michael Peter Christen
c72c435517
- moved the gsa search interface from /gsa/searchresult? to /gsa/search?
...
- fixed the NB field data
13 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
13 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 (!)
13 years ago
Michael Peter Christen
3142e675e8
fixed problems with GSA api:
...
- better FS attribute
- highlightning of searched words in title
13 years ago
Michael Peter Christen
3b19fe7b52
- fixed num parameter in GSA api
...
- changed FS attribute in GSA api
13 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
13 years ago
Michael Peter Christen
75d5e3475d
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
13 years ago
cominch
a2841261bd
content control: apply filter if enabled to crawls
13 years ago
cominch
dc468dad01
add content control features for custom filter lists
13 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
13 years ago
orbiter
a3d5959981
Merge commit '65d49df865f60511d22d86fb15c33a082176e7ab'
13 years ago
Michael Peter Christen
4521d63c92
added boosts to solr search queries
13 years ago
Michael Peter Christen
4c79ddb91e
switched off some solr logging
13 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
13 years ago
Michael Peter Christen
f00168ecc5
added gsa result attribute 'has'
13 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.
13 years ago
reger
52a62af184
Merge branch 'master' of git://gitorious.org/yacy/rc1.git
13 years ago
orbiter
2094df2e4e
- correct length computation for BStringObject (bugfix suggested by
...
apfelmaennchen)
- using ASCII for string conversion for Strings generated from Integer
13 years ago
reger
2d2be546fe
fix path to env/grafics to display api icon on meta data page
13 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.
13 years ago
orbiter
a1227879a9
release 1.1
13 years ago
orbiter
7ac259477f
added a direct access to solr search api to enhance the visibility if
...
the embedded solr
13 years ago