Re: Search for the single hash "#" character never returns results

2011-10-27 Thread Daniel Bradley
te replacements to keep # at quer time. > > > Best > Erick > > On Tue, Oct 25, 2011 at 12:27 PM, Daniel Bradley > wrote: > > When running a search such as: > > field_name:# > > field_name:"#" > > field_name:"\#" > >

Search for the single hash "#" character never returns results

2011-10-25 Thread Daniel Bradley
ed items grouped together. I'm also aware that we could also fix this by using a specific number instead of the hash character, however, I though I'd raise this to see if there is a wider issue. I've listed some specific details

RE: Oracle incomplete DataImport results

2009-09-23 Thread Daniel Bradley
--Original Message- From: Shalin Shekhar Mangar [mailto:shalinman...@gmail.com] Sent: 22 September 2009 19:27 To: solr-user@lucene.apache.org Subject: Re: Oracle incomplete DataImport results On Tue, Sep 22, 2009 at 10:53 PM, Daniel Bradley < daniel.brad...@adfero.co.uk> wrote: > I appear

Oracle incomplete DataImport results

2009-09-22 Thread Daniel Bradley
I appear to be getting only a small number of items imported into Solr when doing a full-import against an oracle data-provider. The query I'm running is something approximately similar to: SELECT "ID", dbms_lob.substr("Text", 4000, 1) "Text", "Date", "LastModified", "Type", "Created", "Available"