RE: Deleting an entry from a collection when they key has ":" in it

2013-05-16 Thread Daniel Baughman
e query parser will interpret as an escape! So, you need to escape those backslashes as well: D\:\\somedir\\somefile.pdf or "D:\\somedir\\somefile.pdf" -- Jack Krupansky -----Original Message- From: Daniel Baughman Sent: Thursday, May 16, 2013 11:33 AM To: solr-user@lucene.apache.org

Newb query question

2011-03-09 Thread Daniel Baughman
Is there a way to perform string logic on the key field using a subquery or some other method. IE. If the left 4 characters of the key are ABCD, then include or exclude those from the search. Here is the "laymans" pseudo code for what I'm wanting to do: *:* AND LEFT(KEY, 4) <> 'abcd'

RE: Evangelism

2010-04-29 Thread Daniel Baughman
2010, at 2:10 PM, Daniel Baughman wrote: > Hi I'm new to the list here, > > > > I'd like to steer someone in the direction of Solr, and I see the list of > companies using solr, but none have a "power by solr" logo or anything. > > > > Does a

Evangelism

2010-04-29 Thread Daniel Baughman
Hi I'm new to the list here, I'd like to steer someone in the direction of Solr, and I see the list of companies using solr, but none have a "power by solr" logo or anything. Does anyone have any great links with evidence to majorly successful solr projects? Thanks in advance, Dan B