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

2009-10-23 Thread Dan A. Dickey
. -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

date searching?

2009-10-22 Thread Dan A. Dickey
-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. :) -Dan -- Dan A. Dickey | Senior Software Engineer Savvis 10900 Hampshire Ave

Re: date searching?

2009-10-22 Thread Dan A. Dickey
want. Ahmet, Thank you very much! That did it. I was wondering about those colons in the string at some point, but didn't carry the thought out through the process... Thanks again! -Dan -- Dan A. Dickey | Senior Software Engineer Savvis 10900 Hampshire Ave. S., Bloomington, MN 55438

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? Thanks

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 depends somewhat on the machine

Solr http post performance seems slow - help?

2009-09-10 Thread Dan A. Dickey
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 Software Engineer Savvis 10900

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 dan.dic...@savvis.net 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

Re: Solr http post performance seems slow - help?

2009-09-10 Thread Dan A. Dickey
, at 6:39 AM, Yonik Seeley wrote: On Thu, Sep 10, 2009 at 9:13 AM, Dan A. Dickey dan.dic...@savvis.net 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? No, that's

Does the default operator affect phrase searching?

2009-09-02 Thread Dan A. Dickey
. -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: Does the default operator affect phrase searching?

2009-09-02 Thread Dan A. Dickey
! Back to translating legacy search queries into Solr search queries. :) -Dan gd On Wed, Sep 2, 2009 at 22:49, Dan A. Dickey dan.dic...@savvis.net wrote: I'm having a problem with doing a phrase search of david pdf. When I search for just david, I get 7 hits. When I search

Re: Does the default operator affect phrase searching?

2009-09-02 Thread Dan A. Dickey
. 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). -Dan -- Dan A. Dickey | Senior Software Engineer Savvis 10900 Hampshire Ave. S., Bloomington, MN 55438 Office: 952.852.4803

Re: Problem querying for a value with a space

2009-09-02 Thread Dan A. Dickey
am I missing? Thanks in advance, Adam :-) -- 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
- 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 | Senior Software

delete oddity...

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

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 delete that the id has to be exactly id, and not the idwhatever/id that is specified in the schema.xml configuration file. For doing

maxFieldLength

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