what is the purpose of multiple solr weapps

2008-09-02 Thread sanraj25
Hi i want to know what is the purpose of multiple solr weapps? If we create like that,can we load large amount of data? please help me .In what situation we should go for multiple solr webapps Thanks in advance -Santhanaraj R -- View this message in context:

Re: what is the purpose of multiple solr weapps

2008-09-02 Thread Neeti Raj
Hi Santhanaraj I have used multiple solr webapps with Tomcat container for my projects. My idea was to have a single Solr server catering to multiple projects with completely different databases/indexes. So as far as Solr goes, only the Solr directory (containing bin, conf and data) needs to be

Check on Solr 1.3?

2008-09-02 Thread Jon Baer
Hi, Was wondering if there was an update on a push for a final 1.3? Wanted to build a final .war but wondering status and if I should hold off ... everything in trunk seems promising any major issues? Thanks. - Jon

RE: Performance of putting the solr data in SAN.

2008-09-02 Thread Yongjun Rong
Hi, I did not get any response from this maillist about this quesiton. Does that mean no one in this mail list used Solr with SAN? Please reply to me if you use solr with SAN. Thank you very much. Yongjun Rong -Original Message- From: Yongjun Rong [mailto:[EMAIL PROTECTED] Sent:

Re: Check on Solr 1.3?

2008-09-02 Thread Grant Ingersoll
Barring anything major, it should be out this week or early next. We've published one Release Candidate so far, and another one will be available today. I have been announcing this on solr-dev, but have held back on making a broad announcement just yet. -Grant On Sep 2, 2008, at 10:39

Re: Performance of putting the solr data in SAN.

2008-09-02 Thread Nuno Leitao
Hi. It all depends on what SAN you will be using, and also the size of you index when compared to the amount of RAM on your server(s). For example, if your index is only a couple of GB, and your server has sufficient RAM, performance between a SAN and DAD (Directly Attached Disks) will likely

Re: Using score in FunctionQuery

2008-09-02 Thread Chris Hostetter
: Is it possible to use Lucene similarity score in a FunctionQuery (in dismax : boost function, for example) as part of a function? I don't think so ... not directly anyway. FunctionQueries just contribute to the final Lucene score as an additional Query clause. (but there might be a

Re: Question about autocomplete feature

2008-09-02 Thread Chris Hostetter
: First I decided to make it working for solr example. So I pasted the : snippet to schema.xml. Then I edited exampledocs/hd.xml, I added the : ac field to each doc. Value of ac field is a copy of name filed: you didn't need to do that, you could have just used a copyField to make ac get a copy

Adding multiple documents to the server at once.

2008-09-02 Thread Erik Holstad
Hi! I'm trying to add multiple documents to the server at the same time, and it works fine when I know how many I want to add, cause than I can create that man SolrInputDocuments to store them in. But if I don't know the total number in advance, is there a good way of doing this, since reusing

background merge hit exception

2008-09-02 Thread Chris Harris
I've made some changes to my Solr setup, and now I'm getting the background merge hit exception pasted at the end of this message. The most notable changes I've made are: Update to r690989 (Lucene r688745) Change a few things in my schema. In particular, I was previously storing my main document

Re: Adding multiple documents to the server at once.

2008-09-02 Thread Erik Holstad
Never mind :) On Tue, Sep 2, 2008 at 11:23 AM, Erik Holstad [EMAIL PROTECTED] wrote: Hi! I'm trying to add multiple documents to the server at the same time, and it works fine when I know how many I want to add, cause than I can create that man SolrInputDocuments to store them in. But if I

Building a multilevel query.

2008-09-02 Thread Erik Holstad
Hi! I want to do a query that first queries on one specific field and for all those that match the input do a second query. For example if we have a type field where one of the options is user and a title fields includes the names of the users. So I want to find all data with type field = user