Solr Documentation NEEDED | Solr 1.4 on Ubuntu 10.04 LTS


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Solr Documentation NEEDED | Solr 1.4 on Ubuntu 10.04 LTS
# 1  
Old 12-05-2011
Solr Documentation NEEDED | Solr 1.4 on Ubuntu 10.04 LTS

I have Solr 1.4 running on Tomcat6 installed in an Ubuntu 10.04 LTS openVZ container. I am looking for documentation on Solr. I need to know where Solr and Tomcat do their logging by default when installed from the standard Ubuntu apt repo. I would like to know more about both technologies but Solr in particular seems to be lacking some good documentation. Can someone point me in the right direction?
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Ubuntu

Emacs printing with Ubuntu 14.04 LTS

I am trying to setup a development environment that mirrors my Windows and SCO Unix systems. I use emacs and I am having trouble printing. I keep getting the error message; Symbol's function definition is void: default-printer-name I have googled this and for possible answers for... (0 Replies)
Discussion started by: trolley
0 Replies

2. Programming

Solr--Basic Example execution error

Hello , I am new bee to Solr and trying to run sample example for solr . java -Durl=http://locahost:8983/solr/update -jar post.jar books.csv Error SimplePostTool version 1.5 Posting files to base url http://locahost:8983/solr/update using content-type... (3 Replies)
Discussion started by: Tomlight
3 Replies

3. UNIX for Dummies Questions & Answers

Error while installing glibc 2.16.0 on ubuntu 12.04 LTS

I come across the following error while configuring glibc 2.16.0 on ubuntu 12.04 LTS:"These critical programs are missing or too old: ld". Please suggest me a solution for the same at the earliest. (1 Reply)
Discussion started by: nov_2012
1 Replies

4. Ubuntu

GUI for a single user using Ubuntu 10.04 LTS

I setup an Ubuntu 10.04 server which has several developers on the box. I have been ask to add a gui to the server. Only one developer want the gui to start when she logs in(runlevel 2 with a GUI). I am used to seeing an /etc/inittab file which I cannot seem to find under this Ubuntu version. So... (1 Reply)
Discussion started by: metallica1973
1 Replies

5. Solaris

Ubuntu 10.04 LTS vs Solaris 10

Hello, I am considering Ubuntu 10.04 (ubuntu-10.04.3-desktop-amd64.iso) and also Solaris 10 (sol-10-u10-ga2-x86-dvd.iso) for different hardware applications and I had a few questions. The hardware on my laptop is: HP Pavilion dv4 2045-dx x64 laptop AMD Turion(tm) II Dual-Core Mobile M500... (4 Replies)
Discussion started by: Marcus Aurelius
4 Replies
Login or Register to Ask a Question
SOLRCLIENT(3)								 1							     SOLRCLIENT(3)

The SolrClient class

INTRODUCTION
Used to send requests to a Solr server. Currently, cloning and serialization of SolrClient instances is not supported. CLASS SYNOPSIS
SolrClient final SolrClient Constants o const integer$SolrClient::SEARCH_SERVLET_TYPE1 o const integer$SolrClient::UPDATE_SERVLET_TYPE2 o const integer$SolrClient::THREADS_SERVLET_TYPE4 o const integer$SolrClient::PING_SERVLET_TYPE8 o const integer$SolrClient::TERMS_SERVLET_TYPE16 o const integer$SolrClient::SYSTEM_SERVLET_TYPE32 o const string$SolrClient::DEFAULT_SEARCH_SERVLETselect o const string$SolrClient::DEFAULT_UPDATE_SERVLETupdate o const string$SolrClient::DEFAULT_THREADS_SERVLETadmin/threads o const string$SolrClient::DEFAULT_PING_SERVLETadmin/ping o const string$SolrClient::DEFAULT_TERMS_SERVLETterms o const string$SolrClient::DEFAULT_SYSTEM_SERVLETsystem Methods o public SolrUpdateResponse SolrClient::addDocument (SolrInputDocument $doc, [bool $overwrite = true], [int $commitWithin]) o public void SolrClient::addDocuments (array $docs, [bool $overwrite = true], [int $commitWithin]) o public SolrUpdateResponse SolrClient::commit ([bool $softCommit = false], [bool $waitSearcher = true], [bool $expungeDeletes = false]) o public SolrClient::__construct (array $clientOptions) o public SolrUpdateResponse SolrClient::deleteById (string $id) o public SolrUpdateResponse SolrClient::deleteByIds (array $ids) o public SolrUpdateResponse SolrClient::deleteByQueries (array $queries) o public SolrUpdateResponse SolrClient::deleteByQuery (string $query) o public void SolrClient::__destruct (void ) o public string SolrClient::getDebug (void ) o public array SolrClient::getOptions (void ) o public SolrUpdateResponse SolrClient::optimize ([int $maxSegments = 1], [bool $softCommit = true], [bool $waitSearcher = true]) o public SolrPingResponse SolrClient::ping (void ) o public SolrQueryResponse SolrClient::query (SolrParams $query) o public SolrUpdateResponse SolrClient::request (string $raw_request) o public SolrUpdateResponse SolrClient::rollback (void ) o public void SolrClient::setResponseWriter (string $responseWriter) o public bool SolrClient::setServlet (int $type, string $value) o public void SolrClient::system (void ) o public void SolrClient::threads (void ) PREDEFINED CONSTANTS
o SolrClient::SEARCH_SERVLET_TYPE -Used when updating the search servlet. o SolrClient::UPDATE_SERVLET_TYPE -Used when updating the update servlet. o SolrClient::THREADS_SERVLET_TYPE -Used when updating the threads servlet. o SolrClient::PING_SERVLET_TYPE -Used when updating the ping servlet. o SolrClient::TERMS_SERVLET_TYPE -Used when updating the terms servlet. o SolrClient::SYSTEM_SERVLET_TYPE -Used when retrieving system information from the system servlet. o SolrClient::DEFAULT_SEARCH_SERVLET -This is the intial value for the search servlet. o SolrClient::DEFAULT_UPDATE_SERVLET -This is the intial value for the update servlet. o SolrClient::DEFAULT_THREADS_SERVLET -This is the intial value for the threads servlet. o SolrClient::DEFAULT_PING_SERVLET -This is the intial value for the ping servlet. o SolrClient::DEFAULT_TERMS_SERVLET -This is the intial value for the terms servlet used for the TermsComponent o SolrClient::DEFAULT_SYSTEM_SERVLET -This is the intial value for the system servlet used to obtain Solr Server information PHP Documentation Group SOLRCLIENT(3)