yacy_search_server/source/de/anomic
Michael Peter Christen 97b7bcf2a6 added a solr search index
- by default, a (empty) solr storage instance is created at
SEGMENTS/solr_36
- the index is written if in /IndexFederated_p.html the flag "embedded
solr search index" is switched on
- a standard solr query interface is available now with a new servlet at
http://127.0.0.1:8090/solr/select

To test this, do the following:
- switch to webportal mode
- switch on the feature as described
- do a crawl. this fills the solr index. The normal YaCy search will NOT
work now!
- do a solr query, like:
http://127.0.0.1:8090/solr/select?q=*:*
http://127.0.0.1:8090/solr/select?q=text_t:Help
play with different search fields as you can see in
/IndexFederated_p.html
You can use the standard solr query attributes as described in
http://wiki.apache.org/solr/SearchHandler
2012-07-19 11:34:05 +02:00
..
crawler removed a crawler overhead (terminated loop which searches greatest 2012-07-14 13:11:04 +02:00
data replaced more size() > 0 by !isEmpty() 2012-07-12 11:12:21 +02:00
http/server added a solr search index 2012-07-19 11:34:05 +02:00
server added a solr search index 2012-07-19 11:34:05 +02:00
tools - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00