Payloads in Solr

2007-11-17 Thread Tricia Williams
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

Re: score customization

2007-11-17 Thread Yonik Seeley
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. float name=score1.8032384/float If you want to display scores only to the hundredths place, simply do that in

Re: Payloads in Solr

2007-11-17 Thread Yonik Seeley
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 a new

Re: Set result limit to MAX_VALUE causes NullPointerException

2007-11-17 Thread Yonik Seeley
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

How to use solr api for searching but without using web app

2007-11-17 Thread zqzuk
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

Query multiple fields

2007-11-17 Thread Dave C .
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:testtype:10 etc, but I keep getting syntax errors. Can anyone tell me how this can be done? Thanks, David

Re: Query multiple fields

2007-11-17 Thread Nick Jenkin
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

RE: Query multiple fields

2007-11-17 Thread Dave C .
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 text in

RE: Query multiple fields

2007-11-17 Thread Dave C .
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:{