SOLR 1.2 Multicore configuration

2008-08-13 Thread McBride, John
Hi, I am deploying an application across 3 geographies - and as a result will be running multiple solr instances on one host. I don't want to set up separate wars running on different ports as this will cause an increased number of firewall requests and require more management to track the set

RE: SOLR 1.2 Multicore configuration

2008-08-13 Thread McBride, John
Subject: Re: SOLR 1.2 Multicore configuration Check: http://wiki.apache.org/solr/MultiCore If you can wait a few days, there will likely be a 1.3 release candidate out soon. On Aug 13, 2008, at 11:30 AM, McBride, John wrote: Hi, I am deploying an application across 3 geographies

SOLR Timeout

2008-07-09 Thread McBride, John
Hello All, Prior to SOLR 1.3 and nutch patch integration - what actually is the effect of SOLR (non)-timeout? Do the threads eventally die? DOes a new request cause a new query thread to open, or is the system locked? What causes a timeout- a complex query? Is SOLR 1.2 open to DoS

snapshooter configuration

2008-06-19 Thread McBride, John
Hello, In my solrconfig I have the entry: !-- A postCommit event is fired after every commit or optimize command listener event=postCommit class=solr.RunExecutableListener str name=exesolr/bin/snapshooter/str str name=dir./str bool name=waittrue/bool arr name=args strarg1/str

Bug Solr/bin/commit problem - fails to commit correctly and render response

2008-06-18 Thread McBride, John
Hello, I am using the solr/bin/commit file to commit index changes after index distribution in the collection distribution operations model. The commit script is printed at the end of the email. When I run the script as is, I get the following error: commit request to Solr at port 8080 failed

RE: Bug Solr/bin/commit problem - fails to commit correctly and render response

2008-06-18 Thread McBride, John
Ok I checked out the nightly builds and the two changes have been made. I will use the SOLR 1.3 version of solr/bin/commit. Thanks, John -Original Message- From: McBride, John [mailto:[EMAIL PROTECTED] Sent: 18 June 2008 11:48 To: solr-user@lucene.apache.org Subject: Bug Solr/bin

Exposing admin through XML

2008-06-16 Thread McBride, John
Hello, I have noticed that the solr/admin page pulls in XML status information from add on modules in solr eg DataImportHandler. Is the core SOLR statistical data exposed through an XML API, such that I could collate all SOLR Slave status pages into one consolidated admin panel? Thanks,

Analytics e.g. Top 10 searches

2008-06-06 Thread McBride, John
Hello, Is anybody familiar with any SOLR-based analytical tools which would allow us to extract top ten seaches, for example. I imagine at the query parse level, where the query is tokenized and filtered would be the best place to log this, due to the many permutations possible at the user

Indexing HTML Content

2008-05-22 Thread McBride, John
Hello, In my application I wish to index articles which are stored in HTML format. Upon indexing these the html gets stored along with the content of the article, which is undesirable. Do you know of any common way of parsing the text content from HTML before adding to SOLR? I understand SOLR