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:
http://www.nabble.com/what-is-
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 se
Hello all,
I need to get wildcard searches with highlighting up and running. I'd
like to get it to work with a DismaxHandler, but I'll settle with
starting with the StandardRequestHandler. I've been reading the some of
the past mails on wildcard searches and Solr-195. It seems I need to
change th
Probably your best bet is to create a new QParser(Plugin) that uses
Lucene's QueryParser directly. We probably should have that available
anyway in the core, just so folks coming from Lucene Java have the
same QueryParser.
Erik
On Sep 2, 2008, at 7:11 AM, Brian Carmalt wrote:
He
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
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: Fr
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 AM
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 not
: 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 ValueSo
: 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
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 one
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 documen
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.
>
> B
using a SAN to persistent your data doesn't effect performance.
On 9/2/08, Yongjun Rong <[EMAIL PROTECTED]> wrote:
> 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 S
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 =
15 matches
Mail list logo