On Tue, Jul 28, 2009 at 6:39 AM, Erik Hatcher wrote:
>
> On Jul 27, 2009, at 6:13 PM, ranjitr wrote:
>
>>
>> Ok, I think I found an alternative.
>>
>> With Solr 1.3, trying to reload the core from the browser using:
>> http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1
>>
>> doesn't w
On Jul 27, 2009, at 6:13 PM, ranjitr wrote:
Ok, I think I found an alternative.
With Solr 1.3, trying to reload the core from the browser using:
http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1
doesn't work (this problem does not happen with nightly build).
But I use curl
I'm doing some testing with field collapsing, and early results look good.
One thing seems odd to me however. I would expect to get back one block of
results, but I get two - the first one contains the collapsed results, the
second one contains the full non-collapsed results:
...
...
This see
Ok, I think I found an alternative.
With Solr 1.3, trying to reload the core from the browser using:
http://localhost:8984/solr/admin/cores?action=RELOAD\&core=core1
doesn't work (this problem does not happen with nightly build).
But I use curl as in:
curl http://localhost:8984/solr/admin/co
Koji Sekiguchi wrote:
To debug quert parser, use FULL INTERFACE admin form
(http://localhost:8983/solr/admin/form.jsp)
and check Debug: enable and see debug info. You cannot use
analysis.jsp for this purpose
because it doesn't use query parser.
I see, good to know... I was already very confused
Hello again!
Yes, I know some of us are still recovering from OSCON. It's time for
another delicious meetup to chat about Hadoop, HBase, Solr, Lucene,
and more!
UW is quite a pain for us to access until August, so we're changing
the venue to one pretty close:
Piccolo's Pizza
5301 Roosevelt Way N
Committed
On Jul 27, 2009, at 7:18 AM, Grant Ingersoll wrote:
See SOLR-1310
On Jul 26, 2009, at 2:10 PM, Grant Ingersoll wrote:
I did test it, one unit test currently fails.
On Jul 24, 2009, at 9:34 PM, Yonik Seeley wrote:
On Fri, Jul 24, 2009 at 9:16 PM, Peter Wolanin> wrote:
Sadly, I h
Hi,
I'm seeing the same problem with the SWAP CoreAdmin command.
With Solr nightly build, I can create a new core with the CREATE admin
command & do a SWAP as many times as I like.
I see the following after I issue the SWAP command:
"INFO: swaped: core1 with core3"
But with Solr 1.3, I'm able
What's the line number that is giving the NPE? Can you paste in a
stack trace?
-Grant
On Jul 27, 2009, at 10:59 AM, gwk wrote:
gwk wrote:
Hi,
I'm playing around with sorting via functionqueries, and I've set
_val_ to the following:
sum(product(always_on_top,5),recip(rord(publication_d
gwk wrote:
Hi,
I'm playing around with sorting via functionqueries, and I've set
_val_ to the following:
sum(product(always_on_top,5),recip(rord(publication_date),1,1000,1000))
Where the field always_on_top is a simple boolean field, where
documents with always_on_top:true should always be
Hi,
Does anyone have an update on this problem?
Thank you.
--- On Sun, 7/26/09, Ranjit Raveendran wrote:
From: Ranjit Raveendran
Subject: Re: Core not reloading in Solr 1.3
To: solr-user@lucene.apache.org
Date: Sunday, July 26, 2009, 11:42 AM
Hi Shalin,
Thank you for the reply.
I do re-in
Hi,
I'm playing around with sorting via functionqueries, and I've set _val_
to the following:
sum(product(always_on_top,5),recip(rord(publication_date),1,1000,1000))
Where the field always_on_top is a simple boolean field, where documents
with always_on_top:true should always be on top. I ra
On Jul 27, 2009, at 7:06 AM, prerna07 wrote:
Hi,
I want to create a txt file named as lemmatisation.txt and want to
use it
through filter factory. This flow will work similar to synonym filter
factory
please provide information on below mentioned points;
1) What are the steps to create a
See SOLR-1310
On Jul 26, 2009, at 2:10 PM, Grant Ingersoll wrote:
I did test it, one unit test currently fails.
On Jul 24, 2009, at 9:34 PM, Yonik Seeley wrote:
On Fri, Jul 24, 2009 at 9:16 PM, Peter Wolanin> wrote:
Sadly, I had to muis the meetup in NYC, but looking over the slides
(http:/
Hi,
I want to create a txt file named as lemmatisation.txt and want to use it
through filter factory. This flow will work similar to synonym filter
factory
please provide information on below mentioned points;
1) What are the steps to create a new filter factory which is similar to
synonym filt
15 matches
Mail list logo