On Nov 15, 2007 4:05 PM, Robert Purdy <[EMAIL PROTECTED]> wrote:
> I was looking in the logs on the production server and noticed some queries
> were taking about 15 seconds
Could be a number of reasons... first make sure a major garbage
collection wasn't triggered at that point in time.
-Yonik
Hi All,
I was wondering how Solr people feel about the inclusion of Payload
functionality in the Solr codebase?
From a recent message to the [EMAIL PROTECTED] mailing list:
I'm working on the issue
https://issues.apache.org/jira/browse/SOLR-380 which is a feature
request that allows
On Nov 15, 2007 11:06 AM, Jae Joo <[EMAIL PROTECTED]> wrote:
> I am looking for the way to get the score - only hundredth - ex.
> 4.09something like that.
> Currently, it has 7 decimal digits. 1.8032384
If you want to display scores only to the hundredths place, simply do
that in your client.
Ther
On Nov 17, 2007 2:18 PM, Tricia Williams <[EMAIL PROTECTED]> wrote:
> I was wondering how Solr people feel about the inclusion of Payload
> functionality in the Solr codebase?
All for it... depending on what one means by "payload functionality" of course.
We should probably hold off on adding
On Nov 15, 2007 10:49 AM, Jörg Kiegeland <[EMAIL PROTECTED]> wrote:
> if I do a query and set the result limit to Integer.MAX_VALUE, it causes
> following exception:
Thanks for the bug report. Could you try the patch in
https://issues.apache.org/jira/browse/SOLR-413
-Yonik
Hi, I have played with the solr example web app, it works well. I wonder how
do I do the same searching, or faceted searching without relying on the web
application, i.e., sending request by urls etc. In other words, essentially
how does the search and faceting work? Could you please point me to
s
Hello,
I've been trying to figure out how to query multiple fields at a time.
For example, I want to do something like: description:test AND type:10.
I've tried things like: "?q=description:test&type:10" etc, but I keep getting
syntax errors.
Can anyone tell me how this can be done?
Thanks,
Dav
Hi David
You had it write in your example :)
description:test AND type:10
But it would probably be wise to wrap any text in parenthesis:
description:(test foo bar baz) AND type:10
You can find more info on the query syntax here:
http://lucene.apache.org/java/docs/queryparsersyntax.html
-Nick
On
oh, awesome thanks
-david
> Date: Sun, 18 Nov 2007 15:24:00 +1300
> From: [EMAIL PROTECTED]
> To: solr-user@lucene.apache.org
> Subject: Re: Query multiple fields
>
> Hi David
> You had it write in your example :)
>
> description:test AND type:10
>
> But it would probably be wise to wrap any
Hi Nick,
Maybe you can help me with this related problem I am having.
My query is: q=description:(test)&&!(type:10)&&!(type:14).
However, my results are not as expected (55 results instead of the expected 23)
The response header shows:
"responseHeader":{
"status":0,
"QTime":1,
"params":{
10 matches
Mail list logo