NullPointerException on queries to new 3rd core

2011-02-04 Thread Alex Thurlow
I just moved to a multi core solr instance a few weeks ago, and it's been working great. I'm trying to add a 3rd core and I can't query against it though. I'm running 1.4.1 (and tried 1.4.0) with the spatial search plugin. This is the section in solr.xml I've removed the index dir and c

Re: Lock obtain timed out: NativeFSLock

2011-02-01 Thread Alex Thurlow
I'm going to go ahead and replay to myself since I solved my problem. It seems I was doing one more update to the data at the end and wasn't doing a commit, so it then couldn't write to the other core. Adding the last commit seems to have fixed everything. On 2/1/2011 11:08 A

Lock obtain timed out: NativeFSLock

2011-02-01 Thread Alex Thurlow
I recently added a second core to my solr setup, and I'm now running into this "Lock obtain timed out" error when I try to update one core after I've updated another core. In my update process, I add/update 1000 documents at a time and commit in between. Then at the end, I commit and optimize

Is solr 4.0 ready for prime time? (or other ways to use geo distance in search)

2011-01-21 Thread Alex Thurlow
Hi all, I've been using solr 1.4 and it's working great for what I'm doing. However, I'm now finding a need to filter results by location. Searching around, I see that the distance functions are implemented in solr 4.0, but there's no full release yet. So my question is, is solr 4.0-dev

Re: Issue with exact matching

2010-03-19 Thread Alex Thurlow
the "boy" part. Try parenthesizing (at least that works in Lucene....). HTH Erick On Thu, Mar 18, 2010 at 5:06 PM, Alex Thurlow wrote: I'm trying to give a super boost to fields that match exactly, but it doesn't appear to be working. I have this: The data

Issue with exact matching

2010-03-18 Thread Alex Thurlow
I'm trying to give a super boost to fields that match exactly, but it doesn't appear to be working. I have this: stored="true"/> sortMissingLast="true" omitNorms="true"> The dataset has two items with title="Rude Boy", but they are coming up way down the list. My query looks li

Trouble getting results from Dismax query

2010-03-17 Thread Alex Thurlow
I'm trying to use the Dismax request handler, and thanks to the list, I fixed one problem, which was the existing configs in solrconfig.xml. I'm now just not getting any result from the query though. I changed the dismax section in solrconfig.xml to this: dismax explicit 0.01 100 *:* art

Re: Undefined field price on Dismax query

2010-03-16 Thread Alex Thurlow
r. Look for the section You'll see price defined as one of the default fields for "fl" and "bf". HTH Erick On Tue, Mar 16, 2010 at 6:55 PM, Alex Thurlow wrote: Hi guys, Based on some suggestions, I'm trying to use the dismax query type. I'm getting a

Undefined field price on Dismax query

2010-03-16 Thread Alex Thurlow
Hi guys, Based on some suggestions, I'm trying to use the dismax query type. I'm getting a weird error though that I think it related to the default test data set. From the query tool (/solr/admin/form.jsp), I put in this: Statement: artist:test title:test +type:video query type: dismax

Matching a string across multiple fields

2010-03-10 Thread Alex Thurlow
need to do for that? -- Alex Thurlow Blastro Networks http://www.blastro.com http://www.roxwel.com http://www.yallwire.com

Re: Boosting exact matches

2010-03-10 Thread Alex Thurlow
tokenizer & filter list Is there a way to have a string field that's case-insensitive? Alex Thurlow Blastro Networks http://www.blastro.com http://www.roxwel.com http://www.yallwire.com On 3/10/2010 12:11 PM, Alex Thurlow wrote: Hi all, I've searched the archives and web, but

Boosting exact matches

2010-03-10 Thread Alex Thurlow
ve completely deleted my index between changes and reinserted all my data. What am I missing here? -- Alex Thurlow Blastro Networks http://www.blastro.com http://www.roxwel.com http://www.yallwire.com

Re: Different weights to different fields

2010-03-02 Thread Alex Thurlow
That's great information. Thanks! -Alex Alex Thurlow Blastro Networks http://www.blastro.com http://www.roxwel.com http://www.yallwire.com On 3/2/2010 3:11 PM, Ahmet Arslan wrote: I'm new to Solr and just getting it set up and testing it out. I'd like to know i

Different weights to different fields

2010-03-02 Thread Alex Thurlow
t within the description. Is this possible either in the indexing or with a query option? Thanks, Alex -- Alex Thurlow Blastro Networks http://www.blastro.com http://www.roxwel.com http://www.yallwire.com