Tips for searching

2007-11-30 Thread Dave C .
Hello, I was wondering if someone could offer some suggestions for a problem I am having. When I perform a query on a field using a single character, I get no results back: for example, if i search on the description field for the character 'a', i.e. (description:a), I get no results back. I

RE: Tips for searching

2007-11-30 Thread Dave C .
Date: Fri, 30 Nov 2007 16:40:41 -0800 To: solr-user@lucene.apache.org On 30-Nov-07, at 4:27 PM, Dave C. wrote: When I perform a query on a field using a single character, I get no results back: for example, if i search on the description field for the character 'a', i.e

RE: Tips for searching

2007-11-30 Thread Dave C .
: Fri, 30 Nov 2007 16:40:41 -0800 To: solr-user@lucene.apache.org On 30-Nov-07, at 4:27 PM, Dave C. wrote: When I perform a query on a field using a single character, I get no results back: for example, if i search on the description field for the character 'a', i.e. (description:a), I

Pagination with Solr

2007-11-19 Thread Dave C .
Hello again, I'm trying to accomplish very basic pagination with my Solr search results. What I'm trying is to parse the response for numFound:some number and if this number is greater than the rows parameter, I send another search request to Solr with a new start parameter. Is there a better

RE: Query multiple fields

2007-11-18 Thread Dave C .
okay thanks for the details - David Date: Sun, 18 Nov 2007 22:14:23 -0500 From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Subject: Re: Query multiple fields On Nov 18, 2007 9:58 PM, Dave C. [EMAIL PROTECTED] wrote: According to the Lucene query syntax: The symbol can

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 Dave C .
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 11/18/07, Dave C. [EMAIL PROTECTED] wrote: Hello, I've been trying to figure out how to query multiple fields

RE: Query multiple fields

2007-11-17 Thread Dave C .
:) 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 11/18/07, Dave C. [EMAIL PROTECTED] wrote

Multiple uniqueKey fields

2007-11-13 Thread Dave C .
Hello, I just started using Solr and have a question regarding unique keys. Is it somehow possible to specify more than 1 unique key? The problem is, some of my indexed data has one particular unique field, while other data does not have this field at all and uses another field for unique-ness.

RE: Multiple uniqueKey fields

2007-11-13 Thread Dave C .
is always guaranteed to be unique you should be fine. - will -Original Message- From: Dave C. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 13, 2007 2:07 PM To: solr-user@lucene.apache.org Subject: Multiple uniqueKey fields Hello, I just started using Solr and have a question

Solr java tutorial

2007-11-13 Thread Dave C .
Hi everyone, My next question is: is there a beginner's tutorial on how to programmatically query solr? I have seen some users' do things like: SolrServer server = getSolrServer(); SolrQuery solrQuery = new SolrQuery(); solrQuery.setQuery(..); QueryResponse

RE: Solr java tutorial

2007-11-13 Thread Dave C .
a drop down of all the available options - i find this invaluable for learning what is possible. ryan Dave C. wrote: Hi everyone, My next question is: is there a beginner's tutorial on how to programmatically query solr? I have seen some users' do things like

RE: Solr java tutorial

2007-11-13 Thread Dave C .
Ah... :( Is there a timeline for the 1.3 release? - david Date: Tue, 13 Nov 2007 18:33:01 -0500 From: [EMAIL PROTECTED] To: solr-user@lucene.apache.org Subject: Re: Solr java tutorial Dave C. wrote: I'm really confused...is SolrJ coming in Solr 1.3 (which hasn't been released yet

Embedded Solr

2007-11-13 Thread Dave C .
Hello again, This is a horribly newbie question, but what exactly is meant by embedded solr? Thanks a lot, David _ Boo! Scare away worms, viruses and so much more! Try Windows Live OneCare!