Re: help with how to search using spaces in the query for string fields...

2009-10-23 Thread Dan A. Dickey
On Friday 23 October 2009 09:36:02 am AHMET ARSLAN wrote: > > --- On Fri, 10/23/09, Dan A. Dickey wrote: > > > From: Dan A. Dickey > > Subject: help with how to search using spaces in the query for string > > fields... > > To: solr-user@lucene.apache.org >

help with how to search using spaces in the query for string fields...

2009-10-23 Thread Dan A. Dickey
correct search query. Help please! The above scenario is an example, but I am using the string field type. -Dan -- Dan A. Dickey | Senior Software Engineer Savvis 10900 Hampshire Ave. S., Bloomington, MN 55438 Office: 952.852.4803 | Fax: 952.852.4951 E-mail: dan.dic...@savvis.net

Re: date searching?

2009-10-22 Thread Dan A. Dickey
.xml? > > Help please. :) > > -Dan > > Not it is not a bug. > Chracter : is a part of QueryParser syntax, so you need to escape it. > Try this : > Date:2007-07-07T00\:00\:00Z > or this : > Date:"2007-07-07T00:00:00Z" > > I use the second one

date searching?

2009-10-22 Thread Dan A. Dickey
or a " TO " and another date. Searching for "Date:[2007-07-07T00:00:00Z TO 2007-07-07T00:00:00Z+1DAY]" gets me my document back. So... is this just a solr bug, or a bug in my search syntax? Or maybe something incorrect in my schema.xml? Or solrconfig.xml? Help please. :)

Re: Solr http post performance seems slow - help?

2009-09-23 Thread Dan A. Dickey
On Friday 11 September 2009 11:06:20 am Dan A. Dickey wrote: ... > Our JBoss expert and I will be looking into why this might be occurring. > Does anyone know of any JBoss related slowness with Solr? > And does anyone have any other sort of suggestions to speed indexing > performance?

Re: Solr http post performance seems slow - help?

2009-09-11 Thread Dan A. Dickey
On Thursday 10 September 2009 08:13:33 am Dan A. Dickey wrote: > I'm posting documents to Solr using http (curl) from > C++/C code and am seeing approximately 3.3 - 3.4 > documents per second being posted. Is this to be expected? > Granted - I understand that this depend

Re: Solr http post performance seems slow - help?

2009-09-10 Thread Dan A. Dickey
Dan > > wunder > > -Original Message- > From: Dan A. Dickey [mailto:dan.dic...@savvis.net] > Sent: Thursday, September 10, 2009 11:15 AM > To: solr-user@lucene.apache.org > Cc: Walter Underwood > Subject: Re: Solr http post performance seems slow - help? >

Re: Solr http post performance seems slow - help?

2009-09-10 Thread Dan A. Dickey
t; > wunder > > On Sep 10, 2009, at 6:39 AM, Yonik Seeley wrote: > > > On Thu, Sep 10, 2009 at 9:13 AM, Dan A. Dickey > > wrote: > >> I'm posting documents to Solr using http (curl) from > >> C++/C code and am seeing approximately 3.3 - 3.4 &

Re: Solr http post performance seems slow - help?

2009-09-10 Thread Dan A. Dickey
On Thursday 10 September 2009 08:39:38 am Yonik Seeley wrote: > On Thu, Sep 10, 2009 at 9:13 AM, Dan A. Dickey wrote: > > I'm posting documents to Solr using http (curl) from > > C++/C code and am seeing approximately 3.3 - 3.4 > > documents per second being poste

Solr http post performance seems slow - help?

2009-09-10 Thread Dan A. Dickey
ave suggestions on what I can try? I'll soon have better servers installed and will be splitting the indexing work from the searching - but at this point in time, I wasn't doing indexing while searching anyway. Thanks for any and all help! -Dan -- Dan A. Dickey | Senior Softwa

Re: Problem querying for a value with a "space"

2009-09-02 Thread Dan A. Dickey
d up doing. In my case, I could have changed the defaultSearchField to what I wanted to search on in this situation - but I chose to explicitly set the query string. YMMV. -Dan > > If I index the value "ForSale" (no space), then execute the query.... > +specific_LIST_s

Re: Does the default operator affect phrase searching?

2009-09-02 Thread Dan A. Dickey
pdf'. Now, I'm just doing the query as something like Text:"david" OR Text:"pdf". This seems to work as expected, and I'm getting 79 hits (it's ok to be one better than before - I imagine I'm doing a little more indexing with Solr than legacy X)

Re: Does the default operator affect phrase searching?

2009-09-02 Thread Dan A. Dickey
used, but this may be a > complete different query syntax and so quote are not interpreted in the same > way. > > HTH Yes, it does - thanks! Back to translating legacy search queries into Solr search queries. :) -Dan > > gd > > On Wed, Sep 2, 2009 at 22:49, Dan A. D

Does the default operator affect phrase searching?

2009-09-02 Thread Dan A. Dickey
mp out what is contained in the index for one of the records? Thanks. -Dan -- Dan A. Dickey | Senior Software Engineer Savvis 10900 Hampshire Ave. S., Bloomington, MN 55438 Office: 952.852.4803 | Fax: 952.852.4951 E-mail: dan.dic...@savvis.net

Update field values without re-extracting text?

2009-03-24 Thread Dan A. Dickey
Yes - and if possible, only update one or a few of the field values and leave the rest as is. I haven't seen a way to do this - can it be done? What do I need to read yet to accomplish this? Can someone point me in the right direction to do this? Thanks! -Dan -- Dan A. Dickey |

Re: delete oddity...

2008-11-14 Thread Dan A. Dickey
On Friday 14 November 2008 15:11:46 Dan A. Dickey wrote: > Note to whomever writes documentation: > It would be nice to note in the documentation for doing a > that the has to be exactly , and not the whatever > that is specified in the schema.xml configuration file. For doing del

delete oddity...

2008-11-14 Thread Dan A. Dickey
/UpdateXmlMessages?highlight=%28delete%29 was just a little misleading, at least for me. -Dan -- Dan A. Dickey [EMAIL PROTECTED] SAVVIS, Inc. Built to Respond

maxFieldLength

2008-11-07 Thread Dan A. Dickey
dvise... thanks! -Dan -- Dan A. Dickey [EMAIL PROTECTED] SAVVIS, Inc. Built to Respond