reger
36202f27b0
improve remote search log, set "Returned Results" to transmitcount (instead of no value)
12 years ago
reger
e89491271f
- fix opensearch discover err msg - webgraph not enabled - if no opensearchdescription link found in index
...
- remove search2.net from sample config (is down)
12 years ago
reger
6a9d0b60a3
make sure configured port is reported on recreated mySeed.txt
12 years ago
reger
254074b11d
Merge branch 'master' of git://gitorious.org/yacy/rc1.git
12 years ago
Michael Peter Christen
870aedf3c6
fixes for better search interface integration in yaml templates
12 years ago
Michael Peter Christen
735eb70525
better search timing; prevents '0 results' for very large local
...
indexes >> 10 mio documents
12 years ago
Michael Peter Christen
5512be6673
fix in GSA result writer which evaluates result context fields as
...
String. After the migration to Solr 4.1.0 'some' of these fields
suddenly are stored as String[]; this patch compensates this confusion.
12 years ago
Michael Peter Christen
342ba1049b
- callback fix
...
- memory allocation problem in RowCollection: if memory is too low, do
not to try to increase by 1 because this leads to very long execution
time and at the end to the same OOM as if we allocate the memory at the
moment we need it even if the resource observer states that this memory
is not there. To compensate this, the increase size is reduced.
12 years ago
orbiter
65d73e5652
renamed callback function to 'callback' because that is a standard for
...
jsonp which is also used in backbone.js/jquery
12 years ago
reger
31d16f20d7
fix invisible icon not found
12 years ago
orbiter
17ae51e741
increased number of links limitation from 1000 to 10000 for rss feeds
...
and html documents
12 years ago
orbiter
243b66ae6d
Merge branch 'master' of git://gitorious.org/~frankensteen91/yacy/frankensteen91s-yacy
12 years ago
Frank
7763f2554f
add the new PPMbar in Crawler_p for a better style and better use.
12 years ago
orbiter
e4d26d1cb4
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
orbiter
940c6849ee
enhanced did-you-mean (a bit): can now remember previously searched
...
words (plus small enhancements)
12 years ago
reger
d57b221921
add: reset Solr schema filed selection to default button in IndexSchema_p
12 years ago
Michael Peter Christen
a725a4242f
main release 1.4
12 years ago
Michael Peter Christen
9406a2e438
fixed NPE during index abstract computation
12 years ago
Michael Peter Christen
16e9d4d1dd
added a restart hint
12 years ago
Michael Peter Christen
d725782440
turned severe message to warning message about network failure events
12 years ago
Michael Peter Christen
b3a54d5b1c
fix for wrong class name in log
12 years ago
Michael Peter Christen
2d36a7eaf5
- do not create a new query for all remote peers
...
- no document search this time
- adjusted banner and network to not show 'WORDS' but DHT Chunks. This
is to avoid confusion for robinson peers which do not create Word
Entries
12 years ago
Michael Peter Christen
4af0839be2
use appropriate ranking for each search situation:
...
- when using the /date modifier, a date ranking profile is used
- when using a site: modifier, a ranking profile supporting longer urls
is used
12 years ago
Michael Peter Christen
b8ed66a55d
added all clickdepth computations for source and target paths in
...
webstructure core
12 years ago
Michael Peter Christen
6300730d7f
refactoring of clickdepth computation as preparation for clickdepth
...
computation of webgraph links
12 years ago
Michael Peter Christen
2080fc7406
removed unused tag fields
12 years ago
reger
7804c12976
fix error msg in ConfigHeuristics_p
12 years ago
reger
230a12bfe2
adjust Opensearch discover function to new webgraph Solr schema
12 years ago
orbiter
6b13dd0d3d
added clickdepth field writing for webgraph core (unfinished)
12 years ago
orbiter
47114910d5
fix for possible memory leaks
12 years ago
Michael Peter Christen
addba047e2
changes in ranking computation
...
- an existing ranking servlet for solr was extended. It is now possible
to set boost values for fields, boost functions and boost queries.
- The ranking can have different instances, but currently only the first
one is used
- added an abstraction layer for fields which can be used for search and
those fields can be edited in the solr ranking configruation
- the ranking value from solr within the field score is used to combine
remote search requests, which all are created using the same locally
defined boost values
- reduced the number of fields which are used for search (makes it
faster)
- replaced some text fields by string fields (makes indexing faster)
- removed classes which had no use
- made a large number of experiments for a better ranking and created a
temporary setting which prefers hits inside titles
- adjusted also the RWI-based ranking computation to 'prefer title'
- made special cases like for portal search where no post-processing and
post-ranking is wanted: this keeps the original ranking order as done by
Solr
- fixed many bugs with old settings for ranking
12 years ago
reger
38f46eb33d
set RootNodeFlag only if EmbeddedSolr is connected (as RootNodes may receive direct Solr queries)
12 years ago
reger
2962f2b9e9
Merge branch 'master' of git://gitorious.org/yacy/rc1.git
12 years ago
orbiter
ab74d559fb
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
Michael Peter Christen
4490133909
removed target_tag_s (superfluous)
12 years ago
orbiter
cd197bb555
fix for NPE if surrogates do not exist
12 years ago
reger
6ae30f9d0f
replace the terminateOldSessions - return immediate time from fixed 3 sec to requested minage parameter
12 years ago
Michael Peter Christen
68e739a90b
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
Michael Peter Christen
3d9ce9cd04
- added more selection criteria for network seed list
...
- enhanced up script
12 years ago
orbiter
168e8d9b4d
added/fixed missing DOCTYPE line (submitted by Thomas)
12 years ago
Michael Peter Christen
252bb51f98
fix for wrong mime type in noload crawler
12 years ago
Michael Peter Christen
25300913fa
fixes to search debugging after testing with the different search
...
debugging options
12 years ago
Michael Peter Christen
81380ae5c8
Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git
12 years ago
Michael Peter Christen
c2fde018b5
concurrent snippet fetching from solr results which do not have snippets
12 years ago
orbiter
b1140e3d82
added debug switches for detailed search testing
12 years ago
orbiter
cdbfddf091
added filter queries for better image, audio and video results
12 years ago
Michael Peter Christen
587ef83eab
added missing cleanup statements for short memory cases during search
12 years ago
orbiter
2562f052b9
do not put the fulltext field text_t into the search cache because it is
...
not used there and uses a lot of memory
12 years ago
Michael Peter Christen
2b6c79d347
in method exists() also use the new caching-stacks for
...
documents/metadata
12 years ago
Michael Peter Christen
ae734b3f8d
enhanced the search result processing
...
- no waiting time at the end
- switched on 'classic' snippet production and verification (again)
12 years ago