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
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
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
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
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
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
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
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
need to do for that?
--
Alex Thurlow
Blastro Networks
http://www.blastro.com
http://www.roxwel.com
http://www.yallwire.com
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
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
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
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
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
14 matches
Mail list logo